How to download multiple Coupa invoice attachments

Hi,

I’m using API method that shows me Invoice attachments from Coupa.
I can see preview of the attachment file.

I can click on “Save Response” button and save the response file to any location. I will pass multiple invoices as CSV file and might get in return many attachments.

At collection level is there a setting that can help me to save all the response files on my computer. for now (C:\Downloads\TestAPI) at this folder.

Hey @smoize :wave:

Welcome to the Postman Community! :postman:

You’re not going to be able to achieve this using the Postman UI, the only way that can automatically to that would be with Newman as a library and creating a script that saves those responses to a file during the Collection Run.

If would be something like this: