Description
Enterprise connector for Trello (Atlassian kanban) via REST API v1: five atomic operations covering cards, lists and comments for visual project automation.
community_trello · action · Utility · Available · v1.0.0
Enterprise connector for Trello (Atlassian kanban) via REST API v1: five atomic operations covering cards, lists and comments for visual project automation.
Fields shown in the editor when configuring the node. Generated directly from the NodeDefconfigFields.
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
operationOperazione | enumcreateCardupdateCardaddCommentlistCardsgetBoardLists | yes | createCard | — |
listIdList ID (per createCard) | expression | no | — 5fa1e2d3c4b5a6... | List ID dove creare la card. Get via getBoardLists. |
cardIdCard ID (per update/comment) | expression | no | — | — |
boardIdBoard ID (per listCards/getBoardLists) | expression | no | — | — |
nameCard name | expression | no | — Bug: login fails on Safari | — |
descCard description | expression | no | — | — |
dueDue date (ISO) | expression | no | — 2026-06-30T17:00:00Z | — |
labelsLabels (CSV) | expression | no | — red,bug | — |
commentTextComment text (per addComment) | expression | no | — | — |
integrationLabelEtichetta credenziali (opzionale) | string | no | — Default account | Per gestire più account dello stesso provider. Lascia vuoto per il default. |
JSON snippet of the node as it appears in the workflow. Values are derived fromdefaultValue and from required parameters.
{
"id": "node-community_trello-1",
"defId": "community_trello",
"label": "Trello",
"config": {
"operation": "createCard"
}
}Available now on all FlowForge plans. Try it free without a credit card.
Start freeBrowse all nodes