Skip to main content

Trello

Automate Trello card management — create cards from automation triggers, move them between lists, attach labels, post comments, and retrieve board and list data.

Authentication

Auth type: API Key + Token Get your API key from trello.com/power-ups/admin. Click the Token link to generate a user token.
CredentialDescription
API KeyYour Trello API key
API TokenYour Trello user token

Triggers

TriggerWhen it fires
Card CreatedA new card is added to a board
Card MovedA card is moved to a different list
Card ArchivedA card is archived (closed)
Comment AddedA comment is posted on a card

Actions

ActionKey inputsKey outputs
Create CardlistId, name, description, due, labelIds, memberIds, positioncardId, name, url, listId
Update CardcardId, name, description, listId, due, dueComplete, closedcardId, name, url
Get CardcardIdcardId, name, url, listId, due, closed
Delete CardcardIddeleted
List Cards in ListlistIdcards[], count
ActionKey inputsKey outputs
Add CommentcardId, textcommentId, text
Add Label to CardcardId, labelIdsuccess
ActionKey inputsKey outputs
List Boardsboards[] — boardId, name, url, closed
Trello uses closed: true to archive cards — it does not permanently delete them. Use Delete Card only if you want permanent removal.