This is a good solution but I was thinking if we can do something like this:
- Send a comma-delimited list of URLs that were uploaded to Make.
- Iterate through them using an Iterator.
- Iteratively download those files using HTTP.
- Pass them into the email module as an attachment array.
I think the attachment array would require you to have a certain structure, just thinking on how to simplify the process.