How to Download a link in an email?

hello Community,
i get reports by email. But the report is not attached as an attachment but with a link for a download. “Download your report by clicking the link below:”

I can set up the trigger for waiting for a gmail email that is now problem. And i know how to use the text parser. but i dont know how to download it really.

Can someone help?

Use the HTTP “Get a File” module with the file URL that you need to download. This assumes that the URL is public and doesn’t require login.

Screenshot_2024-02-08_080255

If you have an array of multiple file URLs, you can use an Iterator module to send each URL individually to the “Get a file” module.

3 Likes