Create a new webhook in a Contentful space to receive real-time notifications about content changes. Use this action when you need to set up automated workflows that respond to events like entry creation, publishing, or asset updates. Webhooks send POST requests to your specifie…
urlRequiredstringTarget URL where webhook payloads will be sent via POST request
nameRequiredstringName of the webhook for identification purposes
topicsRequiredarrayArray of event topics that trigger the webhook. Use patterns like 'Entry.create', 'ContentType.create', '*.publish', 'Asset.*' to match specific events. Supports wildcards
filtersarrayArray of filter conditions that must be met for the webhook to fire. Filters allow conditional webhook triggering based on content properties
headersarrayArray of custom HTTP headers to include with webhook requests. Each header has a 'key' and 'value' property
space_idRequiredstringID of the space where the webhook will be created
transformationobjectModel for webhook payload transformation configuration.
httpBasicPasswordstringPassword for HTTP Basic Authentication when calling the webhook URL
httpBasicUsernamestringUsername for HTTP Basic Authentication when calling the webhook URL
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.