Webhook system events
Events about webhook delivery and subscription lifecycle (meta events for the webhook system itself).
| Event type | Description | Identifiers | Metadata |
|---|---|---|---|
webhook.event.deliveryFailed | A webhook delivery failed permanently (retries exhausted, or the subscription was missing). Not emitted for failures of webhook.event.deliveryFailed itself. | subscriptionId, outboxId | failedEventType (string), optional httpStatusCode (number) |
webhook.subscription.updated | A webhook subscription was updated (URL, event types, label, headers, or delivery pause status), including automatic pause by the delivery circuit breaker | subscriptionId | deliveryPaused (boolean) |