Question

JSON GET then POST and upload to EasyFTP

  • 21 October 2022
  • 0 replies
  • 36 views

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. 


This post has been closed for comments. Please create a new post if you need help or have a question about this topic.