Hello
We are building a zappier app for our application. I setup the trigger and add selected the ‘REST Hook’ as trigger type. Setup the Subscribe and Unsubscribe. setup the headers, and request body for both.
We are encountering 2 issue.
Issue 1: Upon creating a zap for testing purposes it make 2 calls and send 2 different webhooks to our server.
Sample hooks received:
1: https://hooks.zapier.com/hooks/standard/11226987/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
2: https://zapier.com/hooks/standard/11226987/xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
I believe it should only send 1 request with single webhook so we can send the data back to that url when there is any updates on our application.
Issue 2: We sent the dummy data to both webhook urls but zap is still circling around and waiting for the response
Here is the response received from zappier upon sending the data to the webhook url but zap editor does not shows that data is received.
{
"attempt": "018d59a9-966f-6612-6c71-bbe507247531",
"id": "018d59a9-966f-6612-6c71-bbe507247531",
"request_id": "018d59a9-966f-6612-6c71-bbe507247531",
"status": "success"
}
Additionally, I've noticed that if we don't configure the unsubscribe feature, the webhook URL appears in the editor. Upon sending data to this webhook URL, the Zap editor indicates that the data has been received.
Any assistance would be greatly appreciated. If anyone from the Zapier team could offer help, it would be truly valued.