Short answer: Drop the "Todoist → Create Project" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Project Name name | string | Required | Project Name. Example: Marketing Campaign |
Parent Project ID parent_id | string | Optional | Set to make this a sub-project |
Color color | options | Optional | Color |
Add to Favorites is_favorite | options | Optional | Add to Favorites. Options: No, Yes |
View Style view_style | options | Optional | View Style. Options: List, Board |
{"name": "e.g. Marketing Campaign","parent_id": "e.g. 2345678901","color": "{{trigger.color}}","is_favorite": "{{trigger.is_favorite}}","view_style": "{{trigger.view_style}}"}
{"id": "3456789012","url": "https://todoist.com/showProject?id=3456789012","name": "Marketing Campaign","color": "blue","view_style": "list","is_favorite": false}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.