add-sections
Add new sections to Todoist projects by providing project IDs and section names. Include optional Markdown descriptions for each section.
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. |