Webhooks

Webhooks let DelegateZero notify your systems when events occur. Here are the current webhook events that you can subscribe to:

Action

Definition

Decision created

Emitted after a decision request is processed and a decision is available.

Decision escalated

Emitted after a decision request didn't meet the minimum required confidence level and was therefore escalated.

Webhook payloads are JSON and include the full decision response object.

{
  "event": "decision.created",
  "created_at": "2026-01-26T14:12:09Z",
  "data": {
    "id": "dec_9f31c2",
    "decision": "execute",
    "confidence": 0.86,
    "reason": "Request aligns with stored policies and prior precedents",
    "response": "<p>Hi there,</p><p>Here's your monthly update...</p>",
    "audit_url": "https://delegatezero.com/app/decisions/dec_9f31c2"
  }
}

The data object matches the standard decision response format described in the response object section.

Configure your webhook endpoint URL in the dashboard and DZ will send HTTP POST requests to that URL every time an action occurs your endpoint should respond with a 2xx status code to acknowledge receipt.

Sorry, we don't have any results for that search. If you need assistance, please contact us.