Are there how to tempolary disable webhook when published entry through management api?

I created a script triggered daily that update and publish multiple entry. I want to disable webhooks when only running this script. Are there a way to do it?

Hi @vartkg ,

Unfortunately it’s not possible, since the Webhook, by definition is appended when a specific condition happens for a Content-type, Entry or Asset. However a workaround could be to include user that performed the action, via Webhook Transformation. By assigning a specific user to your daily script, you should then be able to exclude the Webhook from running (logic would be on your side of the Webhook).