Guides
Connect a Webhook
Rights fulfillment webhook Systems — signed outbound delete notifications.
Connect a Webhook (Rights)
Source: app_docs/guide/connectors.md.
This page is the Rights Webhook System (delete notifications).
Project consent webhooks (consent.updated, X-Anumati-Signature) are separate — see Webhooks.
Goal
An enabled Webhook System that receives signed delete notifications when Rights jobs run.
Configuration (documented)
| Area | Detail |
|---|---|
| Purpose | Notify a URL that a delete is requested/executed (signed) |
| Config | Endpoint URL |
| Auth | Signing secret (encrypted at rest) |
| Execution | POST signed payload; no redirect following |
| Limitations | Delivery retries are limited; treat as notification, not sole delete |
Webhook systems do not use SQL Data Maps.
Steps
- Rights → Systems → add Webhook.
- Set endpoint URL and signing secret.
- Save (secrets encrypted).
- Test/health as available.
- Enable.
Rotate secrets via connector rotate endpoint (Owner). Webhook rotate may return revealedSecrets once.
Troubleshoot
| Issue | Check |
|---|---|
| SSRF blocks | Endpoint not allowed |
| Non-2xx | Receiver errors |
| Secret rotation | Owner rotate flow |