Payload
Identifier of the outbound message this event refers to.
Email channel used for the send.
Recipient address.
Subject line of the accepted message.
ISO 8601 time when the receiving server accepted the message.
Webhook fired when the recipient mail server accepts an outbound email.
{
"id": "evt_xxxxx",
"event": "email.delivered",
"timestamp": "2026-03-28T09:01:00Z",
"data": {
"message_id": "msg_email_xxxx",
"channel_id": "ch_email_yyyy",
"to": "jana@example.com",
"subject": "Your receipt for order #1234",
"delivered_at": "2026-03-28T09:01:00Z"
}
}