Integrations / Project management
Trello
Look up boards, lists and cards, create, move and update cards, and comment on them in Trello.
Tools
trello.list_boards
List the boards the connected user belongs to. Board IDs are 24-character hex strings.
trello.get_board_lists
List the lists (columns) on a board, in order. Board IDs are 24-character hex strings, or the short ID in the board URL.
trello.list_cards
List the open cards in a list. List IDs are 24-character hex strings from get_board_lists.
trello.get_card
Get a card with its description, list, members, labels and due date. Card IDs are 24-character hex strings, or the short ID in the card URL.
trello.create_card writes
Create a card in a list. List IDs are 24-character hex strings from get_board_lists.
trello.update_card writes
Update a card, move it to another list, archive it or mark it done. Only the fields given change. Card IDs are 24-character hex strings.
trello.add_comment writes
Add a comment to a card as the connected user. Card IDs are 24-character hex strings.
trello.api_get
Send a GET request to any Trello API path under https://api.trello.com/1 and return the response. For endpoints the named tools don't cover.
trello.api_request writes
Send a POST, PUT, PATCH or DELETE request to any Trello API path under https://api.trello.com/1.
Tick Allow raw writes on the connection to add api_request, which can send POST, PUT, PATCH and DELETE requests to any Trello API path.
Connect
- In the Trello Power-Up admin portal (trello.com/apps/admin), create a Power-Up for your Workspace, open its API key page and generate an API key.
- Next to the API key, click the Token link and allow access to generate a token for your account.
- Paste the API key and token on the connection. The connection acts as you and sees your boards.
Credentials
Your next automation is one sentence away.
14-day free trial with $5 of built-in AI included. Cancel anytime.