Trello
Manage Trello boards and cards
Integrate with Trello to manage boards and cards. List boards, list cards, create cards, update cards, get actions, and add comments.
| Parameter | Type | Required | Description |
|---|
boardId | string | Yes | No description |
| Parameter | Type | Description |
|---|
lists | array | Array of list objects with id, name, closed, pos, and idBoard |
count | number | Number of lists returned |
| Parameter | Type | Required | Description |
|---|
boardId | string | Yes | No description |
listId | string | No | No description |
| Parameter | Type | Description |
|---|
cards | array | Array of card objects with id, name, desc, url, board/list IDs, labels, and due date |
count | number | Number of cards returned |
| Parameter | Type | Required | Description |
|---|
boardId | string | Yes | No description |
listId | string | Yes | No description |
name | string | Yes | No description |
desc | string | No | No description |
pos | string | No | No description |
due | string | No | No description |
labels | string | No | No description |
| Parameter | Type | Description |
|---|
card | object | The created card object with id, name, desc, url, and other properties |
| Parameter | Type | Required | Description |
|---|
cardId | string | Yes | No description |
name | string | No | No description |
desc | string | No | No description |
closed | boolean | No | No description |
idList | string | No | No description |
due | string | No | No description |
dueComplete | boolean | No | No description |
| Parameter | Type | Description |
|---|
card | object | The updated card object with id, name, desc, url, and other properties |
| Parameter | Type | Required | Description |
|---|
boardId | string | No | No description |
cardId | string | No | No description |
filter | string | No | Filter actions by type (e.g., "commentCard,updateCard,createCard" or "all") |
limit | number | No | No description |
| Parameter | Type | Description |
|---|
actions | array | Array of action objects with type, date, member, and data |
count | number | Number of actions returned |
| Parameter | Type | Required | Description |
|---|
cardId | string | Yes | No description |
text | string | Yes | No description |
| Parameter | Type | Description |
|---|
comment | object | The created comment object with id, text, date, and member creator |