In Get on Board, webhooks let company and professional accounts receive event notifications from the platform without polling the API.
Available events for company accounts
Company webhooks can subscribe to these event IDs:
job.createdjob.updatedjob.application.sentjob.application.withdrawnprofessional.message.created
Events for professional accounts
Professional webhooks can subscribe to:
job.match
Your webhook settings only show the events available for your account and plan.
What the payload looks like
Each webhook delivers a JSON payload that follows the public API schema for the corresponding resource (job or application). For the exact fields, check the API reference.