Webhooks

Webhooks

Receive real-time notifications when events occur in Recruit2.

Setting Up Webhooks

  1. Go to Settings → Developers → Webhooks
  2. Click Add Webhook
  3. Enter your endpoint URL
  4. Select events to subscribe to

Available Events

  • candidate.created
  • candidate.stage_changed
  • application.submitted
  • interview.scheduled
  • offer.sent
  • offer.accepted

Payload Format

Webhooks send JSON payloads with event type, timestamp, and relevant data.

Security

Each webhook includes a signature header for verification. Use your webhook secret to validate requests.

Was this article helpful?