Trello

Manage Trello boards and cards

Configuration

Get Lists

Operation
Get Lists
Trello Account*
Select Trello account
Board*
Enter board ID
Get Lists (trello_list_lists)

List all lists on a Trello board

Input
ParameterTypeRequiredDescription
boardIdstringYesID of the board to list lists from
Output
ParameterTypeDescription
listsarrayArray of list objects with id, name, closed, pos, and idBoard

List Cards

Operation
List Cards
Trello Account*
Select Trello account
Board*
Enter board ID or search for a board
List (Optional)
Enter list ID to filter cards by list
List Cards (trello_list_cards)

List all cards on a Trello board

Input
ParameterTypeRequiredDescription
boardIdstringYesID of the board to list cards from
listIdstringNoOptional: Filter cards by list ID
Output
ParameterTypeDescription
cardsarrayArray of card objects with id, name, desc, url, board/list IDs, labels, and due date

Create Card

Operation
Create Card
Trello Account*
Select Trello account
Board*
Enter board ID or search for a board
List*
Enter list ID or search for a list
Card Name*
Enter card name/title
Description
Enter card description (optional)
Position
Select...
Due Date
YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ
Labels
Comma-separated label IDs (optional)
Create Card (trello_create_card)

Create a new card on a Trello board

Input
ParameterTypeRequiredDescription
boardIdstringYesID of the board to create the card on
listIdstringYesID of the list to create the card in
namestringYesName/title of the card
descstringNoDescription of the card
posstringNoPosition of the card (top, bottom, or positive float)
duestringNoDue date (ISO 8601 format)
labelsstringNoComma-separated list of label IDs
Output

Refer to the block outputs for this operation.


Update Card

Operation
Update Card
Trello Account*
Select Trello account
Card*
Enter card ID or search for a card
New Card Name
Enter new card name (leave empty to keep current)
New Description
Enter new description (leave empty to keep current)
Archive Card
Disabled
Mark Due Date Complete
Disabled
Move to List
Enter list ID to move card
Due Date
YYYY-MM-DD or YYYY-MM-DDTHH:mm:ssZ
Update Card (trello_update_card)

Update an existing card on Trello

Input
ParameterTypeRequiredDescription
cardIdstringYesID of the card to update
namestringNoNew name/title of the card
descstringNoNew description of the card
closedbooleanNoArchive/close the card (true) or reopen it (false)
idListstringNoMove card to a different list
duestringNoDue date (ISO 8601 format)
dueCompletebooleanNoMark the due date as complete
Output

Refer to the block outputs for this operation.


Get Actions

Operation
Get Actions
Trello Account*
Select Trello account
Board ID
Enter board ID to get board actions
Card ID
Enter card ID to get card actions
Action Filter
e.g., commentCard,updateCard
Limit
50
Get Actions (trello_get_actions)

Get activity/actions from a board or card

Input
ParameterTypeRequiredDescription
boardIdstringNoID of the board to get actions from (either boardId or cardId required)
cardIdstringNoID of the card to get actions from (either boardId or cardId required)
filterstringNoFilter actions by type (e.g., "commentCard,updateCard,createCard" or "all")
limitnumberNoMaximum number of actions to return (default: 50, max: 1000)
Output
ParameterTypeDescription
actionsarrayArray of action objects with type, date, member, and data

Add Comment

Operation
Add Comment
Trello Account*
Select Trello account
Card*
Enter card ID or search for a card
Comment*
Enter your comment
Add Comment (trello_add_comment)

Add a comment to a Trello card

Input
ParameterTypeRequiredDescription
cardIdstringYesID of the card to comment on
textstringYesComment text
Output

Refer to the block outputs for this operation.


Usage Instructions

Integrate with Trello to manage boards and cards. List boards, list cards, create cards, update cards, get actions, and add comments.

Notes

  • Category: tools
  • Type: trello