{
"id": "Cbfk5sHtDxrSrJBRjsDtbaN9",
"type": "assessment:order-received",
"data": {
"id": "B5KQKhAgTv6ZwzrfAbqbhipd",
"integration_id": "workday:CBNMt7dSNCzBdnRTx87dev4E",
"package_id": "typescript_test",
"status": "OPEN",
"candidate": {
"remote_id": "12345",
"email": "john.doe@gmail.com",
"first_name": "John",
"last_name": "Doe",
"phone": "+1 123 456 7890"
},
"application": {
"remote_id": "54321"
},
"job": {
"remote_id": "67890",
"name": "Bottle Opener",
"job_code": "BO-2024-01",
"description": "<p>We are looking for a skilled and energetic individual to join our team as the chief bottle open officer. This unique role requires precision, attention to detail, and the ability to handle a high volume of beverage bottles in a fast-paced environment. The ideal candidate will ensure bottles are opened swiftly and safely while maintaining hygiene standards.</p>",
"location": {
"street_1": "Lohmühlenstraße 65",
"city": "Berlin",
"state": "Berlin",
"zip_code": "12435",
"country": "DE",
"raw": "Berlin, Germany"
},
"hiring_team": [
{
"first_name": "Jane",
"last_name": "Doe",
"remote_id": "78901",
"email": "jane.doe@gmail.com",
"hiring_team_roles": [
"RECRUITER"
]
}
]
}
}
}Webhooks
assessment:order-received
This event is triggered when a new assessment or background check order is created for a candidate within your customer’s ATS.
WEBHOOK
assessment:order-received
{
"id": "Cbfk5sHtDxrSrJBRjsDtbaN9",
"type": "assessment:order-received",
"data": {
"id": "B5KQKhAgTv6ZwzrfAbqbhipd",
"integration_id": "workday:CBNMt7dSNCzBdnRTx87dev4E",
"package_id": "typescript_test",
"status": "OPEN",
"candidate": {
"remote_id": "12345",
"email": "john.doe@gmail.com",
"first_name": "John",
"last_name": "Doe",
"phone": "+1 123 456 7890"
},
"application": {
"remote_id": "54321"
},
"job": {
"remote_id": "67890",
"name": "Bottle Opener",
"job_code": "BO-2024-01",
"description": "<p>We are looking for a skilled and energetic individual to join our team as the chief bottle open officer. This unique role requires precision, attention to detail, and the ability to handle a high volume of beverage bottles in a fast-paced environment. The ideal candidate will ensure bottles are opened swiftly and safely while maintaining hygiene standards.</p>",
"location": {
"street_1": "Lohmühlenstraße 65",
"city": "Berlin",
"state": "Berlin",
"zip_code": "12435",
"country": "DE",
"raw": "Berlin, Germany"
},
"hiring_team": [
{
"first_name": "Jane",
"last_name": "Doe",
"remote_id": "78901",
"email": "jane.doe@gmail.com",
"hiring_team_roles": [
"RECRUITER"
]
}
]
}
}
}Authorizations
Headers
HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Body
application/json
Response
200
Webhook received successfully
Was this page helpful?