Skip to main content

I'm a newbie working with JSON. I'm trying to find out if I can do the below steps 
are possible with the "Retrieve Poll in Webhooks by Zapier"  combined with the trigger EasyFTP action. 


1. Login Endpoint via POST to retrieve authentication JWT token
2. Report Endpoint via GET and using the token as header authentication (from 1) to obtain a CSV report
3. Upload Response using the EasyFTP action to an FTP server

 

I was able to successfully test 1 & 2 in Postman but the interface in Zapier is different and I don't know hoe to place the different variables.