Skip to main content
Best answer

"We Couldn't find a request" + Test Trigger

  • January 13, 2021
  • 3 replies
  • 522 views

Forum|alt.badge.img

Hi,

I created a Trigger with Subscribe request. It generates the webhookurl but the Test trigger step shows below message. What does this mean? Need some help at the earliest. 

 

The webhook url gets generated in the 3rd step as below

In the  monitoring window, I do not see the call for the subscribe API though

 

Here is my Trigger configuration for Subscribe.

 

Please help how to proceed further to test the Trigger Subscribe api so I can then proceed with the Unbsrcibe API.

 

Thanks,

Krupa

Best answer by ikbelkirasanBest answer by ikbelkirasan

@krupahthakker - You should send a request to that webhook URL from Postman or a similar tool, then click on Test trigger to see if it was captured successfully.

View original
Did this topic help you find an answer to your question?
This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

3 replies

ikbelkirasan
Forum|alt.badge.img+12
  • Zapier Expert
  • 555 replies
  • Answer
  • January 14, 2021

@krupahthakker - You should send a request to that webhook URL from Postman or a similar tool, then click on Test trigger to see if it was captured successfully.


Forum|alt.badge.img
  • Author
  • Beginner
  • 10 replies
  • January 14, 2021

@ikbelkirasan  - Thank you very much. I was able to send the request successfully via Postman and then Test Trigger worked successfully.

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 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 create anything in my Zapier Integration Account?

 

It would be great if you can help me out with this.

Thanks


Forum|alt.badge.img
  • Author
  • Beginner
  • 10 replies
  • January 29, 2021

@ikbelkirasan  - Can you please advice on this ? Or anyone else here have a solution to this ?