multipart/form-data
This uses the HTML multipart/form-data content type.
You can have the received email parsed and certain information sent to your webhook as parameters.
This is very useful for receiving attachments or if you want the raw email data along with some parsed information.
Methods
The following methods are supported for form-data webhooks:
POSTPUTPATCH
Fields
The following fields are sent to your webhook:
If you prefer, you can configure which fields are sent.
message_iddatereturn_pathdelivered_torecipients[]- array of all recipient email addresses (without names)to[]- array of email addresses (without names) as specified in theToheadercc[]- array of email addresses (without names) as specified in theCcheaderreply_to[]- array of email addresses (without names) as specified in theReply-Toheaderfrom- email address (without name) as specified in theFromheaderfrom_name- name as specified in theFromheader (if available)sender- email address (without name) as specified in theSenderheadersubjecttext_part(not available forGETorHEAD)html_part(not available forGETorHEAD)attachments[]- array of attachmentsemail- raw email data (rfc822 format)