Skip to content

Trello

Reference


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]

Version: 1


Connections

Version: 1

null

Properties

NameTypeControl TypeDescription
KeySTRINGTEXT
TokenSTRINGTEXT

Triggers

New Card

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

Type: DYNAMIC_WEBHOOK

Properties

NameTypeControl TypeDescription
BoardSTRINGSELECT
ListSTRINGSELECT

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT

Actions

Create Board

Creates a new board.

Properties

NameTypeControl TypeDescription
NameSTRINGTEXTThe new name for the board.
DescriptionSTRINGTEXTA new description for the board.

Create Card

Creates a new card.

Properties

NameTypeControl TypeDescription
BoardSTRINGSELECT
ListSTRINGSELECTList the card should be created in.
NameSTRINGTEXTThe name for the card.
DescriptionSTRINGTEXTThe description for the card.

Output

Type: OBJECT

Properties

TypeControl Type
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT
STRINGTEXT