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.
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.