Skip to main content

Payload Structure

When an email is delivered to your webhook endpoint, the request body contains a JSON object with the full email data.

Field Descriptions

Attachments

Each attachment in the attachments array contains:
Attachments are Base64-encoded and included directly in the payload. Large attachments will increase the payload size significantly. Make sure your endpoint can handle the expected payload sizes within the configured timeout.

Headers

Only a filtered subset of email headers are included to keep payload size manageable:
The Authentication-Results header is useful for checking whether the email passed SPF, DKIM, and DMARC checks at our servers.