Use cases
Webhooks can be utilized for various purposes, such as:- Automatically creating a new employee record in your HRIS system when an application is hired.
- Updating the jobs on your website when a job is published.
- Send a contract offer to the candidate when they are moved to a specified stage.
Webhook payload format
The request body of the webhook will contain 3 properties.- The
type
of the event, eg.job.created
. - The
timestamp
the event occurred at. - The
data
property which will contain the object of the event.
Creating a webhook
You must have the required permission to manage webhooks.