OCNORA

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

  • Event
    Start 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 Card
    Attach a URL to a card, optionally using it as the card's cover image.
    trello.add_attachment
  • Add Checklist Item
    Add an item to an existing checklist.
    trello.add_checklist_item
  • Add Comment to Card
    Post a comment on a card as the account that owns the connection.
    trello.add_comment
  • Add Label to Card
    Attach an existing board label to a card, keeping the labels already on it.
    trello.add_label
  • Add Member to Card
    Assign a board member to a card without disturbing the members already on it.
    trello.add_member
  • Archive Card
    Archive a card, or send an archived card back to its board.
    trello.archive_card
  • Archive List
    Archive a list, or send an archived list back to its board.
    trello.archive_list
  • Create Board
    Create a board, optionally in a Workspace and with Trello's default lists.
    trello.create_board
  • Create Card
    Create a card in a Trello list.
    trello.create_card
  • Create Checklist
    Add a checklist to a card.
    trello.create_checklist
  • Create Label
    Create a label on a board so cards can be tagged with it.
    trello.create_label
  • Create List
    Create a list on a board.
    trello.create_list
  • Delete Card
    Permanently delete a card; this cannot be undone from the Trello UI.
    trello.delete_card
  • Get Card Attachments
    List every attachment on a card.
    trello.get_attachments
  • Get Board
    Fetch one board by id and emit the whole board object.
    trello.get_board
  • Get Board Labels
    List the labels defined on a board, with their ids and colours.
    trello.get_board_labels
  • Get Board Lists
    List the lists on a board.
    trello.get_board_lists
  • Get Board Members
    List the members of a board.
    trello.get_board_members
  • Get Card
    Fetch one Trello card by id and emit the whole card object.
    trello.get_card
  • Get List
    Fetch one list by id and emit the whole list object.
    trello.get_list
  • Get Cards in List
    List every open card in a list.
    trello.get_list_cards
  • List Boards for Member
    List the boards a member belongs to; defaults to the connection's own account.
    trello.list_boards
  • Move Card to List
    Move a card into another list, optionally on another board.
    trello.move_card
  • Update Card
    Change a card's name, description, due date, labels, members or position.
    trello.update_card
  • Update Checklist Item
    Rename a checklist item, tick or untick it, or move it to another checklist.
    trello.update_checklist_item

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.