POST /webhooks
Request Example:
cdd_state_changed
: Triggered when the state of a CDD changes to inconclusive or complete.monitoring_alert_fired
: Triggered when a monitoring alert is fired on failure.Header | Description |
---|---|
Content-Type | Always application/json |
User-Agent | Sender identifier (e.g., DiligentAI/1.0 ) |
X-Webhook-Id | Unique ID of your webhook |
X-Event-Id | Unique ID of this delivery event |
X-Customer-Id | Your customer ID |
X-Target-type | Entity type (CDD or ALERT ) |
X-Event-Name | Name of the triggered event (CDD_COMPLETED , MONITORING_ALERT_FIRED ) |
X-Signature | HMAC signature for authenticity |
payload
: Full CDD object (see CDD Object).payload
: Alert object with details about the triggered alert.