Webhook - iterator - gmail confused

Hi guys,

i´m very confused. I thought it is easy. I send a email to costum mailhook and than the iterator “extract” the pdf, after that a filter checks the pdf and than gmail should send it to a different adress. (the adress in the screenshots is deleted, thats why there is a red sign)

But, it never sends the email. What do i do wrong. Thank you so much for help

Hello @sigerius,

In your Iterator, it looks like you’re not giving it an array, rather you’re just giving it the MIME type from the first attachment of the attachments array.

Your Iterator input may need to look more like this:
1. Attachments[]

Hey @Donald_Mitchell thanks for your help. In the first picture you see that the arry is attchment und mime type. Do you meant something between the brakets?

The array specified does not look like the Attachment AND MIME type, it looks like only the MIME type.

Can we get a look at the output of your trigger/mailhook module?

Here is the screenshot of the mailhook

Welcome to the Make community!

You might not need an Iterator.

Just map the Attachments array into the Attachments field directly.

Hope this helps! Let me know if there are any further questions or issues.

@samliew

P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.

Thanks @samliew, i thought i need an iterator, when there are different files as attachment. Zapier is zipping them togethter and thats not working for my system. I need the files in original form.

What do you mean by mapping the attachment array into the attachments field directly. I´m a newby. Perhaps you can show me how i have to do this.

Thank you very much

I’m on holidays this week, and can’t assist further for now. Please see this older post of mine instead for an example: Woocommerce Product images to Instagram Post Carousel - #2 by samliew, or try my trained Make chatbot to see if it can provide a more detailed answer.