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

If your team is planning a webhook integration, this page explains the kinds of events Get on Board can notify you about. It is written for recruiters and technical leaders deciding whether webhooks fit their workflow.

For field names, payload examples, authentication, and delivery details, use the API documentation.

Available events for company accounts

Company webhooks can notify your system when:

  • A job is created.
  • A job is updated.
  • A candidate sends an application.
  • A candidate withdraws an application.
  • A professional sends a message.

Events for professional accounts

Professional webhooks can notify your system when:

  • A job matches the professional’s profile.

Your webhook settings only show the events available for your account and plan.

What the payload looks like

Each webhook notification includes the event type, when it happened, and the related data for that event. For example, an application event includes application data, while a job event includes job data.

Because payload fields can evolve with the API, use the help center for business meaning and the API documentation as the source of truth for technical implementation.

Related articles

More from Integrations and developer tools