Real-time events,
delivered and signed
Subscribe to 25+ privacy event types with HMAC-SHA256 signed deliveries, exponential backoff retry, and complete delivery logging — so your systems stay in sync in real time.
HMAC-SHA256 Signing
Every webhook delivery is signed with your shared secret. Signature = HMAC-SHA256(secret, timestamp + "." + payload_body). Verify authenticity and prevent replay attacks with timestamp validation.
25+ Event Types
Subscribe to consent events, DSAR events, erasure events, risk alerts, assessment approvals, cookie scan results, integration status, and compliance score changes. Or use ["*"] for everything.
Exponential Backoff Retry
6 retry attempts with exponential backoff: immediate → 30s → 2min → 10min → 1hr → 6hr. 4xx errors (except 429) are not retried. Dead letter queue after exhaustion.
Auto-Disable Protection
After 50 consecutive failures, the subscription is automatically disabled and the tenant admin is notified. Prevents wasting resources on permanently broken endpoints.
Delivery Log
Complete delivery history per subscription: event type, HTTP status, response time, attempt number, error messages, and next retry timestamp. Debug failed deliveries instantly.
Test Events
Send a test webhook to verify your endpoint is configured correctly before subscribing to production events. Test payload includes a clearly marked test identifier.