> For the complete documentation index, see [llms.txt](https://docs.ospree.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ospree.io/developers/webhooks.md).

# Webhooks

Webhooks allow Ospree to send real-time HTTPS notifications to your server whenever specific events occur within the platform. Instead of continuously polling for updates, your system receives automated event-based callbacks, ensuring timely and efficient data synchronization. This is particularly useful for tracking compliance-related activities, transaction monitoring, and risk alerts triggered outside your system.&#x20;

<figure><img src="/files/fs8ssoQGB6971QqKfmSk" alt="" width="563"><figcaption><p>Webhook Sample Flow</p></figcaption></figure>

For example, you can receive notifications when a new incoming transfer request is received or when the status of a transfer changes. Key sections include [Webhook Management](/developers/webhooks/api-endpoints.md) (configuration and handling) and  [Travel Rule Events](/developers/webhooks/webhook-events.md).&#x20;
