Maintenance scheduled
Fires when a maintenance window is scheduled for a CDP service or operation, ahead of it starting. Subscribe for advance notice to plan around planned downtime.
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.maintenance.scheduled webhook event payload.
Common fields included in every maintenance 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.maintenance.scheduled "health.maintenance.scheduled"
Announces a future maintenance window. Does not change the affected service's or operation's current recorded status.
Response
Webhook received and processed successfully.