I am fetching all the customers list from AccountEdge Connect App using zapier webhook.
For that created trigger and set all the data including API details and parameters, I am getting customer list form AccountEdge Connect and in next step of webhook I am getting success message in return in DATA IN tab, as follow
{
"id": "49fc62a8-a6d5-4b7f-b94b-41103e9cf227",
"request_id": "628e3162-9ef1-4177-a57c-03bfd06e4d40",
"attempt": "628e3162-9ef1-4177-a57c-03bfd06e4d40",
"status": "success"
}
How to read customer list form 1st step of zap?
I want to get list as input to my PHP API..