Skip to content
Project ManagementReal-timeUpdated May 2026

Trello

Trello's board-as-process feel, automated

Trello's strength is the physical-process feel, cards moving across lists, attachments piling up, comments accumulating, members joining a card. Tiny Command surfaces that lifecycle as seven triggers: Card Created, Card Moved (the workflow-defining moment), Card Updated, Comment Added, Attachment Added, Member Added to Card, and List Created. Twenty-one actions cover the writes and reads: Create Card, Move Card, Update Card, Archive Card, Delete Card, Add Comment, Add Label to Card, Add Member to Card, Add Checklist Item, Create List, Update List, Create Board, Create Checklist, Remove Label from Card, plus the read endpoints for boards, lists, cards, labels, and the connected user. The integration authorizes via Trello's OAuth and respects board-level permissions, so a workflow only touches boards the connected user is a member of. Common patterns: a Stripe customer creation auto-creates a Trello card in the right onboarding list, a GitHub PR merged moves a corresponding "In Review" card to "Done", and a calendar event triggers a checklist of prep tasks on a planning card.

7triggers
21actions
≈ 2 minto set up
Freetier · no card
Triggers

Workflows start when Trello does.

7 real-time triggers, each backed by a webhook subscription. Events arrive within seconds and you don't have to set up polling.

Real-time · webhook-driven
Actions

Do anything Trello can do, from a workflow.

Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.

ActionWhat it does
Add Checklist ItemAdds an item to an existing Trello checklist on a card with optional pre-checked state. Used for templated work breakdowns or for capturing follow-ups from a meeting.
Add CommentAdds a comment to a Trello card with optional @mentions. Used for automation activity logs, AI summary notes, or status broadcasts.
Add Label to CardAdds a label to a Trello card by label ID. Use to tag cards based on their content (e.g. AI classification) or to auto-categorize new work.
Add Member to CardAssigns a member to a Trello card. Used for AI-driven routing or for auto-adding the on-call person to incoming bugs.
Archive CardArchives (closes) a Trello card. Hidden from the board but recoverable; the reversible alternative to Delete Card.
Create BoardCreates a new Trello board with name, optional template, and default lists. Useful for templated project provisioning per customer.
Create CardCreates a new card on a Trello board list with name, description, due date, labels, members, and position. The standard write action for piping forms or tickets into Trello.
Create ChecklistAdds a checklist to a Trello card with a name. Items are added separately via Add Checklist Item.
Create ListCreates a new list on a Trello board with name and position. Used for templated board scaffolding (Backlog, In Progress, Done).
Delete CardPermanently deletes a Trello card. Irreversible; prefer Archive Card for everyday cleanup.
Get BoardReturns details of a Trello board: name, description, lists, labels, members, prefs, and URL. Used to enrich trigger payloads or to render board-detail UI.
Get CardRetrieves a Trello card by ID with name, description, list, labels, members, due date, and custom fields. The standard read after a trigger fires with an ID.
Get MeReturns the authenticated Trello user (id, username, email, full name). Useful to resolve a memberId for follow-on operations like assigning yourself to a card.
List BoardsLists all Trello boards accessible to the authenticated user. The standard first step before drilling into lists and cards.
List CardsLists cards on a Trello board or in a specific list. Used for sprint reviews, board exports, or daily-digest generation.
List LabelsLists all labels on a Trello board with their name and color. Used to populate a label picker or to resolve a name to a label ID.
List ListsLists all lists on a Trello board with their name and position. Required step before creating a card, since cards live in lists.
Move CardMoves a Trello card to a different list (the canonical Kanban stage-change action). Often used to auto-advance cards based on external state (PR merged, customer reply, etc.).
Remove Label from CardRemoves a label from a Trello card by label ID. Used to update card tagging as state changes.
Update CardUpdates a Trello card: name, description, list, due date, position, members, or labels. Only the fields you pass are changed.
Update ListUpdates a Trello list's name or position. Use when list names track sprint numbers, weeks, or release versions that change over time.
Recipes

Pre-built Trello workflows.

Clone any recipe and customize it in one click. Every recipe is fully editable.

Before you build

Three things worth knowing.

Filter at the trigger

Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.

Authorize once, reuse anywhere

Connect Trello once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.

No JSON to read

Every Trello field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.

FAQ

Questions about the Trello integration.

If we missed yours, ping support. We usually reply within an hour.

How do I connect Trello to Tiny Command?
Open the Tiny Command workflow builder, drop in a Trello node, and click Connect. Authorize Trello once and any workflow on your account can use its triggers and actions. Most teams finish the connection in under two minutes.
What Trello triggers does Tiny Command support?
Tiny Command supports 7 real-time Trello triggers, including "Attachment Added", "New Card", "Card Moved". Each trigger fires within seconds of the event happening in Trello.
What Trello actions can I run from a workflow?
21 Trello actions are available out of the box, covering project management operations like "Add Checklist Item". Every action accepts dynamic inputs from upstream nodes, whether that's a search result, an AI output, or a form field.
Is the Trello integration real-time?
Yes. Attachment Added and every other Trello trigger uses webhooks or push subscriptions, so workflows fire within seconds of the event in Trello rather than on a polling schedule.
Do I need to write code to use Trello with Tiny Command?
No. Every Trello trigger and action is fully configurable from the visual workflow builder. For edge cases that aren't covered, drop in a custom HTTP node and call any Trello API endpoint directly.
How much does the Trello integration cost?
There's a free tier you can start on without a credit card. Higher run volumes and team features come with paid plans. The Trello integration itself has no per-app surcharge.
Related

More project management apps people connect.

Same category as Trello, ordered by how often teams pair them. Hover the carousel to pause.

Do more with Trello.

Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.