urlencoded
This uses the HTML application/x-www-form-urlencoded
content type.
You can have the received email parsed and certain information sent to your webhook as parameters.
This is most useful if you want simple information from each email.
Methods
The following methods are supported for URL encoded webhooks:
-
GET
- without text or html parts -
HEAD
- without text or html parts -
POST
-
PUT
-
PATCH
Fields
The following fields are sent to your webhook:
If you prefer, you can configure which fields are sent.
-
message_id
-
date
-
return_path
-
delivered_to
-
recipients[]
- array of all recipient email addresses (without names) -
to[]
- array of email addresses (without names) as specified in theTo
header -
cc[]
- array of email addresses (without names) as specified in theCc
header -
reply_to[]
- array of email addresses (without names) as specified in theReply-To
header -
from
- email address (without name) as specified in theFrom
header -
from_name
- name as specified in theFrom
header (if available) -
sender
- email address (without name) as specified in theSender
header -
subject
-
text_part
(not available forGET
orHEAD
) -
html_part
(not available forGET
orHEAD
)
Exclusions
This method cannot receive attachments or the raw email data. If you need these fields, consider using the form-data method.
Internet offline or server down
Attempting to reconnect