v1

latestOpenAPI 3.1.02026-07-24181585937.4 KB
Webhook Payloads

interviewPlanTransition

Triggered when a job's interview plan is switched to a different plan. Sends interview plan data and ids for the interview stage mappings. Also triggers jobUpdate

postWebhookinterviewPlanTransition

Payload

action'interviewPlanTransition' required

Example payload

{
  "data": {
    "jobId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
    "fromInterviewPlan": {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
      "title": "Custom Interview Plan"
    },
    "toInterviewPlan": {
      "id": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
      "title": "Engineering Interview Plan"
    },
    "interviewStageMappings": [
      {
        "fromInterviewStageId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e",
        "toInterviewStageId": "e9ed20fd-d45f-4aad-8a00-a19bfba0083e"
      }
    ]
  }
}

Response

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