Skip to main content
Best answer

How do I force my trigger integration to not do the action if there is no data ?

  • February 28, 2023
  • 2 replies
  • 60 views

Nicolas34

Hi,

 

I have an issue developing a trigger for zapier

I’m currently developing a trigger which checks into my API if there is new more data from my client software

 

To give an example, the trigger will call a webhook on my API to check if there is new data, and then call an action which a zapier user choosed (like send an email for example)

But if my API send something like “There is no new data”, I don’t want the email (or whatever the action is) to be sent

 

Is there a way to do this ?

Best answer by Troy Tessalone

Hi @Nicolas34 

Good question.

If you need to, you can add a Filter as Step 2 in the Zap.

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

2 replies

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • Answer
  • February 28, 2023

Hi @Nicolas34 

Good question.

If you need to, you can add a Filter as Step 2 in the Zap.


Nicolas34
  • Author
  • Beginner
  • February 28, 2023

Thanks, it works !