Upload PDF from Google Drive to Outlook

Hi Everyone,
I have been looking at tons of tutorials for binary data but so far I’ve had the issue of uploading a PDF file to Outlook as a draft email.

Can someone please help. I get the errors of No Binary Data Read.

Hi @J_Oppus

For attach binary data the first step is download to n8n the file, i use an HTTP resquest node:

If you test the step and you get in the outpu zone the field “data” and the buttons you are on the right way, JSON and Binary data are stored seperated (i had same problem).

In the Outlook attachment node you only need to refer the last input

That must be enough. Regards

1 Like

Thank you for the help. I was able to get the HTTP request to work. How would I be able create a draft on outlook and attach this attachment from the HTTP request? The outlook node that you suggested only allows me to attach the file to already existing emails.

Thank you!