Download a PDF from a URL

My Goal is to download a PDF from an URL I receive inside an email.
Steps in my scenario.
1 watch email
2 extract content of email an parse it
3 extract URL from content and send to HTTP get file
4 parse file (HTML) obtained to extract the URL of my PDF
5 send it to HTML get file.
6 Save file on Drive

On the last step I´m getting an HTML file instead of my desired pdf file because the HTML get file module retrieves the HTML from the URL and not the pdf itself (I guess)

Hi Roger,

I believe what you have here will work, just add an upload module and try mapping the data:


Harman - IOA Digital
1 Like

Thank you Harman! You were right. Just a matter of mapping.

2 Likes