Webhooks
Create Webhook
Register a new webhook endpoint to receive event notifications
POST
Authentication
Bearer authentication header of the form
Bearer <token>, where <token> is your auth token.Request Body
The URL where webhook events will be sent via POST requests. Must be a valid, publicly accessible URL.
Array of event types to subscribe to. Available events:
job_added job_activated job_deactivated job_deleted applicant_applied cv_upload_completed meeting_bookedResponse
Indicates if the webhook was created successfully
Webhook details
Error Responses
Validation Errors
400 - Bad RequestYou can register multiple webhooks per workspace — there is no longer a one-per-workspace limit. Each webhook is independent and can subscribe to any combination of event types.