Webhook Handler Builder
class WebhookHandlerBuilder
DSL builder for configuring webhook event handlers with optional signature verification.
Functions
Link copied to clipboard
Registers a handler for a specific webhook event.
Link copied to clipboard
Registers a handler for the domain.verified event.
Link copied to clipboard
Registers a handler for the message.bounced event.
Link copied to clipboard
Registers a handler for the message.complained event.
Link copied to clipboard
Registers a handler for the message.delivered event.
Link copied to clipboard
Registers a handler for the message.received event.
Link copied to clipboard
Registers a handler for the message.rejected event.
Link copied to clipboard
Registers a handler for the message.sent event.