How to make HTTP request

How to make HTTP request with multipart-data/from that sends multile files got from affregator into one fields images?

If you configured your HTTP module with multipart-data/form, it should look like this:

Then, if your Aggregator is just before this module, you should be able to select the Target Structure and set it to Fields. From here, you will be able to select the file data and name of each file in your initial bundles.


This will generate an Array with the expected format for “Fields”.

Then you map the resulting array in the Fields field of the HTTP module.

If you use Files of different mime types, Make should be able to automatically set the conten-type for each document.

Benjamin