add_webhook
Create a new webhook in a Storyblok space to automate workflows by triggering actions at a specified endpoint URL.
Instructions
Adds a new webhook to a specified Storyblok space using the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the webhook | |
| endpoint | Yes | URL endpoint for the webhook | |
| actions | Yes | List of actions that trigger the webhook | |
| description | No | Description of the webhook | |
| secret | No | Secret for webhook verification | |
| activated | No | Whether the webhook is activated |