Get on Board uses webhooks to notify your application when an event you subscribed to happens in your account (for example, when a job is published or a new message arrives).
Webhook endpoints are secure, external URLs that receive JSON POST requests for the events you subscribe to.
Availability
Webhooks for company accounts are exclusive to Recruiter or higher subscription plans. Professionals can use webhooks without a subscription.
How to set them up
- Create or enable a public web service (an endpoint URL) that Get on Board can reach. You can also use services like Zapier or IFTTT instead of building your own service.
- In your webhook settings, choose the events you want to receive and add the endpoint URL where those events should be sent.
The key difference with our API is that instead of polling for updates, webhooks push those updates automatically when events happen.
For more technical details, check the API documentation.