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 ?