# Webhooks

> **Coming Soon** — Webhook delivery is under active development and will be available in a future release.

Webhooks will deliver real-time push notifications to your HTTPS endpoint when risk events or billing events occur. This eliminates the need to poll the API.

### Planned Event Types

| **Event**                      | **Trigger**                                                  |
| ------------------------------ | ------------------------------------------------------------ |
| protocol.score\_changed        | Composite score changes by >= 0.5 points                     |
| asset.depeg\_signal\_activated | An asset triggers a depeg risk signal                        |
| asset.depeg\_signal\_cleared   | Depeg risk signal cleared                                    |
| signal.created                 | New governance, sentiment, whale, or anomaly signal detected |
| billing.invoice\_created       | A new invoice has been generated                             |
| billing.subscription\_updated  | Plan or billing settings changed                             |

### Signature Verification

All webhook deliveries will include a `Diapleo-Signature` header containing an HMAC-SHA256 signature of the raw request body using your webhook signing secret. Always verify this signature before processing the payload.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.diapleo.com/api-reference/integrations/webhook.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
