What webhook events does Get on Board send and what do the payloads look like?

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.created
  • job.updated
  • job.application.sent
  • job.application.withdrawn
  • professional.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.

Related articles

More from Integrations and developer tools