Send Multiple files in HTTP module from Outlook mail

:bullseye: What is your goal?

When I receive a mail in Outlook, I want to call an HTTP entry point with all data

:thinking: What is the problem?

With Attachments : I add the “list attachment” module, then the “Array agregator” module. As a result, there are the 2 attached files.

When I add the HTTP module, there is only one file in the result

:test_tube: What have you tried so far?

Not sure

:camera_with_flash: Screenshots: scenario setup, module configuration, errors



Hey Clement,

you will need to build the entire body content in advance to have an array of files. After the aggregator you can use a create JSON module and build it in there.

Thanks for your answer Stoyan_Vatov,

I successfully send all the mail data (from, to, title, content) but I need help for attachments. As I understand your answer, I add a Json module to base 64 file content ? can I send filename too ? thanks for your help

As a workaround I change my entry point to support JSON, file base64 encoded

1 Like