Imap attchment passing as payload to http request

Can anyone please explain, how i can pass attachment as binary file to http request. I’m receiving attachment through imap.

The IMAP trigger don’t use the default data property for binaries.
It uses attachment_* properties.


The first attachment is available in property attachment_0, the second in attachment_1, …

This binaries can be used for making http requests.

:bulb: Be careful with attachments received from customers. There are many email signatures that includes attachments (e.g. company logo, special offer, …).