Integrations / Project management

Trello

Look up boards, lists and cards, create, move and update cards, and comment on them in Trello.

9 tools

Tools

trello.list_boards

List the boards the connected user belongs to. Board IDs are 24-character hex strings.

filter

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.

board_id*

trello.list_cards

List the open cards in a list. List IDs are 24-character hex strings from get_board_lists.

list_id*

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.

card_id*

trello.create_card writes

Create a card in a list. List IDs are 24-character hex strings from get_board_lists.

idList*name*descdueposidMembersidLabels

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.

card_id*namedescidListduedueCompleteclosed

trello.add_comment writes

Add a comment to a card as the connected user. Card IDs are 24-character hex strings.

card_id*text*

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.

path*params

trello.api_request writes

Send a POST, PUT, PATCH or DELETE request to any Trello API path under https://api.trello.com/1.

method*path*paramsbody

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

  1. 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.
  2. Next to the API key, click the Token link and allow access to generate a token for your account.
  3. Paste the API key and token on the connection. The connection acts as you and sees your boards.

Credentials

API key Token

Trello API docs

Your next automation is one sentence away.

14-day free trial with $5 of built-in AI included. Cancel anytime.