Contentful: Prevent webhook from triggering, when using Content Management API
问题 So I've created a webhook within the Contentful dashboard, that triggers when an entry is either published or deleted, and it works as it should. However, I want to be able to publish entries via the Content Management JavaScript API, without triggering the webhook. Are there any measures I can take to make this possible? 回答1: Unfortunately there's no difference if an entry is published through the API or the web app directly. The web app simply calls the API under the hood. What might be