Skip to main content
Webhooks

Use Aboard's Webhooks feature to fetch employee information

Adam de Lancey avatar
Written by Adam de Lancey
Updated over a week ago

Getting started

To create a webhook, you will need to have Admin access.

First, click on your Company settings, then webhooks. Here, you will be able to create new webhooks and delete old ones.

To create a new one, click "New webhook", then add a name and webhook URL. Once created, a Signature secret will be available for you.

Webhook events

Three employee events trigger the webhook:

  1. profile_created - sent when a new employee is added to your list of Employees.

  2. profile_updated - sent when any update is made to an existing employee

  3. profile_archived - sent when an employee's profile is archived.

Included data

The fields that are currently included in a webhook event are:

  • first_name

  • last_name

  • work_email

  • personal_email

  • job_title

  • department_name

  • manager_email

  • first_day_of_work

When a new webhook is created or failed, an email notification will be sent to all admins.

Did this answer your question?