Webhooks
Webhooks
Receive real-time notifications when events occur in Recruit2.
Setting Up Webhooks
- Go to Settings → Developers → Webhooks
- Click Add Webhook
- Enter your endpoint URL
- 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.