GMail Mapping Attachments

I am having issues mapping multiple attachments in the send gmail module. I keep getting an error that I need to send an array of objects, but this is an array. Any help would be appreciated!

I don’t think that Make will interpret that as an array natively. I think you have to construct that as an array right from your webhook input (assuming you’re using a webhook).

Thank you @thinhdinh. You were right. I got it to work sending an array through my Webhook and using the aggregator and iterator after performing a “Get File” on each url.

1 Like