create_task
Create a new task in Storyblok to automate workflows, configure webhooks, or execute custom code for content management.
Instructions
Creates a new task in a specified Storyblok space using the Management API.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the task | |
| task_type | No | Type of task | webhook |
| webhook_url | No | Webhook URL for the task | |
| description | No | Description of the task | |
| lambda_code | No | Lambda code for the task | |
| user_dialog | No | User dialog configuration |