Docs

Console: Webhooks

Endpoints, events, delivery log and replay.

Register an endpoint with a URL, an environment and a list of events. The signing secret is shown once.

Events

  • consent.granted · consent.updated · consent.withdrawn · consent.expired
  • reconsent.required — a new RECONSENT_REQUIRED version or an expiry policy
  • preference.updated · subject.merged · subject.erased

Deliveries

Each delivery is signed HMAC-SHA256 (x-tripticonsent-signature: t=…,v1=… header) with timestamp anti-replay. Failures retry with exponential backoff up to 8 attempts. From the delivery log you can replay any of them. See Webhooks: payloads & signature.