Skip to main content
Webhooks alert your external systems the moment a candidate takes action. Add your destination URL to subscribe to the following core events.

Set up outbound webhooks

Available webhook events

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.
Common mistakes to avoid
  • Missing headers: Forgetting to include the API key will result in 401 Unauthorized errors.
  • Ignoring retries: Failing to handle duplicate webhook events. Ensure your system processes webhook IDs idempotently.
  • Wrong Interviewer context: Pushing or fetching candidates from the wrong Interviewer ID.
  • Timeout failures: Webhook endpoint taking too long to respond. Always return a 200 OK status immediately before processing heavy data.
Custom Attributes: Managing Additional Fields