Common Payload Data

All webhook payloads contain the following fields:

webhookActionId: a unique identifier for this event. It will be the same across retries for a single event and across webhook payloads if you have more than one webhook configured for the same event.

action: The type of webhook event this payload is for.

data: The actual payload data specific to this webhook.

For example:

{
  "webhookActionId": "75395d87-4044-4dc4-bc29-0cec185e5f06",
  "action": "candidateStageChange",
  "data": {...}
}