Product

Webhooks

Receive delivery lifecycle events and use them to drive suppression, analytics, and customer workflows.

Event classes

EventDescription
email.deliveredReceiving system accepted the message.
email.bouncedMessage resulted in a delivery failure.
email.complainedRecipient or provider reported the message as unwanted.
email.rejectedMessage was rejected before normal delivery.
email.openedOpen signal when tracking is enabled and observable.
email.clickedTracked link interaction when enabled.

Webhook security

Customers should verify webhook signatures, reject stale or invalid requests, process events idempotently, and avoid exposing webhook secrets.