Trello is team collaboration tool that lets you organize anything and everything to keep your projects on task.

Changelog

12 versions
v2.3.0 Latest
  • Added MakeApiCall component for performing arbitrary authorized API calls to the Trello API.
v2.2.0
  • Added test() (Flow Test Mode) to all triggers: NewCard, NewActivity, NewNotification — each reuses the shared trello-commons.fetchAll request path with tick() and emits the newest matching item (picked via the Trello id timestamp).
v2.1.6
  • Added output examples to component schemas.
v2.1.5
  • Fixed an issue with AddChecklistToCard where whitespace in the checklist items was not being trimmed.
v2.1.4
  • Fixed the issue with the CreateCard component where `idChecklists` was not being sent to the output port.
v2.1.3
  • Updated the list of colors in color-palette of AddLabelToCard component and updated the tooltip texts and description
  • In AddLabelToCard component, implemented the codition to select anyOf the two options instead of oneOf.
v2.1.1
  • Update component CreateCard to include checklist.
  • Fix an issue when it was possible to create a card without a name.
  • Add component DeleteCard, ListCardChecklists, ListChecklistItems, AddChecklistToCard, AddItemToChecklist, UpdateChecklist, UpdateChecklistItem, DeleteChecklist, DeleteChecklistItem.
v2.0.4
  • Fix 'Bad Request' error when sending data in body in GET requests.
v2.0.3
  • Update component description for: ListBoardsCards, ListBoardsList, ListBoardLabels, ListBoardMembers, ListBoards and ListCardLabels.
  • Add outPorts for: RemoveLabelFromCard
v2.0.1
  • Fix 'invalid id' error when using AddLabelToCard component.
v2.0.0
  • Make previously private components public: ListBoards, ListBoardsCards, ListBoardMembers, ListBoardsList, ListBoardCardLabels, ListBoardLabels.
  • Make Board ID and other input properties variable by moving them to inPorts.
  • Fix component FindBoard not returning any value when no result is found.
v1.0.0
  • Initial version

Authentication

TypeDetails
Oauth

Triggers

3
New Activity icon

New Activity

This trigger fires every time there is activity in Trello.
New Card icon

New Card

This trigger fires every time a new card is added in Trello.
New Notification icon

New Notification

This trigger fires every time you get a new notification in Trello.

Actions

29
Make Api Call icon

Make Api Call

Performs an arbitrary authorized API call to the Trello API.
Add Checklist To Card icon

Add Checklist To Card

Add a new checklist to a specific card.
Delete Checklist icon

Delete Checklist

Delete a checklist.
Delete Checklist Item icon

Delete Checklist Item

Remove an item from a checklist.
Add Item To Checklist icon

Add Item To Checklist

Add a new checklist item to an existing checklist.
List Card Checklists icon

List Card Checklists

Get the checklists on a card.
List Checklist Items icon

List Checklist Items

Get checkitems on a checklists.
Update Checklist icon

Update Checklist

Update an existing checklist.
Update Checklist Item icon

Update Checklist Item

Update an item in a checklist on a card.
Add Attachment To Card icon

Add Attachment To Card

Add an attachment to a specific card.
Add Member To Card icon

Add Member To Card

Add a member to a specific card.
Archive Card icon

Archive Card

Archive a card.
Add Label To Card icon

Add Label To Card

Add an existing label to a specific card or create a new label by providing a name and color.
Create Board icon

Create Board

Create a new board in Trello.
Create Card icon

Create Card

Create a new card in Trello on a specific board and list.
Find Board icon

Find Board

This action finds board.
Delete Card icon

Delete Card

Delete a card.
Find Card icon

Find Card

This action finds card in trello board.
Find Member icon

Find Member

This action finds member in trello board.
List Board Labels icon

List Board Labels

Get all of the Labels on a Board.
List Boards Cards icon

List Boards Cards

Get all of the open Cards on a Board.
List Boards List icon

List Boards List

Get the Lists on a Board
List Boards icon

List Boards

Returns a list of boards from your member.
List Boards Members icon

List Boards Members

Get the Members for a board.
List Card Labels icon

List Card Labels

Returns a list of labels of a card.
Move Card icon

Move Card

This action moves card from one list to another.
Remove Label From Card icon

Remove Label From Card

Remove existing label from a specific card.
Update Board icon

Update Board

Update a board's name and description.
Update Card icon

Update Card

Update a card's name, due date or position in list.