Skip to main content

Webhooks

How to automatically send assessment data from Deeper Signals to external systems.

Updated over 2 weeks ago

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:

  1. Enter a valid webhook URL for the receiving endpoint

  2. 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.

Did this answer your question?