Short answer: You can create board in Trello by hand from its own interface, but it won’t repeat itself. On TinyCommand, add the Trello Create Board 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 Name name | string | Required | Board Name. Example: Q2 Roadmap |
Description desc | string | Optional | Description |
Add Default Lists defaultLists | boolean | Optional | Create To Do, Doing, Done lists |
{"name": "e.g. Q2 Roadmap","desc": "{{trigger.desc}}","defaultLists": "{{trigger.defaultLists}}"}
{"id": "board123","url": "https://trello.com/b/abc123/q2-roadmap","name": "Q2 Roadmap"}
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.