Best answer

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

  • 28 February 2023
  • 2 replies
  • 48 views

Userlevel 1

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 ?

icon

Best answer by Troy Tessalone 28 February 2023, 15:55

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.

2 replies

Userlevel 7
Badge +14

Hi @Nicolas34 

Good question.

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

Userlevel 1

Thanks, it works !