Set up outbound webhooks
Available webhook events
interview.in_progress is a candidate status, not a webhook event. Subscribe to interview.started to receive that status change.
Event payloads
The webhook request body contains the event payload. Svix uses the selected event type to filter which endpoints receive it.interviewId and jobId. The event-specific fields are:
Reasons and trust score fields can be
null. All timestamps are ISO 8601 strings taken from the interview record.
Pre-launch checklist
- API Key is generated and securely stored in your environment variables.
- API Key is included in the header of all GET, POST, and PATCH requests.
- Integration is configured for the correct, active Interviewer.
- Webhook receiving endpoints are live and configured to accept POST requests.

