Access levels
Each Trello account has an access level: Read-only, Read + write, and Full access. Squad refuses any agent action outside that level. You can also narrow or block single agents under Per-agent access.| Level | The connect window describes this level as | Actions agents can use |
|---|---|---|
| Read-only | ”Read boards, lists, and cards.” | 149 of 330 |
| Read + write (recommended) | “Read and create/edit/delete boards, lists, cards.” | 320 of 330 |
| Full access | ”Same plus access to your account email.” | 330 of 330 |
What agents can do at each level
Each level opens with a short summary in plain tasks, then lists every action it adds, grouped by what the action works on. You do not need to name actions. Ask in plain words, and the agent searches for the matching action.Read-only
Read-only
- View boards
- View members
- View cards
- View lists
- View organizations
- View checklist items
- View checklists
- View plugins
- View stickers
- View webhooks
- View change history
- View emoji
Attachments (2)
Attachments (2)
| Action | What it does | Slug |
|---|---|---|
| Get cards attachments by ID card | Retrieves attachments for a Trello card. | TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD |
| Get cards attachments by ID card by ID attachment | Retrieves a specific attachment from a Trello card by card ID and attachment ID. | TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENT |
Boards (24)
Boards (24)
| Action | What it does | Slug |
|---|---|---|
| Get actions board by ID action | Retrieves details for the Trello board associated with a specific action ID, returning board information only. | TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION |
| Get actions board by ID action by field | Retrieves a specified field from the Trello board associated with the provided Trello idAction. | TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELD |
| Get boards actions by ID board | Retrieves actions (e.g., card creations, comments) for a Trello board by its ID, useful for activity tracking. | TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARD |
| Get boards by ID board | Fetches comprehensive details for a specific Trello board by its ID. | TRELLO_GET_BOARDS_BY_ID_BOARD |
| Get boards by ID board by field | Retrieves the value of a single, specified field from a Trello board. | TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELD |
| Get cards board by ID card | Fetches detailed information about the Trello board to which a specific, existing, and accessible card belongs, using the card’s ID or short link. | TRELLO_GET_CARDS_BOARD_BY_ID_CARD |
| Get cards board by ID card by field | Retrieves a specific field from the board associated with a given Trello card. | TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELD |
| Get checklists board by ID checklist | Retrieves the Trello board a specific checklist belongs to, using the checklist ID. | TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST |
| Get checklists board by ID checklist by field | Retrieves a specified field (e.g., ‘name’, ‘desc’) from the Trello board associated with the given idChecklist. | TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELD |
| Get labels board by ID label | Retrieves the Trello board to which a given, valid Trello label ID (idLabel) belongs. | TRELLO_GET_LABELS_BOARD_BY_ID_LABEL |
| Get labels board by ID label by field | Retrieves a specified field (e.g., ‘name’, ‘url’) from the Trello board associated with a given idLabel. | TRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELD |
| Get lists board by ID list | Retrieves the board to which a specific Trello list belongs. | TRELLO_GET_LISTS_BOARD_BY_ID_LIST |
| Get lists board by ID list by field | Retrieves a specific field (e.g., ‘name’, ‘desc’, ‘url’) from the Trello board associated with a given list ID. | TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELD |
| Get member board background | Retrieves a specific custom board background for a Trello member by its ID. | TRELLO_GET_MEMBER_BOARD_BACKGROUND |
| Get members board backgrounds by ID member | Fetches the board backgrounds for a specified Trello member. | TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER |
| Get members boards by ID member | Retrieves board-level details (not lists/cards) for Trello boards associated with a member ID or username, allowing extensive customization of the returned data. | TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER |
| Get members boards by ID member by filter | Retrieves a list of boards for a specific Trello member, applying a filter such as ‘open’, ‘starred’, or ‘all’. | TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER_BY_FILTER |
| Get members boards invited by ID member | Retrieves Trello boards to which a specific member has been invited but has not yet joined. | TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER |
| Get members boards invited by ID member by field | Retrieves a specific field from Trello boards to which a member has been invited but not yet joined. | TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELD |
| Get members custom board backgrounds by ID member | Retrieves custom board backgrounds for a Trello member, who must exist, using their ID or username. | TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER |
| Get members me boards | DEPRECATED: Use TRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBER instead. | TRELLO_GET_MEMBERS_ME_BOARDS |
| Get notifications board by ID notification | Gets the Trello board associated with a given notification ID, returning only board data and allowing selection of specific board fields. | TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION |
| Get notifications board by ID notification by field | Retrieves a specific field from the board associated with a Trello notification. | TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELD |
| Get organizations boards by ID org | Fetches boards for a Trello organization, specified by its ID or name, with options to filter and customize returned data. | TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG |
Cards (15)
Cards (15)
| Action | What it does | Slug |
|---|---|---|
| Get actions card by ID action | Retrieves Trello card details for a given idAction, which must be an action specifically linked to a card. | TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION |
| Get actions card by ID action by field | Retrieves a specific field from the Trello card associated with the given action ID. | TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELD |
| Get boards cards by ID board | Retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members. | TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD |
| Get boards cards by ID board by filter | Retrieves cards from a specified Trello board, filtered by ‘all’ (all cards), ‘closed’ (archived only), ‘open’ (non-archived), or ‘visible’ (cards on non-archived lists). | TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTER |
| Get boards cards by ID board by ID card | Retrieves details for a specific Trello card by its ID and its parent board’s ID, with options to customize returned fields for the card and associated data like attachments, actions, members, and checklists. | TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARD |
| Get boards members cards by ID board by ID member | Retrieves cards for a member on a board, with options to customize returned fields and related data. | TRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBER |
| Get cards actions by ID card | Retrieves the history of actions (e.g., comments, updates, moves) for a Trello card specified by idCard. | TRELLO_GET_CARDS_ACTIONS_BY_ID_CARD |
| Get cards by ID card | Retrieves a Trello card by its ID or shortlink, with options to include related data like actions, attachments, members, and checklists. | TRELLO_GET_CARDS_BY_ID_CARD |
| Get cards by ID card by field | Retrieves the value of a single, specified field from a Trello card. | TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELD |
| Get checklists cards by ID checklist | Retrieves cards associated with a specific, valid Trello checklist ID, allowing for filtering and customization of card and related entity data fields. | TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST |
| Get lists cards by ID list | Fetches cards from a Trello list by its ID, with options to filter and customize the returned card data. | TRELLO_GET_LISTS_CARDS_BY_ID_LIST |
| Get member org cards | Fetches all cards assigned to a specific member of a given Trello organization. | TRELLO_GET_MEMBER_ORG_CARDS |
| Get members cards by ID member | Retrieves cards for a Trello member, specified by ID or username, with options to filter cards and include related data like actions, attachments, and checklists. | TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER |
| Get notifications card by ID notification | Retrieves the card associated with a Trello notification. | TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION |
| Get notifications card by ID notification by field | Retrieves a specific field of a Trello card, using the ID of a notification that is directly associated with that card. | TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION_BY_FIELD |
Change history (3)
Change history (3)
| Action | What it does | Slug |
|---|---|---|
| Get boards deltas by ID board | Retrieves recent changes (deltas) for a Trello board by its ID, allowing tracking of modifications since a specified update sequence number (ixLastUpdate). | TRELLO_GET_BOARDS_DELTAS_BY_ID_BOARD |
| Get members deltas by ID member | Retrieves a chronological list of all changes (deltas) made by a specific Trello member, including modifications to boards, lists, and cards, to audit activity or sync data. | TRELLO_GET_MEMBERS_DELTAS_BY_ID_MEMBER |
| Get organizations deltas by ID org | Retrieves a log of recent modifications (deltas) for a Trello organization, filterable by tags and supporting incremental fetching via an update index. | TRELLO_GET_ORGANIZATIONS_DELTAS_BY_ID_ORG |
Checklist items (5)
Checklist items (5)
| Action | What it does | Slug |
|---|---|---|
| Get cards check item | Retrieve a specific checkItem on a card. | TRELLO_GET_CARDS_CHECK_ITEM |
| Get cards check item states by ID card | Gets the completed checklist items on a Trello card. | TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARD |
| Get cards custom field items by ID card | Retrieve a card’s customFieldItems array. | TRELLO_GET_CARDS_CUSTOM_FIELD_ITEMS_BY_ID_CARD |
| Get check item by ID | Retrieves a specific check item from a checklist using the checklist ID and check item ID. | TRELLO_GET_CHECK_ITEM_BY_ID |
| Get checklists check items by ID checklist | Retrieves all check items from a Trello checklist. | TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST |
Checklists (4)
Checklists (4)
| Action | What it does | Slug |
|---|---|---|
| Get boards checklists by ID board | Retrieves checklists (primarily structure/metadata, not detailed item history) from a Trello board, with options to include associated card and check item details and to control which fields are returned for each entity. | TRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARD |
| Get cards checklists by ID card | Retrieves all checklists, including their check items, for a Trello card specified by its ID or shortlink, if the card exists and is accessible. | TRELLO_GET_CARDS_CHECKLISTS_BY_ID_CARD |
| Get checklists by ID checklist | Fetches a Trello checklist by its idChecklist, requiring the ID to refer to an existing checklist, and allows specifying which details of the checklist, its cards, and check items are returned. | TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST |
| Get checklists by ID checklist by field | Retrieves a specific field’s value from a Trello checklist by its ID and the field name, without loading the entire checklist object or its items. | TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELD |
Custom fields (1)
Custom fields (1)
| Action | What it does | Slug |
|---|---|---|
| Get boards custom fields | Retrieve custom field definitions for a board. | TRELLO_GET_BOARDS_CUSTOM_FIELDS |
Emoji (3)
Emoji (3)
| Action | What it does | Slug |
|---|---|---|
| Get member custom emoji | Retrieves a specific custom emoji by its ID for a Trello member, requiring that both the member and emoji exist and are associated. | TRELLO_GET_MEMBER_CUSTOM_EMOJI |
| Get members custom emoji by ID member | Retrieves all custom (user-specific, non-standard) emojis that a specified Trello member has created or can access. | TRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBER |
| List emoji | List all available emoji in Trello. | TRELLO_LIST_EMOJI |
Fields (1)
Fields (1)
| Action | What it does | Slug |
|---|---|---|
| Get actions by ID action by field | Retrieves the value of a specific field (e.g., ‘data’, ‘date’, ‘type’) from a Trello action using its unique ID. | TRELLO_GET_ACTIONS_BY_ID_ACTION_BY_FIELD |
Guests (1)
Guests (1)
| Action | What it does | Slug |
|---|---|---|
| Get org new billable guests by board | Check for new billable guests on a board within an organization. | TRELLO_GET_ORG_NEW_BILLABLE_GUESTS_BY_BOARD |
Labels (3)
Labels (3)
| Action | What it does | Slug |
|---|---|---|
| Get boards labels by ID board | Fetches labels for a specified Trello board, aiding in its organization or label management. | TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD |
| Get boards labels by ID board by ID label | Fetches specified fields for a specific label on a Trello board. | TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABEL |
| Get labels by ID label | Retrieves detailed information for a specific Trello label by its ID, allowing selection of specific fields to return. | TRELLO_GET_LABELS_BY_ID_LABEL |
Lists (11)
Lists (11)
| Action | What it does | Slug |
|---|---|---|
| Get actions list by ID action | Retrieves the Trello list associated with a specific Trello action ID, for actions linked to a list. | TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION |
| Get actions list by ID action by field | Retrieves a specific field of the list associated with a Trello action, returning only that single field’s value. | TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION_BY_FIELD |
| Get boards lists by ID board | Retrieves lists from a specified Trello board, with options to filter lists and include card details. | TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD |
| Get boards lists by ID board by filter | DEPRECATED: Use TRELLO_BOARD_GET_LISTS_BY_ID_BOARD instead. | TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTER |
| Get cards list by ID card | Gets the Trello list to which a specified card (which must exist) belongs. | TRELLO_GET_CARDS_LIST_BY_ID_CARD |
| Get cards list by ID card by field | Fetches a specific field from the Trello list that a given card belongs to. | TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELD |
| Get lists actions by ID list | Retrieves actions (like card movements or comments, newest first) for a Trello list by its ID, to track history or create activity logs. | TRELLO_GET_LISTS_ACTIONS_BY_ID_LIST |
| Get lists by ID list | Retrieves a Trello list by its unique ID, optionally including details for its cards and parent board. | TRELLO_GET_LISTS_BY_ID_LIST |
| Get lists by ID list by field | Fetches the value of a single, specified field from a Trello list. | TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELD |
| Get notifications list by ID notification | Retrieves the Trello list associated with a specific notification ID, for notifications linked to a list (e.g., card creation or movement notifications). | TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION |
| Get notifications list by ID notification by field | Efficiently retrieves a single specified field from a Trello list linked to a notification, avoiding fetching the entire list. | TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION_BY_FIELD |
Members (30)
Members (30)
| Action | What it does | Slug |
|---|---|---|
| Get actions member by ID action | Retrieves the Trello member who was the subject of an action (not the creator). | TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION |
| Get actions member by ID action by field | Retrieves a specific field of the member who was the subject of a Trello action. | TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELD |
| Get actions member creator by ID action | Retrieves details about the Trello member who created the action with the given idAction. | TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION |
| Get actions member creator by ID action by field | Retrieves a specific field from the profile of the Trello member who created a given action. | TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELD |
| Get boards members by ID board | Retrieves members of a Trello board, with options to filter the list and select specific member fields to return. | TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD |
| Get boards members invited by ID board | Retrieves a list of members invited to a specific Trello board who have not yet joined. | TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD |
| Get boards members invited by ID board by field | Retrieves a specific field (e.g., email, username) for members who have been invited to a Trello board but have not yet joined. | TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELD |
| Get boards memberships by ID board | Retrieves Trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content. | TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD |
| Get boards memberships by ID board by ID membership | Retrieves a specific membership on a Trello board by its ID, optionally including member details. | TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIP |
| Get cards members by ID card | Retrieves members of a Trello card, identified by its ID or shortLink, allowing customization of which member fields are returned. | TRELLO_GET_CARDS_MEMBERS_BY_ID_CARD |
| Get cards members voted by ID card | Fetches members who voted on a Trello card. | TRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARD |
| Get member custom bg | Retrieves metadata (e.g., brightness, URLs, tiling status) for a specific custom board background of a Trello member, not the image file itself. | TRELLO_GET_MEMBER_CUSTOM_BG |
| Get members actions by ID member | Retrieves a list of actions for a specified Trello member, allowing filtering by type, date, models, and control over output format and fields. | TRELLO_GET_MEMBERS_ACTIONS_BY_ID_MEMBER |
| Get members by ID member | Fetches comprehensive information about a Trello member, specified by ID or username, including profile, activities, boards, cards, notifications, and organization affiliations, with customizable detail levels via filters and field parameters. | TRELLO_GET_MEMBERS_BY_ID_MEMBER |
| Get members by ID member by field | Efficiently retrieves a specific field (e.g., fullName, username, bio) of a Trello member using their ID or username, without fetching the entire member profile. | TRELLO_GET_MEMBERS_BY_ID_MEMBER_BY_FIELD |
| Get members me | Retrieve information about the currently authenticated Trello member. | TRELLO_GET_MEMBERS_ME |
| Get members saved searches by ID member | Retrieves all saved search queries for a Trello member. | TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER |
| Get members saved searches by ID member by ID saved s | Get Member Saved Search. | TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER_BY_ID_SAVED_S |
| Get notifications member by ID notification | Fetches details of the member (not the notification content itself) associated with a specific Trello notification ID. | TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION |
| Get notifications member by ID notification by field | Retrieves a specific field value of the Trello member associated with a notification. | TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELD |
| Get notifications member creator by ID notification | Fetches the creator (member) of a Trello notification, identified by idNotification, returning only creator details and respecting Trello privacy settings and user permissions. | TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATION |
| Get notifications member creator by ID notification b | Get notification creator field. | TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATION_B |
| Get org membership | Retrieves a specific membership within a Trello organization, using their respective IDs, to ascertain the member’s role, status, or permissions. | TRELLO_GET_ORG_MEMBERSHIP |
| Get organizations members by ID org | Retrieves members of a Trello organization (specified by ID or name), with an option to include member activity if the organization is Premium. | TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG |
| Get organizations members invited by ID org | Retrieves members invited to a Trello organization who have not yet accepted their invitation, returning only data for pending invitations (not active or former members) and cannot send or modify invitations. | TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG |
| Get organizations members invited by ID org by field | Retrieves a specific field (e.g., fullName, username, email, status) for members with pending invitations to the Trello organization specified by idOrg. | TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG_BY_FIELD |
| Get organizations memberships by ID org | Fetches organization-level memberships for a Trello organization, with options to filter members and include their details. | TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG |
| Get search members | Searches Trello members by name, username, or email, optionally scoped to a board or organization. | TRELLO_GET_SEARCH_MEMBERS |
| Get tokens member by token | Retrieves information about the Trello member associated with the current API token, allowing customization of the returned fields. | TRELLO_GET_TOKENS_MEMBER_BY_TOKEN |
| Get tokens member by token by field | Retrieves a specific field for the Trello member associated with the current API token. | TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELD |
Notifications (4)
Notifications (4)
| Action | What it does | Slug |
|---|---|---|
| Get members notifications by ID member | Retrieves notifications for a Trello member, specified by their ID or username, with options for filtering and pagination. | TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER |
| Get notifications by ID notification | Retrieves a specific Trello notification by its ID, optionally including related entities and specific fields for the notification and its related entities. | TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION |
| Get notifications by ID notification by field | Retrieves a specific field from a Trello notification. | TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELD |
| Get notifications display by ID notification | Retrieves the information needed to display an existing Trello notification, identified by its ID, without altering the notification or fetching its complete metadata. | TRELLO_GET_NOTIFICATIONS_DISPLAY_BY_ID_NOTIFICATION |
Organizations (12)
Organizations (12)
| Action | What it does | Slug |
|---|---|---|
| Get actions organization by ID action | Fetches the organization details for a given Trello action, if the action has an associated organization. | TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION |
| Get actions organization by ID action by field | Retrieves the value of a specific field for the organization associated with a Trello idAction. | TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELD |
| Get boards organization by ID board | Fetches information about the Trello Workspace (organization) to which a specific board belongs, returning details for the Workspace only, not the board itself or its content. | TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD |
| Get boards organization by ID board by field | Retrieves a specific field from the organization associated with a Trello board, useful for obtaining targeted details without fetching the entire organization object. | TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD_BY_FIELD |
| Get member invited org | Get a specific field of an organization to which the member has a pending invitation. | TRELLO_GET_MEMBER_INVITED_ORG |
| Get members organizations by ID member | Fetches organizations a specific Trello member belongs to. | TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER |
| Get members organizations invited by ID member | Retrieves organizations a Trello member has been invited to but has not yet accepted or declined. | TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER |
| Get notifications organization by ID notification | Retrieves the Trello organization linked to a specific notification ID. | TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION |
| Get notifications organization by ID notification by | Get notification organization field. | TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATION_BY_ |
| Get organizations actions by ID org | Retrieves a log of actions (e.g., card creations, list movements, comments) for a specified Trello organization, filterable by type, date range, and models. | TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORG |
| Get organizations by ID org | Retrieves detailed information about a specific Trello organization, including optional related resources like members, boards, and actions, using its ID or unique name. | TRELLO_GET_ORGANIZATIONS_BY_ID_ORG |
| Get organizations by ID org by field | Retrieves the value of a single specified field for a Trello organization idOrg, ideal for efficiently fetching a specific piece of information without loading the full organization details. | TRELLO_GET_ORGANIZATIONS_BY_ID_ORG_BY_FIELD |
Plugins (4)
Plugins (4)
| Action | What it does | Slug |
|---|---|---|
| Get board plugins by ID | Get the list of enabled Power-Ups on a Trello board. | TRELLO_GET_BOARDS_BOARD_PLUGINS_BY_ID |
| Get boards plugins by ID board | Retrieves Power-Ups (plugins) enabled on a Trello board. | TRELLO_GET_BOARDS_PLUGINS_BY_ID_BOARD |
| Get cards plugin data by ID | Retrieve any shared pluginData on a card. | TRELLO_GET_CARDS_PLUGIN_DATA_BY_ID |
| Get organizations plugin data | Get organization-scoped pluginData on a Trello Workspace. | TRELLO_GET_ORGANIZATIONS_PLUGIN_DATA |
Reactions (2)
Reactions (2)
| Action | What it does | Slug |
|---|---|---|
| Get actions reactions by ID | Retrieves detailed information about a specific reaction on a Trello action. | TRELLO_GET_ACTIONS_REACTIONS_BY_ID |
| Get actions reactions by ID action | List reactions for a specific action. | TRELLO_GET_ACTIONS_REACTIONS_BY_ID_ACTION |
Records (2)
Records (2)
| Action | What it does | Slug |
|---|---|---|
| Get actions entities by ID action | Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing Trello action ID. | TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTION |
| Get notifications entities by ID notification | Retrieves the entities (members, cards, boards, lists, etc.) associated with a specific Trello notification. | TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATION |
Sessions (1)
Sessions (1)
| Action | What it does | Slug |
|---|---|---|
| Get sessions socket | Retrieves WebSocket session connection information from Trello for real-time updates. | TRELLO_GET_SESSIONS_SOCKET |
Settings (1)
Settings (1)
| Action | What it does | Slug |
|---|---|---|
| Get boards my prefs by ID board | Retrieves the authenticated user’s preferences for a specific Trello board. | TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARD |
Stars (3)
Stars (3)
| Action | What it does | Slug |
|---|---|---|
| Get board stars by ID board | Retrieves board stars (user-marked favorites) for a specified Trello board, where idBoard must be an existing board. | TRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARD |
| Get members board stars by ID member | Fetches only the boards a specific Trello member has starred, identified by their ID or username. | TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER |
| Get members board stars by ID member by ID board star | Retrieves detailed information about a specific board star (a Trello board marked as a favorite) for a given Trello member. | TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STAR |
Stickers (4)
Stickers (4)
| Action | What it does | Slug |
|---|---|---|
| Get cards stickers by ID card | Retrieves all visual stickers (used for categorization, emphasis, or decoration) from an existing and accessible Trello card. | TRELLO_GET_CARDS_STICKERS_BY_ID_CARD |
| Get cards stickers by ID card by ID sticker | Retrieve detailed properties (like image, position, rotation) of a specific sticker on a Trello card. | TRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER |
| Get members custom stickers by ID member | Retrieves a member’s custom stickers, which are unique personalized stickers created by them, distinct from standard Trello stickers. | TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER |
| Get members custom stickers by ID member by ID sticke | Get member custom sticker. | TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBER_BY_ID_STICKE |
Tags (1)
Tags (1)
| Action | What it does | Slug |
|---|---|---|
| Get organizations tags by ID | Lists all collections (tags) associated with a Trello organization. | TRELLO_GET_ORGANIZATIONS_TAGS_BY_ID |
Tokens (3)
Tokens (3)
| Action | What it does | Slug |
|---|---|---|
| Get members tokens by ID member | Retrieves API token metadata for a Trello member. | TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBER |
| Get tokens by token | Retrieves information about a specific Trello API token, allowing selection of specific fields and inclusion of webhook details. | TRELLO_GET_TOKENS_BY_TOKEN |
| Get tokens by token by field | Retrieves a specific field from a Trello token, provided the token is valid, has necessary permissions, and the field is a valid token field. | TRELLO_GET_TOKENS_BY_TOKEN_BY_FIELD |
Types (1)
Types (1)
| Action | What it does | Slug |
|---|---|---|
| Get types by ID | Identifies the type of a Trello resource (member or organization) given its ID. | TRELLO_GET_TYPES_BY_ID |
Webhooks (4)
Webhooks (4)
| Action | What it does | Slug |
|---|---|---|
| Get tokens webhooks by token | Retrieves all webhooks associated with a specific Trello API token. | TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN |
| Get tokens webhooks by token by ID webhook | Retrieves detailed information for a specific Trello webhook, identified by idWebhook, that is associated with the given token. | TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK |
| Get webhooks by ID webhook | Retrieves the full configuration and status for a specific Trello webhook by its unique ID. | TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK |
| Get webhooks by ID webhook by field | Gets a specific field’s value from a Trello webhook, avoiding retrieval of the full webhook object. | TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELD |
Other actions (4)
Other actions (4)
| Action | What it does | Slug |
|---|---|---|
| Get actions by ID action | Retrieves detailed information about a specific Trello action by its ID. | TRELLO_GET_ACTIONS_BY_ID_ACTION |
| Get actions display by ID action | Retrieves a display-friendly representation of an existing and accessible Trello action for UI/report purposes, providing presentation-focused data instead of full raw details and without altering the action. | TRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTION |
| Get batch | Executes multiple Trello API GET requests in a single batch operation for efficient bulk data retrieval. | TRELLO_GET_BATCH |
| Get search | Searches Trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields. | TRELLO_GET_SEARCH |
Read + write (recommended)
Read + write (recommended)
- Create, update, and delete labels
- Update and delete members
- Create, update, archive, and delete cards
- Create, update, and delete boards
- Create, update, and delete checklist items
- Create, update, and delete checklists
- Create and update lists
- Create, update, and delete stickers
- Create, update, and delete comments
- Create and update organizations
- Create and update sessions
- Update settings
Account details (1)
Account details (1)
| Action | What it does | Slug |
|---|---|---|
| Who am I | TRELLO_WHO_AM_I |
Attachments (3)
Attachments (3)
| Action | What it does | Slug |
|---|---|---|
| Add cards attachments by ID card | Adds an attachment to a Trello card by idCard. | TRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARD |
| Delete card attachment | Permanently removes a specified attachment from a Trello card. | TRELLO_DELETE_CARD_ATTACHMENT |
| Update cards ID attachment cover by ID card | Sets or removes the attachment cover for a Trello card. | TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARD |
Boards (20)
Boards (20)
| Action | What it does | Slug |
|---|---|---|
| Add boards | Creates a new Trello board. | TRELLO_ADD_BOARDS |
| Create member board background | Adds a new custom board background, from an image file, to a specified Trello member’s collection, making it available for their use but not applying it to any board. | TRELLO_CREATE_MEMBER_BOARD_BACKGROUND |
| Create member custom board background | Adds a new custom board background for a specified Trello member. | TRELLO_CREATE_MEMBER_CUSTOM_BOARD_BACKGROUND |
| Delete board | Permanently deletes a Trello board by its ID. | TRELLO_DELETE_BOARD |
| Delete member board background | Permanently deletes a specific custom board background belonging to the specified Trello member. | TRELLO_DELETE_MEMBER_BOARD_BACKGROUND |
| Disable board power up | Disables a Power-Up on a Trello board using the board’s ID and the plugin ID of a Power-Up currently enabled on that board. | TRELLO_DISABLE_BOARD_POWER_UP |
| Enable board power up | Enables the Power-Up specified by the ‘value’ parameter on the board. | TRELLO_ENABLE_BOARD_POWER_UP |
| Mark board as viewed | Marks the Trello board specified by idBoard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings. | TRELLO_MARK_BOARD_AS_VIEWED |
| Update boards by ID board | Updates attributes (e.g., name, description, status, preferences) of an existing Trello board identified by idBoard. | TRELLO_UPDATE_BOARDS_BY_ID_BOARD |
| Update boards closed by ID board | Archives (closes) an active Trello board or reopens a previously archived board. | TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARD |
| Update boards desc by ID board | Updates the description of a specified Trello board. | TRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARD |
| Update boards name by ID board | Updates the name of an existing Trello board, identified by idBoard. | TRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARD |
| Update boards subscribed by ID board | Updates the authenticated user’s subscription status (subscribe/unsubscribe for notifications) for a specified Trello board, to which the user must have access. | TRELLO_UPDATE_BOARDS_SUBSCRIBED_BY_ID_BOARD |
| Update cards ID board by ID card | Moves a Trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows. | TRELLO_UPDATE_CARDS_ID_BOARD_BY_ID_CARD |
| Update lists ID board by ID list | Moves an existing Trello list (identified by idList) to an existing destination board (board ID in value), optionally setting its new position (pos). | TRELLO_UPDATE_LISTS_ID_BOARD_BY_ID_LIST |
| Update members board backgrounds by ID member by ID b | Update Member Board Background. | TRELLO_UPDATE_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBER_BY_ID_B |
| Update members custom board backgrounds by ID member | Update member’s custom board background. | TRELLO_UPDATE_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBER_ |
| Update organizations prefs board visibility by ID org | Updates the preference controlling who can set board visibility to ‘organization-visible’ within an existing Trello organization. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_BOARD_VISIBILITY_BY_ID_ORG |
| Update organizations prefs private board visibility b | Update organization private board visibility restriction. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_PRIVATE_BOARD_VISIBILITY_B |
| Update organizations prefs public board visibility by | Update organization public board visibility. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_PUBLIC_BOARD_VISIBILITY_BY |
Calendars (1)
Calendars (1)
| Action | What it does | Slug |
|---|---|---|
| Update boards prefs calendar feed enabled by ID board | Updates the ‘calendarFeedEnabled’ preference for a Trello board, which, when enabled, makes board cards with due dates accessible via an iCalendar feed for external calendar integration. | TRELLO_UPDATE_BOARDS_PREFS_CALENDAR_FEED_ENABLED_BY_ID_BOARD |
Cards (16)
Cards (16)
| Action | What it does | Slug |
|---|---|---|
| Add card vote | Casts a ‘yes’ vote for a specified member on a Trello card. | TRELLO_ADD_CARD_VOTE |
| Add cards | Creates a new card in a Trello list. | TRELLO_ADD_CARDS |
| Add lists cards by ID list | DEPRECATED: Use TRELLO_CARD_CREATE_AND_UPDATE instead. | TRELLO_ADD_LISTS_CARDS_BY_ID_LIST |
| Archive all list cards | Archives all cards in a Trello list. | TRELLO_ARCHIVE_ALL_LIST_CARDS |
| Delete cards by ID card | Permanently deletes an archived Trello card specified by its idCard. | TRELLO_DELETE_CARDS_BY_ID_CARD |
| Move all list cards | Moves all cards from a source Trello list to a destination list on a specified board. | TRELLO_MOVE_ALL_LIST_CARDS |
| Update boards prefs card aging by ID board | Updates the card aging visual preference to ‘pirate’ or ‘regular’ mode for a specified Trello board. | TRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARD |
| Update boards prefs card covers by ID board | Updates the preference on a specific Trello board for whether existing card covers are displayed. | TRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARD |
| Update cards by ID card | Updates an existing Trello card’s attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. | TRELLO_UPDATE_CARDS_BY_ID_CARD |
| Update cards closed by ID card | Updates the ‘closed’ status of an existing Trello card. | TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARD |
| Update cards desc by ID card | Updates or clears the entire description of an existing Trello card. | TRELLO_UPDATE_CARDS_DESC_BY_ID_CARD |
| Update cards due by ID card | Updates the due date of a specific Trello card. | TRELLO_UPDATE_CARDS_DUE_BY_ID_CARD |
| Update cards name by ID card | Updates the name of an existing Trello card, identified by its ID or shortLink. | TRELLO_UPDATE_CARDS_NAME_BY_ID_CARD |
| Update cards pos by ID card | Updates a Trello card’s position within its list to ‘top’, ‘bottom’, or a specified 1-indexed positive integer. | TRELLO_UPDATE_CARDS_POS_BY_ID_CARD |
| Update cards subscribed by ID card | Updates the user’s subscription status for a Trello card, if the card exists and is accessible. | TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARD |
| Update checklists ID card by ID checklist | Moves a Trello checklist to a new parent card. | TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLIST |
Checklist items (9)
Checklist items (9)
| Action | What it does | Slug |
|---|---|---|
| Add checklist item | DEPRECATED: Use TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST instead. | TRELLO_ADD_CHECKLIST_ITEM |
| Add checklists check items by ID checklist | Adds a new check item to a specified Trello checklist. | TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST |
| Convert checklist item to card | Converts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item. | TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARD |
| Delete checklist item | Permanently deletes a specific check item from a checklist on a Trello card. | TRELLO_DELETE_CHECKLIST_ITEM |
| Update cards checklist items by ID card by ID checkli | Update check item on card. | TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_BY_ID_CARD_BY_ID_CHECKLI |
| Update cards checklist items position by ID card by i | Update checklist item position. | TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_POSITION_BY_ID_CARD_BY_I |
| Update cards checklist items state by ID card by ID c | Update card checklist item state. | TRELLO_UPDATE_CARDS_CHECKLIST_ITEMS_STATE_BY_ID_CARD_BY_ID_C |
| Update cards checklists check items name by ID card b | Update checklist item name in card. | TRELLO_UPDATE_CARDS_CHECKLISTS_CHECK_ITEMS_NAME_BY_ID_CARD_B |
| Update checklist item by IDs | Updates a check item’s attributes (name, position, state) or moves it to a different checklist on the same card, requiring the card ID, current checklist ID, and check item ID. | TRELLO_UPDATE_CHECKLIST_ITEM_BY_IDS |
Checklists (8)
Checklists (8)
| Action | What it does | Slug |
|---|---|---|
| Add cards checklists by ID card | Adds a checklist to a Trello card: use value to add a specific existing checklist, idChecklistSource to create a new checklist by copying an existing one (optionally using name for the new checklist’s name), or name to create a new empty checklist from scratch. | TRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARD |
| Add checklists | Creates a new checklist on a Trello card, either by name or by copying from idChecklistSource, targeting an idCard or idBoard. | TRELLO_ADD_CHECKLISTS |
| Delete card checklist | Permanently deletes a specific checklist from a Trello card. | TRELLO_DELETE_CARD_CHECKLIST |
| Delete checklists by ID checklist | Permanently and irreversibly deletes a Trello checklist and all its items using the idChecklist. | TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLIST |
| Update checklists by ID checklist | Updates an existing Trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist. | TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLIST |
| Update checklists by ID checklist by field | Update a specific field on a Trello checklist. | TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELD |
| Update checklists name by ID checklist | Updates the name of an existing Trello checklist. | TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLIST |
| Update checklists pos by ID checklist | Updates the position of an existing checklist on a Trello card. | TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLIST |
Comments (4)
Comments (4)
Domains (1)
Domains (1)
| Action | What it does | Slug |
|---|---|---|
| Update organizations prefs associated domain by ID or | Update an organization’s associated domain preferences. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_ASSOCIATED_DOMAIN_BY_ID_OR |
Emails (1)
Emails (1)
| Action | What it does | Slug |
|---|---|---|
| Update boards my prefs email position by ID board | Updates a Trello board’s email position preference for new cards. | TRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARD |
Emoji (1)
Emoji (1)
| Action | What it does | Slug |
|---|---|---|
| Create member custom emoji | Adds a new custom emoji using an image file and a unique name to a Trello member’s account. | TRELLO_CREATE_MEMBER_CUSTOM_EMOJI |
Invitations (2)
Invitations (2)
| Action | What it does | Slug |
|---|---|---|
| Update boards prefs invitations by ID board | Updates who can invite new members (‘admins’ or ‘members’) to a specific Trello board. | TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARD |
| Update org invite restrictions | Adds an email domain restriction to a Trello organization’s invitation policy. | TRELLO_UPDATE_ORG_INVITE_RESTRICTIONS |
Keys (2)
Keys (2)
| Action | What it does | Slug |
|---|---|---|
| Generate board calendar key | Generates a new calendar key for the Trello board specified by idBoard, invalidating any previous key for that board. | TRELLO_GENERATE_BOARD_CALENDAR_KEY |
| Generate board email key | Generates a new email key for the Trello board specified by idBoard to enable or reset adding cards via email. | TRELLO_GENERATE_BOARD_EMAIL_KEY |
Labels (18)
Labels (18)
| Action | What it does | Slug |
|---|---|---|
| Add cards ID labels by ID card | Adds an existing label to a Trello card. | TRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARD |
| Add labels | Creates a new label with a specified name (required) and color on a Trello board (idBoard required). | TRELLO_ADD_LABELS |
| Create board label | Creates a new label on an existing Trello board. | TRELLO_CREATE_BOARD_LABEL |
| Create card label | Adds a label to an existing Trello card (specified by idCard), defining the label by name and either color or the overriding value (which specifies color by name). | TRELLO_CREATE_CARD_LABEL |
| Delete labels by ID label | Permanently deletes an existing label from a Trello board by its ID. | TRELLO_DELETE_LABELS_BY_ID_LABEL |
| Remove card label by color | Permanently removes a specific color label from an existing Trello card identified by idCard, if the card has that label. | TRELLO_REMOVE_CARD_LABEL_BY_COLOR |
| Remove label from card | Removes a specific label from a Trello card. | TRELLO_REMOVE_LABEL_FROM_CARD |
| Update boards label names blue by ID board | Sets the name of the blue label for a Trello board. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARD |
| Update boards label names green by ID board | Updates the name of the green label for a specified Trello board. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARD |
| Update boards label names orange by ID board | Updates the name of the orange label for a specified Trello board. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARD |
| Update boards label names purple by ID board | Updates the name of the purple label on a Trello board. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARD |
| Update boards label names red by ID board | Updates the name of the red label on a Trello board. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARD |
| Update boards label names yellow by ID board | Updates the name of a board’s yellow label. | TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARD |
| Update cards labels by ID card | Replaces all labels on a Trello card with labels matching the specified colors. | TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARD |
| Update labels by ID label | Updates an existing Trello label’s attributes (color, name, or associated board) by its ID. | TRELLO_UPDATE_LABELS_BY_ID_LABEL |
| Update labels by ID label by field | Updates a specific field (color or name) on a Trello label by its ID. | TRELLO_UPDATE_LABELS_BY_ID_LABEL_BY_FIELD |
| Update labels color by ID label | Updates the color of an existing Trello label, or removes its color if ‘null’ is specified for the value. | TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABEL |
| Update labels name by ID label | Updates the name of an existing Trello label, identified by idLabel. | TRELLO_UPDATE_LABELS_NAME_BY_ID_LABEL |
Languages (1)
Languages (1)
| Action | What it does | Slug |
|---|---|---|
| Update members prefs locale by ID member | Updates a Trello member’s locale preference to change how dates, times, and numbers are displayed in the Trello UI. | TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBER |
Lists (10)
Lists (10)
| Action | What it does | Slug |
|---|---|---|
| Add boards lists by ID board | DEPRECATED: Use TRELLO_LIST_CREATE_LIST instead. | TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARD |
| Add lists | Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards. | TRELLO_ADD_LISTS |
| Update boards my prefs ID email list by ID board | Sets the default Trello list where cards created via email will be added for a specific board. | TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARD |
| Update boards my prefs show list guide by ID board | DEPRECATED: Updates the ‘Show List Guide’ preference for a specified Trello board. | TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARD |
| Update cards ID list by ID card | Moves a Trello card to a different list on the same Trello board. | TRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARD |
| Update lists by ID list | Updates attributes of an existing Trello list, such as name, position, archive status, board, or copies cards from another list, provided the list idList exists. | TRELLO_UPDATE_LISTS_BY_ID_LIST |
| Update lists closed by ID list | Updates whether an existing Trello list is closed (archived). | TRELLO_UPDATE_LISTS_CLOSED_BY_ID_LIST |
| Update lists name by ID list | Updates the name of an existing Trello list, identified by its ID. | TRELLO_UPDATE_LISTS_NAME_BY_ID_LIST |
| Update lists pos by ID list | Changes a Trello list’s order on a board to ‘top’, ‘bottom’, or a specified numeric position, affecting only its position. | TRELLO_UPDATE_LISTS_POS_BY_ID_LIST |
| Update lists subscribed by ID list | Updates the subscription status for a Trello list, allowing the user to subscribe or unsubscribe to control notifications. | TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LIST |
Members (21)
Members (21)
| Action | What it does | Slug |
|---|---|---|
| Add member to card | Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID. | TRELLO_ADD_MEMBER_TO_CARD |
| Create member saved search | Creates a new saved search with a specified name, position, and query for a Trello member. | TRELLO_CREATE_MEMBER_SAVED_SEARCH |
| Delete cards members voted by ID card by ID member | Removes a member’s vote from a Trello card. | TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBER |
| Remove board member | Permanently removes a current member from a Trello board, revoking their access. | TRELLO_REMOVE_BOARD_MEMBER |
| Remove member from card | Removes a currently assigned member from a Trello card, affecting only the card’s member list and not the member’s board membership or overall permissions. | TRELLO_REMOVE_MEMBER_FROM_CARD |
| Update board membership | Updates a user’s role (e.g., admin, normal, observer) on a specific Trello board or retrieves updated member details, requiring existing board and membership IDs. | TRELLO_UPDATE_BOARD_MEMBERSHIP |
| Update boards members by ID board | Adds or updates a member’s role on a specific Trello board, typically requiring the member’s email and a membership type. | TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD |
| Update boards members by ID board by ID member | Updates a current member’s email, full name, or role (admin, normal, or observer) on a specific Trello board. | TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBER |
| Update cards ID members by ID card | Updates (sets/replaces) the list of members assigned to a Trello card. | TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARD |
| Update members bio by ID member | Updates the bio/description of a specified Trello member. | TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBER |
| Update members by ID member | Updates an existing Trello member’s profile information, preferences, or username. | TRELLO_UPDATE_MEMBERS_BY_ID_MEMBER |
| Update members full name by ID member | Updates the full name for a Trello member, identified by their valid ID or username. | TRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBER |
| Update members initials by ID member | Updates the initials for a specified Trello member, identified by their ID or username. | TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBER |
| Update members saved searches by ID member by ID save | Update member saved search. | TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBER_BY_ID_SAVE |
| Update members saved searches name by ID member by ID | Update member saved search name. | TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_NAME_BY_ID_MEMBER_BY_ID |
| Update members saved searches pos by ID member by ID | Update member saved search position. | TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_POS_BY_ID_MEMBER_BY_ID_ |
| Update organizations members by ID org | Adds/updates a member in a specified Trello organization (idOrg). | TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG |
| Update organizations members by ID org by ID member | Updates a member’s role/type (admin, normal, or observer) in a Trello organization. | TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER |
| Update organizations members deactivation by ID org b | Update org member deactivation status. | TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_DEACTIVATION_BY_ID_ORG_B |
| Update organizations memberships by ID org by ID memb | Update org membership. | TRELLO_UPDATE_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMB |
| Update organizations prefs external members access by | Update an organization’s external members access. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_EXTERNAL_MEMBERS_ACCESS_BY |
Messages (1)
Messages (1)
| Action | What it does | Slug |
|---|---|---|
| Dismiss member message | Dismisses a one-time message for a Trello member, adding it to their dismissed messages list. | TRELLO_DISMISS_MEMBER_MESSAGE |
Notifications (4)
Notifications (4)
| Action | What it does | Slug |
|---|---|---|
| Mark all notifications read | Marks all Trello notifications for the authenticated user as read across all boards. | TRELLO_MARK_ALL_NOTIFICATIONS_READ |
| Mark card notifications read | Marks all notifications associated with a specific Trello card as read. | TRELLO_MARK_CARD_NOTIFICATIONS_READ |
| Update notifications by ID notification | Updates only the ‘unread’ status of a specific Trello notification. | TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATION |
| Update notifications unread by ID notification | Updates the unread status of a specific Trello notification. | TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATION |
Organizations (8)
Organizations (8)
| Action | What it does | Slug |
|---|---|---|
| Create organization | Creates a new Trello organization (Workspace) with a displayName (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions). | TRELLO_CREATE_ORGANIZATION |
| Update boards ID organization by ID board | Moves an existing Trello board to a specified, existing Trello organization, which can affect the board’s visibility and member access. | TRELLO_UPDATE_BOARDS_ID_ORGANIZATION_BY_ID_BOARD |
| Update organization logo | Sets or updates the logo for a Trello organization. | TRELLO_UPDATE_ORGANIZATION_LOGO |
| Update organizations by ID org | Updates various attributes of an existing Trello organization, identified by idOrg. | TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORG |
| Update organizations desc by ID org | Updates or clears the description for an existing Trello organization, identified by its ID or name, to a new string up to 16384 characters. | TRELLO_UPDATE_ORGANIZATIONS_DESC_BY_ID_ORG |
| Update organizations display name by ID org | Updates the display name of a Trello organization, identifiable by its current ID or name (idOrg), to the new value. | TRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORG |
| Update organizations name by ID org | Updates the unique programmatic identifier (used in URLs and API interactions) for an existing Trello organization. | TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORG |
| Update organizations website by ID org | Updates the website URL for a specified Trello organization. | TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORG |
Profiles (2)
Profiles (2)
| Action | What it does | Slug |
|---|---|---|
| Update member avatar | Updates a Trello member’s avatar using a base64-encoded image. | TRELLO_UPDATE_MEMBER_AVATAR |
| Update members avatar source by ID member | Updates the avatar source for a specified Trello member. | TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBER |
Queries (1)
Queries (1)
| Action | What it does | Slug |
|---|---|---|
| Update members saved searches query by ID member by i | Update member saved search query. | TRELLO_UPDATE_MEMBERS_SAVED_SEARCHES_QUERY_BY_ID_MEMBER_BY_I |
Reactions (2)
Reactions (2)
| Action | What it does | Slug |
|---|---|---|
| Create action reaction | Add a new emoji reaction to a Trello action. | TRELLO_CREATE_ACTION_REACTION |
| Delete action reaction | Permanently deletes a specified reaction from a Trello action. | TRELLO_DELETE_ACTION_REACTION |
Roles and permissions (2)
Roles and permissions (2)
| Action | What it does | Slug |
|---|---|---|
| Update boards prefs permission level by ID board | Updates the permission level preference (e.g., ‘private’ or ‘public’) for a Trello board, identified by idBoard, if the board exists and the authenticated user possesses administrative permissions for it. | TRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARD |
| Update organizations prefs permission level by ID org | Updates a Trello organization’s permissionLevel preference, determining if it’s members-only or link-accessible, and affecting new board default visibility. | TRELLO_UPDATE_ORGANIZATIONS_PREFS_PERMISSION_LEVEL_BY_ID_ORG |
Sessions (3)
Sessions (3)
| Action | What it does | Slug |
|---|---|---|
| Create session | Creates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user’s activity status. | TRELLO_CREATE_SESSION |
| Update sessions by ID session | Updates a Trello user session’s viewed board ID or status. | TRELLO_UPDATE_SESSIONS_BY_ID_SESSION |
| Update sessions status by ID session | Updates the status of an existing Trello session. | TRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSION |
Settings (9)
Settings (9)
| Action | What it does | Slug |
|---|---|---|
| Update board sidebar actions prefs | Updates the current user’s preference for the visibility of sidebar board actions on a specific Trello board. | TRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFS |
| Update board sidebar activity prefs | Sets the current user’s preference for displaying or concealing the sidebar activity feed on an accessible Trello board. | TRELLO_UPDATE_BOARD_SIDEBAR_ACTIVITY_PREFS |
| Update board sidebar members pref | Updates the authenticated user’s preference for showing or hiding members in a specific Trello board’s sidebar, affecting only the current user’s view. | TRELLO_UPDATE_BOARD_SIDEBAR_MEMBERS_PREF |
| Update boards my prefs show sidebar by ID board | Updates the authenticated user’s personal preference for showing or hiding the sidebar on a specific Trello board. | TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARD |
| Update boards prefs background by ID board | Updates the cosmetic background preference for a specific Trello board. | TRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARD |
| Update boards prefs self join by ID board | Updates a board’s ‘selfJoin’ preference, determining if members can join freely or must be invited. | TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARD |
| Update boards prefs voting by ID board | Sets who can vote on cards for an existing Trello board, changing only the voting preferences for all cards on the board. | TRELLO_UPDATE_BOARDS_PREFS_VOTING_BY_ID_BOARD |
| Update members prefs color blind by ID member | Updates a Trello member’s color blind friendly mode preference. | TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBER |
| Update members prefs summary interval by ID member | Updates a Trello member’s preference for the frequency of email summary notifications. | TRELLO_UPDATE_MEMBERS_PREFS_SUMMARY_INTERVAL_BY_ID_MEMBER |
Stars (4)
Stars (4)
| Action | What it does | Slug |
|---|---|---|
| Create member board star | Stars a Trello board for a member (does not remove or list stars), optionally at a specified position. | TRELLO_CREATE_MEMBER_BOARD_STAR |
| Remove board star | Removes a specific starred board (identified by idBoardStar) from a Trello member’s (identified by idMember) list of favorites. | TRELLO_REMOVE_BOARD_STAR |
| Update board stars position by ID member by ID board | Update board star position. | TRELLO_UPDATE_BOARD_STARS_POSITION_BY_ID_MEMBER_BY_ID_BOARD_ |
| Update members board stars by ID member by ID board s | Update Member Board Star. | TRELLO_UPDATE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_S |
Stickers (5)
Stickers (5)
| Action | What it does | Slug |
|---|---|---|
| Create card sticker | Adds a sticker to a Trello card, using a default sticker name (e.g., ‘taco-cool’) or a custom sticker ID for the image, and allows specifying its position, rotation, and z-index. | TRELLO_CREATE_CARD_STICKER |
| Create member custom sticker | Uploads a custom sticker to a Trello member’s collection, if the member’s plan allows custom stickers and respects associated limits. | TRELLO_CREATE_MEMBER_CUSTOM_STICKER |
| Delete cards stickers by ID card by ID sticker | Permanently removes a specific sticker (identified by idSticker) from a Trello card (identified by idCard). | TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER |
| Delete member custom sticker | Deletes a custom sticker from a Trello member’s collection. | TRELLO_DELETE_MEMBER_CUSTOM_STICKER |
| Update cards stickers by ID card by ID sticker | Updates an existing sticker’s image, position (top, left coordinates), or stacking order (zIndex) on a specific Trello card. | TRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKER |
Users (1)
Users (1)
| Action | What it does | Slug |
|---|---|---|
| Update members username by ID member | Updates the username for an existing Trello member, identified by their ID or current username. | TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBER |
Versions (1)
Versions (1)
| Action | What it does | Slug |
|---|---|---|
| Update org Google apps version | Updates the Google Apps integration version preference for a specified Trello organization, to manage compatibility or features related to Google Workspace services. | TRELLO_UPDATE_ORG_GOOGLE_APPS_VERSION |
Webhooks (6)
Webhooks (6)
| Action | What it does | Slug |
|---|---|---|
| Create webhook | Create a new Trello webhook for monitoring changes to a board, card, list, or member. | TRELLO_CREATE_WEBHOOK |
| Update webhooks active by ID webhook | Updates the active status of an existing Trello webhook. | TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOK |
| Update webhooks by ID webhook | Updates an existing Trello webhook’s description, active status, callback URL, or monitored model ID. | TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOK |
| Update webhooks callback URL by ID webhook | Updates the callback URL for a specific Trello webhook. | TRELLO_UPDATE_WEBHOOKS_CALLBACK_URL_BY_ID_WEBHOOK |
| Update webhooks description by ID webhook | Updates the description of an existing Trello webhook. | TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOK |
| Update webhooks ID model by ID webhook | Updates the idModel (the monitored Trello entity like a board, list, or card) for an active webhook idWebhook to the new model ID value. | TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOK |
Other actions (3)
Other actions (3)
| Action | What it does | Slug |
|---|---|---|
| Delete action | Deletes a specific Trello action, such as a commentCard, by its ID. | TRELLO_DELETE_ACTION |
| Update actions by ID action | Updates the text field of a specific Trello comment action, identified by idAction. | TRELLO_UPDATE_ACTIONS_BY_ID_ACTION |
| Update actions text by ID action | Updates the text of an existing Trello action (e.g., a comment or card update) identified by idAction. | TRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTION |
Full access
Full access
- Delete webhooks
- Delete domains
- Delete organizations
- Delete tokens
| Works on | Action | What it does | Slug |
|---|---|---|---|
| Domains | Delete org associated domain | Irreversibly deletes an associated email domain from a Trello organization’s preferences to update email domain restrictions for workspace membership. | TRELLO_DELETE_ORG_ASSOCIATED_DOMAIN |
| Invitations | Delete org invite restrict | Removes a previously set email address invitation restriction from a Trello organization. | TRELLO_DELETE_ORG_INVITE_RESTRICT |
| Members | Delete member saved search | Permanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed. | TRELLO_DELETE_MEMBER_SAVED_SEARCH |
| Delete organizations members by ID org by ID member | Permanently removes a member from a Trello organization by ID, revoking all access to its content. | TRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBER | |
| Remove member from org | Removes a member entirely from a specific Trello organization, including from all its boards and cards. | TRELLO_REMOVE_MEMBER_FROM_ORG | |
| Organizations | Delete organizations by ID org | Permanently deletes a Trello organization and all its associated data. | TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORG |
| Delete organizations logo by ID org | Deletes an existing Trello organization’s custom logo, restoring its default and leaving other settings unchanged. | TRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORG | |
| Tokens | Delete tokens by token | Deletes a specific Trello API token, identified by its value in the path, permanently revoking its access. | TRELLO_DELETE_TOKENS_BY_TOKEN |
| Webhooks | Delete tokens webhooks by token by ID webhook | Deletes an existing webhook, specified by its idWebhook, thereby stopping its notifications. | TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOK |
| Delete webhooks by ID webhook | Permanently deletes an existing Trello webhook by its idWebhook, an irreversible action that stops future notifications. | TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOK |
Connect Trello
Before you start:- You need a Trello account that you can sign in to.
- Your Squad subscription must be active. Squad does not connect apps while the subscription is not active.
Open Integrations
Add an integration
Find Trello
Choose an access level
Click Connect Trello
Sign in to Trello
Change the access level
- Under YOUR CONNECTIONS, find the Trello account.
- Open the account menu (⋯) and click Manage scope.
- Under Default scope, choose the new level.
- Click Save access.
Set access for one agent
Every agent uses the account’s level unless you set something else for it. You can narrow one agent to a lower level, or block it.- Under YOUR CONNECTIONS, open the account menu (⋯) on the Trello account.
- Click Manage scope.
- Under Per-agent access, find the agent.
- Choose the Default option to follow the account’s level, choose a lower level, or choose No access.
- Click Save access.
Use more than one Trello account
Click + Account on the Trello card to connect another account. Agents use the primary account unless they are asked to use a specific one.- After you click + Account, follow the connect steps above.
- Each account has its own access level.
- The first account you connect becomes the primary account. It shows ★ PRIMARY.
- To change the primary account, open the account menu (⋯) and click Make primary.
- To tell accounts apart, open the account menu (⋯) and click Rename.
Reconnect or disconnect
Reconnect when the connection has expired, or when you need to change what the account can reach on the Trello side:- Open the account menu (⋯) and click Reconnect.
- Click Reauthorize on Trello.
- Sign in to Trello and approve the request.
Costs
Trello actions do not use Squad credits. Connected apps never use credits. For what does use credits, see What Squad costs.Troubleshooting
An agent reports that an action is not allowed on this account.- Cause: the action is outside the account’s access level, or outside the level you set for that agent.
- Fix: choose a higher level in Manage scope, or change the agent’s row under Per-agent access.
- Cause: the agent is set to No access under Per-agent access, or the account is not connected.
- Fix: open Manage scope and change the agent’s row. If the account is missing, connect it again.
- Cause: your Squad subscription is not active.
- Fix: resubscribe. See Manage your subscription.
- Cause: the sign-in for that account is no longer valid.
- Fix: use Reconnect on the account.
Common questions
Can I limit what agents can do in Trello?
Can I limit what agents can do in Trello?
Can I connect more than one Trello account?
Can I connect more than one Trello account?
How do I disconnect Trello?
How do I disconnect Trello?
TRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARDTRELLO_DELETE_CARD_COMMENTTRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARDTRELLO_UPDATE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTION