Webhook Event Schema
eventType string
unifiedApi string
serviceId string
consumerId string
eventId string
entityId string
entityType string
occurred_at string
The type entity that triggered this event
unifiedApi string
serviceId string
Service provider identifier
consumerId string
eventId string
Unique reference to this request event
entityId string
The service provider's ID of the entity that triggered this event
entityType string
The type entity that triggered this event
occurred_at string
ISO Datetime for when the original event occurred
Application created event
{
"eventType": "ats.application.created",
"unifiedApi": "ats",
"serviceId": "teamtailor",
"consumerId": "6457cde412554e3fb7190124",
"eventId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"entityId": "8",
"entityType": "application",
"occurred_at": "2023-05-07T16:15:48.346Z"
}
Application updated event
{
"eventType": "ats.application.updated",
"unifiedApi": "ats",
"serviceId": "teamtailor",
"consumerId": "6457cde412554e3fb7190124",
"eventId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"entityId": "8",
"entityType": "application",
"occurred_at": "2023-05-07T16:15:48.346Z"
}
Application deleted event
{
"eventType": "ats.application.deleted",
"unifiedApi": "ats",
"serviceId": "teamtailor",
"consumerId": "6457cde412554e3fb7190124",
"eventId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"entityId": "8",
"entityType": "application",
"occurred_at": "2023-05-07T16:15:48.346Z"
}
Applications synced event
{
"eventType": "hris.applications.synced",
"unifiedApi": "ats",
"serviceId": "teamtailor",
"consumerId": "6457cde412554e3fb7190124",
"eventId": "d290f1ee-6c54-4b01-90e6-d701748f0851",
"entityId": "",
"entityType": "application",
"occurred_at": "2023-05-07T16:15:48.346Z"
}