Short answer: Drop the "Todoist → Comment Added" 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": "3345678901","content": "Updated the deadline per client request","task_id": "7891011121","posted_at": "2026-04-23T14:45:00.000000Z","attachment": null}
Every field below can be referenced by name in any action or filter that comes after this trigger.
| Field | Type | Example |
|---|---|---|
| id | string | "3345678901" |
| content | string | "Updated the deadline per client request" |
| task_id | string | "7891011121" |
| posted_at | string | "2026-04-23T14:45:00.000000Z" |
| attachment | null | null |
One trigger. 27+ downstream actions. Zero glue.