add-projects
Add one or more new projects to Todoist, specifying name, color, sub-project parent, workspace, view style, and favorite status.
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. |