Sending Attachments with Outlook

Hi,

Im releatively new to N8N and trying to learn,
Im trying to send emails with attachments, basically forwarding the email to another address, this is implemented in a categorising workflow,

I really cant figure out how to add all the attachments to the email and send it, it needs to be able to send a range of attachments

Hi @Zac_Mirvich

What you can try is to create a “if” node to check for attachments and then create a node to download the attachment and upload it to the Google drive folder

Then create another nodo to take email content and attachments to new email

Let me know if you have any questions