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.
| Namespace | Robomotion.Trello |
| Version | 1.1.0 |
| Category | Project Management, Collaboration |
| Nodes | 21 |
Nodes
| Node | Description |
|---|---|
| Connect | Opens a connection to Trello and returns a Client ID. |
| Disconnect | Closes a Trello connection. |
| List Boards | Lists boards in Trello. |
| Get Board | Gets a board in Trello. |
| Create Board | Creates a board in Trello. |
| Get Lists | Gets lists in Trello. |
| Create List | Creates a list in Trello. |
| List Cards | Lists cards in Trello. |
| Get Card | Gets a card in Trello. |
| Create Card | Creates a card in Trello. |
| Update Card | Updates a card in Trello. |
| Delete Card | Deletes a card in Trello. |
| Move Card | Moves a card in Trello. |
| Archive Card | Archives a card in Trello. |
| Add Attachment | Adds an attachment in Trello. |
| Add Comment | Adds a comment in Trello. |
| Add Label | Adds a label in Trello. |
| Create Checklist | Creates a checklist in Trello. |
| Add Checklist Item | Adds a checklist item in Trello. |
| List Members | Lists members in Trello. |
| Toolkit | Exposes 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.
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.