How to enable
Go to Settings → Capabilities and enable Trello. Then provide your API key, token, and board ID(s) — see below for details.Example use cases
- Triage New Cards — “When a new card is created in the Inbox list, analyze it and move it to the appropriate list based on priority”
- Comment Responses — “When someone comments on a card asking a question, research the answer and reply”
- Weekly Cleanup — “Every Friday, archive all cards in the Done list”
- Cross-platform Sync — “When you receive an email about a project update, create a card in the Updates list”
Webhook events
When you configure a board ID, the agent automatically subscribes to board events and can react to:- Card created — A new card is added to any list
- Card moved — A card moves between lists
- Card commented — Someone adds a comment to a card
How to get your Trello credentials
Create a Power-Up
Go to trello.com/power-ups/admin and click New to create a Power-Up. Fill in the required fields (name, email, etc.) and click Create.
Generate your API key
Open the Power-Up you created and go to the API Key tab. Click Generate a new API key and copy it.
Generate a token
In the same API Key section, click the Token link next to your key. Choose your permissions and expiration, then click Allow. Copy the token that appears.
Find your board ID
Open your Trello board in a browser. The board ID is in the URL:
trello.com/b/{boardId}/...You can watch multiple boards by providing comma-separated IDs.
