Best answer

How to wait for an event in Zapier Action / Asynchronous task in zapier action?

  • 28 October 2020
  • 1 reply
  • 792 views

Userlevel 1

Once I get some data from a trigger, I am making an API call in my personal zapier app action and this API call starts a process in the backend. This is a long process.

I want another action (an API call) to happen once this process is completed. There is an API available to check status of my process.

Is there a way to do this? 

icon

Best answer by andywingrave 29 October 2020, 14:46

View original

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

Userlevel 7
Badge +9

I think the best way to do this is to handle this with logic in your zap to send a webhook to another zap.

So the workflow would look like this:

 

  1. Trigger 
  2. Action > Webhook API call
  3. [End]

 

Then your app would send back a response to zapier caught by a webhook:

 

  1. Trigger (Webhook)
  2. Action
  3. Action
  4. Etc