add-sections
Add one or more sections to a Todoist project by providing section names and project IDs, organizing tasks into clear groups.
Instructions
Add one or more new sections to projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sections | Yes | The array of sections to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Sections that could not be created, with the reason for each. A failure here does not affect the other sections in the batch — do not retry the whole batch; address or drop the failed items. | |
| sections | Yes | The created sections. | |
| totalCount | Yes | The total number of sections created. | |
| failureCount | Yes | The number of failed section creations. | |
| successCount | Yes | The number of successfully created sections. | |
| totalRequested | Yes | The total number of sections requested. |