add-tasks
Add tasks to your Todoist projects, sections, or as subtasks. Assign responsible collaborators and set due dates, priorities, labels, and durations for each task.
Instructions
Add one or more tasks to a project, section, or parent. Supports assignment to project collaborators.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The array of tasks to add (max 25). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | The created tasks. | |
| failures | Yes | Failed task creations with error details. | |
| totalCount | Yes | The total number of tasks created. | |
| failureCount | Yes | The number of failed task creations. | |
| successCount | Yes | The number of successfully created tasks. | |
| totalRequested | Yes | The total number of tasks requested. |