Send multiple file attachments in emails

Hello n8n community!

I wanted to ask you about attachments in Gmail (and basically the other mail nodes).

In my flow I have to receive several files (x amount), plus particular information. But I always get the same response from the Gmal node: property.split is not a function or its return value is not iterable (item 0).

Does anyone know how to manipulate several binaries and send them in the attachments?

Translated with DeepL.com (free version)

Both the send email and gmail node allow you to add multiple attachments. You can read more when you hover the question mark. You must provide the file names as raw strings, separated by commas.


1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.