Short answer: Drop the "Todoist → New Project" trigger on your workflow canvas, add filters if you want them, and publish. It fires within seconds of the event in Todoist, not on a polling schedule.
Drop it on the canvas. Configure a couple of fields. Publish.
You don’t need to read this. Tiny Command auto-maps every field into the visual picker so downstream nodes can pull values by clicking. We show it here for power users who want to know what’s on the wire.
{"id": "2203456791","url": "https://todoist.com/app/project/2203456791","name": "Q2 Marketing Campaign","color": "berry_red","order": 5,"is_shared": false,"parent_id": null,"view_style": "list","is_favorite": false}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| id | string | "2203456791" |
| url | string | "https://todoist.com/app/project/2203456791" |
| name | string | "Q2 Marketing Campaign" |
| color | string | "berry_red" |
| order | number | 5 |
| is_shared | boolean | false |
| parent_id | null | null |
| view_style | string | "list" |
| is_favorite | boolean | false |
One trigger. 27+ downstream actions. Zero glue.