create_task
Create tasks in Storyblok by specifying name, description, assigned user, and story ID to manage content workflows.
Instructions
Create a task. Pass name, description, assigned_to_user_id, story_id, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| description | No | ||
| assigned_to_user_id | No | ||
| story_id | No |