Hello,
my zap adds contacts to my Zoho CRM using a webhook.
Is it possible to abort execution of this webhook zap depending on finding a string in it, like
"type": "lead.complaint"
or oppositely, only allow execution of this zap if found a string in it, like
"type": "lead.new"
Because, both webhook events, with “lead.new” and “lead.complaint”, come with the identical e-mail, the second add would cause a duplicate e-mail error in Zoho CRM.
Any solutions?