Skip to content

Trello

Trello is a project management tool that uses boards, lists, and cards to help users organize tasks and collaborate with teams.

Categories: productivity-and-collaboration

Type: trello/v1


Connections

Version: 1

null

Properties

NameLabelTypeControl TypeDescriptionRequired
keyKeySTRINGTEXTtrue
tokenTokenSTRINGTEXTtrue

Actions

Create Board

Name: createBoard

Creates a new board.

Properties

NameLabelTypeControl TypeDescriptionRequired
nameNameSTRINGTEXTThe new name for the board.true
descDescriptionSTRINGTEXTA new description for the board.false

Create Card

Name: createCard

Creates a new card.

Properties

NameLabelTypeControl TypeDescriptionRequired
idBoardBoard IDSTRINGSELECTID of the board.true
idListList IDSTRINGSELECTID of the list where the card should be created in.true
nameNameSTRINGTEXTThe name for the card.false
descDescriptionSTRINGTEXTThe description for the card.false

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
descSTRINGTEXT
idBoardSTRINGTEXT
idListSTRINGTEXT
nameSTRINGTEXT

Get Card

Name: getCard

Gets a card details.

Properties

NameLabelTypeControl TypeDescriptionRequired
idBoardBoard IDSTRINGSELECTID of the board where card is located.true
idCard IDSTRINGSELECTtrue

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
descSTRINGTEXT
idBoardSTRINGTEXT
idListSTRINGTEXT
nameSTRINGTEXT

Triggers

New Card

Triggers when a new card is created on specified board or list.

Type: DYNAMIC_WEBHOOK

Properties

NameLabelTypeControl TypeDescriptionRequired
idBoardBoard IDSTRINGSELECTtrue
idListList IDSTRINGSELECTfalse

Output

Type: OBJECT

Properties

NameTypeControl Type
idSTRINGTEXT
descSTRINGTEXT
idBoardSTRINGTEXT
idListSTRINGTEXT
nameSTRINGTEXT