Service health updated
Fires whenever the operational status of a CDP service or operation changes — an outage begins, its severity changes, or it recovers to operational. Subscribe to react to CDP disruptions in real time.
Authorizations
HMAC-SHA256 signature of the raw request body, computed using your webhook secret. Webhook receivers should always verify this header before processing the event. The header value is hex-encoded and prefixed by the algorithm and timestamp, e.g. t=1700000000,v1=abc123... (refer to the Webhook Security docs for the exact verification algorithm).
This scheme applies to webhook delivery (outbound POSTs from CDP to your endpoint), not to inbound CDP API requests.
Body
The health.status.updated webhook event payload.
Unique identifier for this logical webhook event. Webhooks are delivered at least once, so your endpoint may receive duplicate deliveries for the same event. Use this eventId as the idempotency/deduplication key.
"9d3f2b1a-6e4c-4a8b-9f1d-2c7a5e8b4f60"
The UTC ISO 8601 timestamp at which this event's transition occurred, not the time at which this webhook was delivered.
"2026-04-21T14:32:00.000Z"
The type of webhook event.
health.status.updated "health.status.updated"
The health status of a service or operation. See HealthStatusValue for the severity ladder this moves along, and under_maintenance's special computed-status behavior.
Response
Webhook received and processed successfully.