Webhooks do not include the email body, headers, or attachments, only their
metadata. You must call the Received emails
API or the Attachments
API to retrieve them.
This design choice supports large attachments in serverless environments that
have limited request body sizes.
Get Email Content
Get the body and headers of a received email.
Receiving emails contain the HTML and Plain Text body of the email, as well as the headers.
After receiving the webhook event, call the Receiving API.
Here are some examples: