Skip to main content

Delivered

Delivered callbacks are triggered to notify your application when an email has been successfully delivered to the recipient. These callbacks provide detailed information, including the batch ID, recipient address, sender address, and timestamp.

Delivered Webhook Payload

ParameterTypeRequiredDescriptionExample
channelstringtrueAlways emailemail
event_typestringtrueAlways email_deliveredemail_delivered
batch_idstringtrueUUID auto-generated per API send request and returned in the send response. Shared across all recipients (to, cc, bcc) of that single send.550e8400-e29b-41d4-a716-446655440000
message_idstringtrueInternal identifier for the individual recipient record507f1f77bcf86cd799439011
tagstringfalseCustom tag sent with the emailwelcome-email
bulk_tagstringfalseUser-provided string for grouping multiple sends across separate API callscampaign-april
event_metaobjecttrueEvent-specific metadata
event_meta.tostringtrueRecipient email address[email protected]
event_meta.fromstringtrueSender email address[email protected]
event_meta.reply_tostringtrueReply-to address[email protected]
event_meta.statusstringtrueAlways delivereddelivered
event_meta.sent_atstringtrueTimestamp of the event in ISO 8601 format2024-01-15T10:30:00Z
event_meta.errornumbertrueAlways 0 for delivered events0