Trello
Business appsAPI keycredential probe
Create cards in Trello (API key + token).
OCNORA ships 25 typed Trello operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run.
Triggers 1
- EventStart a run when a Trello board, list, card or member changes. Publishing creates a webhook in the tenant's own Trello account, scoped to the connection's token; disabling or unpublishing deletes it.trigger.trello_event
Operations 25
- Add Attachment to CardAttach a URL to a card, optionally using it as the card's cover image.trello.add_attachment
- Add Checklist ItemAdd an item to an existing checklist.trello.add_checklist_item
- Add Comment to CardPost a comment on a card as the account that owns the connection.trello.add_comment
- Add Label to CardAttach an existing board label to a card, keeping the labels already on it.trello.add_label
- Add Member to CardAssign a board member to a card without disturbing the members already on it.trello.add_member
- Archive CardArchive a card, or send an archived card back to its board.trello.archive_card
- Archive ListArchive a list, or send an archived list back to its board.trello.archive_list
- Create BoardCreate a board, optionally in a Workspace and with Trello's default lists.trello.create_board
- Create CardCreate a card in a Trello list.trello.create_card
- Create ChecklistAdd a checklist to a card.trello.create_checklist
- Create LabelCreate a label on a board so cards can be tagged with it.trello.create_label
- Create ListCreate a list on a board.trello.create_list
- Delete CardPermanently delete a card; this cannot be undone from the Trello UI.trello.delete_card
- Get Card AttachmentsList every attachment on a card.trello.get_attachments
- Get BoardFetch one board by id and emit the whole board object.trello.get_board
- Get Board LabelsList the labels defined on a board, with their ids and colours.trello.get_board_labels
- Get Board ListsList the lists on a board.trello.get_board_lists
- Get Board MembersList the members of a board.trello.get_board_members
- Get CardFetch one Trello card by id and emit the whole card object.trello.get_card
- Get ListFetch one list by id and emit the whole list object.trello.get_list
- Get Cards in ListList every open card in a list.trello.get_list_cards
- List Boards for MemberList the boards a member belongs to; defaults to the connection's own account.trello.list_boards
- Move Card to ListMove a card into another list, optionally on another board.trello.move_card
- Update CardChange a card's name, description, due date, labels, members or position.trello.update_card
- Update Checklist ItemRename a checklist item, tick or untick it, or move it to another checklist.trello.update_checklist_item
More in Business apps
Run your first Trello workflow today.
Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.