> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello

> Connect Trello to your workflows: 42 operations across 8 categories.

The Trello node adds Trello operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

Trello also includes 2 trigger operations (marked in the tables below) that can start a workflow when something happens in Trello.

<Note>
  You can wire the Trello node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Trello under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Enter the values manually when creating the credential.

[Get your credentials here](https://trello.com/power-ups/admin).

## Operations

### Boards

| Operation                    | ID                         | Description                                  | Trigger |
| ---------------------------- | -------------------------- | -------------------------------------------- | ------- |
| **Add Member to Board**      | `add_member_to_board`      | Add or update a member's role on a board.    |         |
| **Create Board**             | `create_board`             | Create a new board.                          |         |
| **Delete Board**             | `delete_board`             | Permanently delete a board.                  |         |
| **Get Board**                | `get_board`                | Retrieve a single board's details.           |         |
| **Get Board Actions**        | `get_board_actions`        | Get the activity feed (actions) for a board. |         |
| **Get Board Labels**         | `get_board_labels`         | List labels available on a board.            |         |
| **Get Board Members**        | `get_board_members`        | List members of a board.                     |         |
| **Get Cards on a Board**     | `get_board_cards`          | Get all cards on a board.                    |         |
| **Get Lists on a Board**     | `get_board_lists`          | Get all lists (columns) on a board.          |         |
| **Remove Member from Board** | `remove_member_from_board` | Remove a member from a board.                |         |
| **Update Board**             | `update_board`             | Update an existing board.                    |         |

### Cards

| Operation                   | ID                 | Description                                          | Trigger |
| --------------------------- | ------------------ | ---------------------------------------------------- | ------- |
| **Add Attachment to Card**  | `add_attachment`   | Attach a URL to a card.                              |         |
| **Add Comment to Card**     | `add_comment`      | Post a comment on a card.                            |         |
| **Add Label to Card**       | `add_label`        | Add an existing label to a card.                     |         |
| **Add Member to Card**      | `add_member`       | Assign a member to a card.                           |         |
| **Create Card**             | `create_card`      | Create a new card in a list.                         |         |
| **Delete Card**             | `delete_card`      | Permanently delete a card.                           |         |
| **Get Card**                | `get_card`         | Retrieve a single card.                              |         |
| **Get Card Actions**        | `get_card_actions` | Get the activity feed (actions) for a card.          |         |
| **Remove Label from Card**  | `remove_label`     | Remove a label from a card.                          |         |
| **Remove Member from Card** | `remove_member`    | Unassign a member from a card.                       |         |
| **Update Card**             | `update_card`      | Update a card (rename, move, set due date, archive). |         |

### Checklists

| Operation                    | ID                      | Description                                           | Trigger |
| ---------------------------- | ----------------------- | ----------------------------------------------------- | ------- |
| **Add Checklist Item**       | `add_checklist_item`    | Add an item to a checklist.                           |         |
| **Create Checklist on Card** | `create_checklist`      | Add a checklist to a card.                            |         |
| **Delete Checklist**         | `delete_checklist`      | Delete a checklist from a card.                       |         |
| **Delete Checklist Item**    | `delete_checklist_item` | Delete an item from a checklist.                      |         |
| **Get Card Checklists**      | `get_card_checklists`   | Get all checklists on a card.                         |         |
| **Update Checklist Item**    | `update_checklist_item` | Check or uncheck a checklist item (check item state). |         |

### Labels

| Operation        | ID             | Description                      | Trigger |
| ---------------- | -------------- | -------------------------------- | ------- |
| **Create Label** | `create_label` | Create a new label on a board.   |         |
| **Delete Label** | `delete_label` | Delete a label from a board.     |         |
| **Update Label** | `update_label` | Rename or recolor a board label. |         |

### Lists

| Operation                    | ID               | Description                                | Trigger |
| ---------------------------- | ---------------- | ------------------------------------------ | ------- |
| **Archive List**             | `archive_list`   | Archive or unarchive a list.               |         |
| **Create List**              | `create_list`    | Create a new list (column) on a board.     |         |
| **Get Cards in a List**      | `get_list_cards` | Get all cards within a list.               |         |
| **Move All Cards in a List** | `move_all_cards` | Move every card in a list to another list. |         |
| **Update List**              | `update_list`    | Rename or modify a list.                   |         |

### Members

| Operation                    | ID                  | Description                             | Trigger |
| ---------------------------- | ------------------- | --------------------------------------- | ------- |
| **Get Authenticated Member** | `get_me`            | Get the authenticated member's profile. |         |
| **Get Member's Boards**      | `get_member_boards` | List boards belonging to a member.      |         |
| **Get Member's Cards**       | `get_member_cards`  | Get all cards assigned to a member.     |         |

### Search

| Operation  | ID       | Description                               | Trigger |
| ---------- | -------- | ----------------------------------------- | ------- |
| **Search** | `search` | Search across boards, cards, and members. |         |

### Other

| Operation           | ID                | Description                                                | Trigger |
| ------------------- | ----------------- | ---------------------------------------------------------- | ------- |
| **On Board Change** | `on_board_change` | Fire the workflow when anything changes on a Trello board. | Yes     |
| **On Card Change**  | `on_card_change`  | Fire the workflow when a specific Trello card changes.     | Yes     |
