Short answer: You can create list in Trello by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Trello Create List action to a workflow, map its 3 inputs from any upstream app, and it runs automatically every time the trigger fires. No code, and a free tier to start.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Board ID idBoard | string | Required | Trello board ID — 24-char hex. Find via List Boards. |
List Name name | string | Required | List Name. Example: In Progress |
Position pos | options | Optional | Position. Options: Top, Bottom |
{"idBoard": "e.g. 5abbe4b7ddc1b351ef961414","name": "e.g. In Progress","pos": "{{trigger.pos}}"}
{"id": "list123","pos": 16384,"name": "In Progress","idBoard": "board123"}
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.