Skip to main content
Question

How do I pass a callback URL in sample data to make the test step work in Zapier?

  • March 9, 2024
  • 1 reply
  • 101 views

Hi 

We have app which calls our backend api for asynchronous task and pass the callback url. This works fine. 

In this case Test step is not working because we test step does not have callback url. Can we pass callback url in sample data or how do we make the test step working for test step.

 

Best regards

Chandra

 

 

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.

1 reply

  • Author
  • Beginner
  • 1 reply
  • March 9, 2024

Hi 

We have app which calls our backend api for asynchronous task and pass the callback url. This works fine. 

In this case of Test step, backend returns 202 accept and returns the reply to webhook callback url after finishing but Test step does not wait for callback reply. Is there way that it waits for backend to finish and shows the response of callback in test step. 

 

Best regards

Chandra