Skip to main content

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 ?

Hi @Nicolas34 

Good question.

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


Thanks, it works !