Overview
Webhooks allow Deeper Signals to automatically send assessment data to another platform of your choice, such as your HRIS, recruiting system, or internal tools.
Instead of manually exporting data, webhooks deliver updates in real time whenever selected events occur in the platform.
What webhooks are used for
Webhooks help you:
Sync assessment data automatically with external systems
Trigger workflows in tools like HRIS or ATS platforms
Reduce manual data handling and integration effort
Tip: Webhooks are ideal for keeping systems up to date without polling the API.
Webhook limits
Important: Each account can have a maximum of five webhooks.
Plan webhook usage carefully to ensure you cover the most important integration needs.
Creating a new webhook
To create a webhook:
Enter a valid webhook URL for the receiving endpoint
Select the events you want sent to that endpoint
Note: If no events are selected, all events are included by default.
Make sure the receiving system is ready to accept and process incoming webhook payloads.
Learn more
For full details on supported events, payload structure, and implementation examples, refer to the developer documentation.
