webhooks.dispatcher_unavailable
The webhook dispatcher is not wired on this deployment; test and retry endpoints are unavailable.
webhooks.dispatcher_unavailable is returned when the webhook test or manual retry endpoint is called but the dispatcher worker is not available in this deployment. The test/retry surface requires the wave-2 dispatcher to be wired.
The deployment is running without the webhook dispatcher worker (for example, a staging or self-hosted environment that has not enabled wave-2 delivery).
This error is retryable per the 5xx policy once the dispatcher is available. Contact support if the dispatcher should be running for this deployment.
{
"error": {
"code": "webhooks.dispatcher_unavailable",
"message": "webhook dispatcher not available",
"request_id": "req_01900000abc"
}
}