URL download file

Hey All,

Hope all is well!

Working on a piece of an automation where I need to download a copy of an email that is being sent out to market. The email is being sent to a web application in addition to the market. We can download the email directly from the web application by navigating directly to a URL.

I would like to avoid opening a new browser for this. Does anyone know of a way to possibly use HTTP Request or a Activity Pack that could handle this?

Thanks in advance!

Hi @Jarzzz

You can use this activity

Regards,

Nived N

Happy Automation

1 Like

HTTP Request has a property called ResourcePath which allows you to specify where to download the response.

For the moment, there’s a bug when using it - the activity will make 2 requests if you set that property, which we are planning to fix in the following releases.