add_webhook
Configure automated notifications in Storyblok by setting up webhooks that trigger when specific content actions occur, enabling real-time integration with external systems.
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 |