add-projects
Add one or more new projects to Todoist with customizable options for name, color, parent project, view style, and workspace, enabling efficient project setup.
Instructions
Add one or more new projects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projects | Yes | The array of projects to add. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| failures | Yes | Projects that could not be created, with the reason for each. A failure here does not affect the other projects in the batch — do not retry the whole batch; address or drop the failed items. | |
| projects | Yes | The created projects. | |
| totalCount | Yes | The total number of projects created. | |
| failureCount | Yes | The number of failed project creations. | |
| successCount | Yes | The number of successfully created projects. | |
| totalRequested | Yes | The total number of projects requested. |