What is your goal?
Send an array of PDF images and a PDF file as attachments in the same Gmail.
What is the problem & what have you tried?
I’m trying to send Gmail with array pdf images (generated using iLovePDF’s API to convert each image into PDF and then I aggregated into an array using array agregattor) along with an other pdf file. However, I don’t know How I can add the PDF File into the array. I have been trying to map each image at the attachment but when the gmail is building, I get errros because there are missing keys such as ‘filename’ and ‘data’.
Error messages or input/output bundles
Validation failed for 1 parameter(s).
Invalid collection in parameter ‘attachments’.
Origin
Make


