Skip to main content

Trello

Manages Trello boards, lists, cards, checklists, and members via the Trello REST API. Supports full card lifecycle: create, read, update, move, archive, and delete cards. Cards can have comments, attachments (URL or file upload), labels, and checklists with items. Board and list operations include create, get, and list with filtering (open/closed/starred). Members can be listed per board. Authenticates with API key + token credentials. All nodes support both Connect-node-based and direct credential-based authentication.

NamespaceRobomotion.Trello
Version1.1.0
CategoryProject Management, Collaboration
Nodes21

Nodes

NodeDescription
ConnectOpens a connection to Trello and returns a Client ID.
DisconnectCloses a Trello connection.
List BoardsLists boards in Trello.
Get BoardGets a board in Trello.
Create BoardCreates a board in Trello.
Get ListsGets lists in Trello.
Create ListCreates a list in Trello.
List CardsLists cards in Trello.
Get CardGets a card in Trello.
Create CardCreates a card in Trello.
Update CardUpdates a card in Trello.
Delete CardDeletes a card in Trello.
Move CardMoves a card in Trello.
Archive CardArchives a card in Trello.
Add AttachmentAdds an attachment in Trello.
Add CommentAdds a comment in Trello.
Add LabelAdds a label in Trello.
Create ChecklistCreates a checklist in Trello.
Add Checklist ItemAdds a checklist item in Trello.
List MembersLists members in Trello.
ToolkitExposes this package's operations to an AI Agent as a single tool.

Connecting

This package has a Connect node. Run it once at the start of your flow; it returns a Client ID that the other nodes take as input. Pair it with Disconnect so the connection is released when the flow ends.

Credentials belong in a Vault rather than typed into the node.

AI Agent tools

20 of these nodes are exposed as tools an AI Agent can call directly: Connect, Disconnect, List Boards, Get Board, Create Board, Get Lists, Create List, List Cards, Get Card, Create Card, Update Card, Delete Card, Move Card, Archive Card, Add Attachment, Add Comment, Add Label, Create Checklist, Add Checklist Item, List Members.

About this page

Generated from the package spec that the Flow Designer itself loads, so the node list and every property below match the version above exactly.

It does not yet include worked examples or service-specific guidance — those are written by hand, and a plausible-sounding guess in a reference page is worse than an honest gap. If you build something useful with this package, the community is the place to share it.