Skip to main content

Webhook system events

Events about webhook delivery and subscription lifecycle (meta events for the webhook system itself).

Event typeDescriptionIdentifiersMetadata
webhook.event.deliveryFailedA webhook delivery failed permanently (retries exhausted, or the subscription was missing). Not emitted for failures of webhook.event.deliveryFailed itself.subscriptionId, outboxIdfailedEventType (string), optional httpStatusCode (number)
webhook.subscription.updatedA webhook subscription was updated (URL, event types, label, headers, or delivery pause status), including automatic pause by the delivery circuit breakersubscriptionIddeliveryPaused (boolean)