ErasureDocs
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)

AreaDetail
PurposeNotify a URL that a delete is requested/executed (signed)
ConfigEndpoint URL
AuthSigning secret (encrypted at rest)
ExecutionPOST signed payload; no redirect following
LimitationsDelivery retries are limited; treat as notification, not sole delete

Webhook systems do not use SQL Data Maps.

Steps

  1. Rights → Systems → add Webhook.
  2. Set endpoint URL and signing secret.
  3. Save (secrets encrypted).
  4. Test/health as available.
  5. Enable.

Rotate secrets via connector rotate endpoint (Owner). Webhook rotate may return revealedSecrets once.

Troubleshoot

IssueCheck
SSRF blocksEndpoint not allowed
Non-2xxReceiver errors
Secret rotationOwner rotate flow

Next

Handle a deletion request · Webhooks