Gmail integration: how to send a email with multiple attachments

Hello,

I got multiple binary combined from a merge node. When I try to send them in a single email, it send me instead 3 emails with each attachment.
How to fix it?

Thank you,

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Nicolas_Michel , your binaries are located in separate items. Hence, you have Gmail node sending separate emails/attachments. What is missing is the aggregation of the items into a single item.

Use Aggregate node to produce a single item making sure the option “Include Binaries” is enabled as depicted in the image below.

1 Like

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