Skip to main content
The Trello node adds Trello operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields. Trello also includes 2 trigger operations (marked in the tables below) that can start a workflow when something happens in Trello.
You can wire the Trello node into an AI agent as a tool provider: the agent calls the operations you allow. See Agent tools.

Credentials

Connect Trello under Credentials in the node settings. See Connecting credentials for the general flow. Enter the values manually when creating the credential. Get your credentials here.

Operations

Boards

OperationIDDescriptionTrigger
Add Member to Boardadd_member_to_boardAdd or update a member’s role on a board.
Create Boardcreate_boardCreate a new board.
Delete Boarddelete_boardPermanently delete a board.
Get Boardget_boardRetrieve a single board’s details.
Get Board Actionsget_board_actionsGet the activity feed (actions) for a board.
Get Board Labelsget_board_labelsList labels available on a board.
Get Board Membersget_board_membersList members of a board.
Get Cards on a Boardget_board_cardsGet all cards on a board.
Get Lists on a Boardget_board_listsGet all lists (columns) on a board.
Remove Member from Boardremove_member_from_boardRemove a member from a board.
Update Boardupdate_boardUpdate an existing board.

Cards

OperationIDDescriptionTrigger
Add Attachment to Cardadd_attachmentAttach a URL to a card.
Add Comment to Cardadd_commentPost a comment on a card.
Add Label to Cardadd_labelAdd an existing label to a card.
Add Member to Cardadd_memberAssign a member to a card.
Create Cardcreate_cardCreate a new card in a list.
Delete Carddelete_cardPermanently delete a card.
Get Cardget_cardRetrieve a single card.
Get Card Actionsget_card_actionsGet the activity feed (actions) for a card.
Remove Label from Cardremove_labelRemove a label from a card.
Remove Member from Cardremove_memberUnassign a member from a card.
Update Cardupdate_cardUpdate a card (rename, move, set due date, archive).

Checklists

OperationIDDescriptionTrigger
Add Checklist Itemadd_checklist_itemAdd an item to a checklist.
Create Checklist on Cardcreate_checklistAdd a checklist to a card.
Delete Checklistdelete_checklistDelete a checklist from a card.
Delete Checklist Itemdelete_checklist_itemDelete an item from a checklist.
Get Card Checklistsget_card_checklistsGet all checklists on a card.
Update Checklist Itemupdate_checklist_itemCheck or uncheck a checklist item (check item state).

Labels

OperationIDDescriptionTrigger
Create Labelcreate_labelCreate a new label on a board.
Delete Labeldelete_labelDelete a label from a board.
Update Labelupdate_labelRename or recolor a board label.

Lists

OperationIDDescriptionTrigger
Archive Listarchive_listArchive or unarchive a list.
Create Listcreate_listCreate a new list (column) on a board.
Get Cards in a Listget_list_cardsGet all cards within a list.
Move All Cards in a Listmove_all_cardsMove every card in a list to another list.
Update Listupdate_listRename or modify a list.

Members

OperationIDDescriptionTrigger
Get Authenticated Memberget_meGet the authenticated member’s profile.
Get Member’s Boardsget_member_boardsList boards belonging to a member.
Get Member’s Cardsget_member_cardsGet all cards assigned to a member.
OperationIDDescriptionTrigger
SearchsearchSearch across boards, cards, and members.

Other

OperationIDDescriptionTrigger
On Board Changeon_board_changeFire the workflow when anything changes on a Trello board.Yes
On Card Changeon_card_changeFire the workflow when a specific Trello card changes.Yes