Trello Connector
Connect Zenmako to Trello to manage boards, lists, and cards. This enables AI to view board status, create and organize cards, manage checklists, and help keep your projects on track.
Getting Your Credentials
Trello requires both an API Key and an API Token for authentication.
Step 1: Get Your API Key
Alternatively, you can get your API Key directly from https://trello.com/app-key if you are logged into Trello.
Step 2: Generate Your API Token
The token grants access based on your Trello account permissions. Store both your API Key and Token securely.
Connecting Trello
If the test succeeds, your Trello connection is ready to use.
Available Actions
| Action | Description |
| listBoards | List all Trello boards the user has access to |
| getBoard | Get details of a Trello board |
| getBoardLists | Get all lists (columns) on a Trello board |
| getBoardCards | Get all cards on a Trello board |
| getBoardMembers | Get all team members on a Trello board |
| getCardsOnList | Get all cards in a specific list (column) |
| getCard | Get details of a specific Trello card |
| createCard | Create a new Trello card |
| updateCard | Update a Trello card |
| archiveCard | Archive (close) a Trello card |
| addComment | Add a comment to a Trello card |
| getComments | Get all comments on a Trello card |
| addLabelToCard | Add a label to a Trello card |
| search | Search for cards, boards, and other items in Trello |
| createChecklist | Create a checklist on a Trello card |
| createCheckItem | Create a check item in a Trello checklist |
| updateCheckItem | Update a check item in a Trello checklist (e.g., mark as complete) |
Example Prompts
Try these prompts to interact with your Trello data:
Common Issues
"Invalid API Key" or "Unauthorized" error
This typically means your API Key or Token is invalid. Solutions:
Cannot access a board or card
Trello permissions are tied to your account. If you cannot access a board:
Zenmako