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
{
"id": "<string>",
"type": "remote-event-received",
"data": {
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
}
}
}{
"id": "<string>",
"type": "remote-event-received",
"data": {
"integration_id": "<string>",
"integration_tool": "<string>",
"integration_category": "HRIS",
"end_user": {
"organization_name": "<string>",
"creator_email": "jsmith@example.com",
"origin_id": "<string>"
}
}
}HMAC signature for webhook verification. See the webhook documentation for details on how to verify this signature.
Webhook received successfully
Was this page helpful?