Prevent webhooks being triggered if record changes are made by api request
Hello!
I am currently implementing a data synchronization between my accounting software and Zoho CRM. I have set up webhooks in Zoho CRM that are triggered, for example, when a record (contact or customer) is updated. This works very well. However, I would like to avoid webhooks being triggered when the change to the record was made via the API. In this case my platform would reload the data from Zoho. Both the webhook and the API GET request would be redundant, since the change was made by the same platform that is now loading the record from Zoho.
Is there any way to trigger the webhooks only when changes are made to a record in the Zoho web interface?
Thanks a lot!