Notion -> make -> gmail (combine files )

I have a database in notion there are columns Name / region / description / images / files
In a picture cell can contain several images. The same in Files cell.
I need to collect all information (description, collect all images, all files) and make one archive file and send it by email .

information send to webhook from notion
In make.com I use iterator to get text then tools text agregator to collect all text together
parallel
I use router
1- iterator images → get files → array agregator
2- iterator pdf → get files → array agregator

how to collect text + all images + all pdf → make archive → send email

Hey @Lex_Drobot,

the approach with the two iterators + aggregators sounds about right! Make sure that in the aggregator you choose the “target structure” as file upload from the email module. In the attachments you then probably need to use the merge(array1, array2) so that all files are being included in the email :slight_smile:

Best,
Richard


I don’t know what to do next

Ah I See!

Your scenario will be one line.
Make sure in the array aggregators that you have the respective iterator as the source. Then after the array aggregator of the images you put the iterator of the PDFs → HTTP → Aggregator → Gmail.

In gmail, there is a field for attachments: Toggle ‘Map’ → merge ( array1, array2) (the function)