v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Webhook Payloads

candidateMerge

Triggered when a candidate is merged. Includes the deleted candidate's id and merged candidate data.

postWebhookcandidateMerge

Payload

action'candidateMerge' required

Example payload

{
  "data": {
    "deletedCandidate": {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
    },
    "mergedCandidate": {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
    }
  }
}

Response

Return a 200 status to indicate that the data was received successfully