create_task
Create new tasks in Storyblok spaces via Management API to automate workflows, configure webhooks, and manage content operations.
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 |