todoist_subtasks_bulk_create
Create multiple subtasks under a parent task in one operation, specifying subtask content and optional details like due dates and labels.
Instructions
Create multiple subtasks under a parent task in a single operation
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| parent_task_id | No | ID of the parent task (provide this OR parent_task_name) | |
| parent_task_name | No | Name/content of the parent task (provide this OR parent_task_id) | |
| subtasks | Yes | Array of subtasks to create |