I need assistance with an API post request to a private undocumented API. I have been able to webscrape the information and can run it in POSTMAN. The API posts requires my email credentials to download a file.
POSTMAN is able to post and download the file. So I have all the parameters for the URL and Form-Data of the body. I can send to see the resulting pdf, or send & save to successfully ask me where to save the file.
However, I don’t know what to do next with the information. I need it in Zapier to post the request and then store the file where I designate on dropbox. I am unable to understand and complete these remaining steps due to lack of any knowledge in programming.
I have attempted both zapier code and zapier webhooks.