add-projects
Add new projects to Todoist, specifying names, colors, parent projects, view styles, and workspaces for organized task management.
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. |