On sending the subscription request via postman, it returns the below response as expected. Now I want to setup the unsubscribe trigger in my Zapier intergration account but it is giving me the below message. Please advice.
I got the following response on executing the webhook.
{
"id": "e8940575-13ac-4d4f-9cb9-2e0ab6f6b256",
"request_id": "60005fd2-fa1b-455b-bc88-15bc7f7a00f0",
"attempt": "60005fd2-fa1b-455b-bc88-15bc7f7a00f0",
"status": "success"
}
I then used the “id” property from the above response as a parameter for the unsubscribe request like below.
I then saved the API configuration and proceeded to the next step which is Test the API Request. On click of Test Trigger I got the below message. What does this indicate? Do I need to setup anything else in my Zapier Integration Account?
Can someone please adivce on how to fix this ?
Thanks