Trello

Tools

Name & DescriptionType
TRELLO_ADD_BOARDSCreates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
action
TRELLO_ADD_CARDSCreates a new card in a Trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
action
TRELLO_ADD_LISTSCreates 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.
action
TRELLO_DELETE_CARDS_BY_ID_CARDPermanently deletes an archived Trello card specified by its `idcard`.
action
TRELLO_GET_BOARDS_BY_ID_BOARDFetches comprehensive details for a specific Trello board by its id; this is a read-only action.
action
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARDRetrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.
action
TRELLO_GET_LISTS_BOARD_BY_ID_LISTRetrieves the board to which a specific Trello list belongs.
action
TRELLO_GET_MEMBERS_BY_ID_MEMBERFetches 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.
action
TRELLO_ACTION_GET_BOARD_BY_ID_ACTIONDeprecated: use `get actions board by id action` instead.
action
TRELLO_ACTION_GET_BY_IDDeprecated: use `get actions by id action` instead.
action
TRELLO_ACTION_GET_LIST_BY_ID_ACTIONRetrieves the Trello list associated with a specific Trello action id, for actions linked to a list.
action
TRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARDGenerates a new calendar key for the Trello board specified by `idboard`, invalidating any previous key for that board.
action
TRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARDCreates a new, initially empty checklist with a given name on an existing and accessible Trello board.
action
TRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARDGenerates a new email key for the Trello board specified by idboard to enable or reset adding cards via email; this invalidates any previously existing email key for the board.
action
TRELLO_ADD_BOARDS_LABELS_BY_ID_BOARDCreates a new label on an existing Trello board.
action
TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARDCreates a new, empty list on a specified, existing Trello board, typically used as a column or category for organizing cards.
action
TRELLO_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARDMarks 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.
action
TRELLO_ADD_BOARDS_POWER_UPS_BY_ID_BOARDEnables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
action
TRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARDAdds a new text comment, which can include @mentions, to a Trello card specified by its id; file attachments are not supported via this action.
action
TRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARDAdds an attachment to a Trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.
action
TRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARDAdds 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.
action
TRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARDAdds an existing label to a Trello card; `idcard` identifies the card and `value` is the id of the label to add.
action
TRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARDAssigns a Trello member to a specific Trello card by card id (or short link) and member id.
action
TRELLO_ADD_CARDS_LABELS_BY_ID_CARDAdds 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); a new label is created on the board if a matching one (by name/color combination) doesn't already exist.
action
TRELLO_ADD_CARDS_MEMBERS_VOTED_BY_ID_CARDCasts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card.
action
TRELLO_ADD_CARDS_STICKERS_BY_ID_CARDAdds a sticker to a Trello card, using a default sticker name (e.
action
TRELLO_ADD_CHECKLISTSCreates a new checklist on a Trello card, either by name or by copying from `idchecklistsource`, targeting an `idcard` or `idboard`; this action creates only the checklist structure, not its items.
action
TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTAdds a new check item to a specified Trello checklist; this action does not update existing check items.
action
TRELLO_ADD_CHECKLIST_ITEMAdds a new check item to an existing checklist on a specific Trello card.
action
TRELLO_ADD_LABELSCreates a new label with a specified name (required) and color on a Trello board (idboard required); this action defines the label but does not apply it to cards.
action
TRELLO_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LISTArchives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function.
action
TRELLO_ADD_LISTS_CARDS_BY_ID_LISTCreates a new card in a Trello list, which must be specified by an existing and accessible `idlist`.
action
TRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LISTMoves all cards from a Trello list to a *different* board; this action is irreversible, moves (not copies) cards, and empties the source list without deleting it.
action
TRELLO_ADD_MEMBERS_AVATAR_BY_ID_MEMBERUpdates a Trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.
action
TRELLO_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAdds 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.
action
TRELLO_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBERStars a Trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member.
action
TRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAdds a new custom board background for a specified Trello member; the `file` parameter (image data) is required.
action
TRELLO_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAdds a new custom emoji using an image file and a unique name to a Trello member's account; this emoji is member-specific and not shared across the workspace.
action
TRELLO_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERUploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits.
action
TRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERCreates a new saved search with a specified name, position, and query for a Trello member.
action
TRELLO_ADD_NOTIFICATIONS_ALL_READMarks all Trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.
action
TRELLO_ADD_ORGANIZATIONSCreates a new Trello organization (workspace) with a `displayname` (required), and optionally a description, website, and various preferences (e.
action
TRELLO_ADD_ORGANIZATIONS_LOGO_BY_ID_ORGSets or updates the logo for a Trello organization; the provided image file must adhere to Trello's format and size restrictions.
action
TRELLO_ADD_SESSIONSCreates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.
action
TRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKENCreates a webhook for a Trello token to monitor a Trello model (`idmodel`) and send notifications to a `callbackurl`, which must be publicly accessible and able to respond to Trello's head validation request.
action
TRELLO_BOARD_CREATE_BOARD<<deprecated: this action is deprecated.
action
TRELLO_BOARD_FILTER_CARDS_BY_ID_BOARDDeprecated: use `get boards cards by id board by filter`.
action
TRELLO_BOARD_GET_BY_IDFetches comprehensive details for a specific Trello board by its id; this is a read-only action.
action
TRELLO_BOARD_GET_CARDS_BY_ID_BOARDDeprecated (use `get boards cards by id board`): retrieves cards from an existing Trello board, allowing filtering and customization of fields for cards, attachments, and members.
action
TRELLO_BOARD_GET_LISTS_BY_ID_BOARDDeprecated: retrieves lists from a specified Trello board; use `get boards lists by id board`.
action
TRELLO_CARD_CREATE_AND_UPDATE(deprecated: use add cards) creates a new card in a Trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
action
TRELLO_CARD_GET_BY_IDDeprecated: use `get cards by id card`.
action
TRELLO_CARD_GET_BY_ID_FIELD(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a Trello card.
action
TRELLO_CARD_UPDATE_BY_ID_CARDUpdates an existing Trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover.
action
TRELLO_CARD_UPDATE_ID_LIST_BY_ID_CARDDeprecated: moves a Trello card to a different list on the same board.
action
TRELLO_CARD_UPDATE_POS_BY_ID_CARDUpdates a Trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.
action
TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARDConverts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item; this is irreversible via the API and offers no customization during conversion.
action
TRELLO_DELETE_ACTIONS_BY_ID_ACTIONDeletes a specific Trello action, such as a `commentcard`, by its id; this is an irreversible operation and only applies to deletable action types, as many (especially system-generated) actions cannot be deleted.
action
TRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERPermanently removes a current member from a Trello board, revoking their access; this action is irreversible.
action
TRELLO_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_POWER_UPDisables 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; this action is irreversible and may result in data loss.
action
TRELLO_DELETE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTIONDeletes a specific comment action (identified by `idaction`) from a Trello card (identified by `idcard`); this operation is irreversible and only affects comments.
action
TRELLO_DELETE_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTPermanently removes a specified attachment from a Trello card; this action is irreversible and requires that both the card and the attachment exist.
action
TRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLISTPermanently deletes a specific checklist from a Trello card.
action
TRELLO_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABELRemoves a specific label from a Trello card; the label itself is not deleted from the board, only its association with the card.
action
TRELLO_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBERRemoves 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.
action
TRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_BY_COLORPermanently removes a specific `color` label from an existing Trello card identified by `idcard`, if the card has that label; this only disassociates the label from the card, not deleting the label definition itself.
action
TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBERRemoves a member's vote from a Trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
action
TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERPermanently removes a specific sticker (identified by `idsticker`) from a Trello card (identified by `idcard`).
action
TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLISTPermanently and irreversibly deletes a Trello checklist and all its items using the `idchecklist`.
action
TRELLO_DELETE_CHECKLIST_ITEMPermanently deletes a specific check item from a checklist on a Trello card; this operation is irreversible and only affects the specified item, not the entire checklist.
action
TRELLO_DELETE_LABELS_BY_ID_LABELPermanently deletes an existing label from a Trello board by its id; this operation is irreversible via the API.
action
TRELLO_DELETE_MEMBER_BOARD_BACKGROUNDPermanently deletes a specific custom board background belonging to the specified Trello member; this operation cannot be undone.
action
TRELLO_DELETE_MEMBER_CUSTOM_STICKERDeletes a custom sticker from a Trello member's collection; this permanent action is only available for custom stickers within a Trello workspace on a paid plan.
action
TRELLO_DELETE_MEMBER_SAVED_SEARCHPermanently deletes a specific saved search for a Trello member, used when the search is outdated or no longer needed.
action
TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORGPermanently deletes a Trello organization and all its associated data; this action is irreversible and requires caution.
action
TRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORGDeletes an existing Trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.
action
TRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERPermanently removes a member from a Trello organization by id, revoking all access to its content; re-invitation is required for renewed access, and this does not delete the member's Trello account.
action
TRELLO_DELETE_ORG_ASSOCIATED_DOMAINIrreversibly deletes an associated email domain from a Trello organization's preferences to update email domain restrictions for workspace membership; the domain must be currently associated for removal.
action
TRELLO_DELETE_ORG_INVITE_RESTRICTRemoves a previously set email domain invitation restriction for a Trello organization.
action
TRELLO_DELETE_TOKENS_BY_TOKENDeletes a specific Trello API token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to invalidate compromised or unneeded tokens.
action
TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKDeletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
action
TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOKPermanently deletes an existing Trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
action
TRELLO_DISMISS_MEMBER_MESSAGEDismisses a specific one-time message for an existing Trello member, preventing it from being displayed again.
action
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTIONRetrieves details for the Trello board associated with a specific action id, returning board information only.
action
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELDRetrieves a specified `field` from the Trello board associated with the provided Trello `idaction`.
action
TRELLO_GET_ACTIONS_BY_ID_ACTIONRetrieves detailed information about a specific Trello action by its id.
action
TRELLO_GET_ACTIONS_BY_ID_ACTION_BY_FIELDRetrieves the value of a specific field (e.
action
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTIONRetrieves Trello card details for a given `idaction`, which must be an action specifically linked to a card; returns only card data, not action details.
action
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELDRetrieves a specific field from the Trello card associated with the given action id.
action
TRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTIONRetrieves 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.
action
TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTIONRetrieves all entities (e.
action
TRELLO_GET_ACTIONS_LIST_BY_ID_ACTIONRetrieves the Trello list associated with a specific Trello action id, for actions linked to a list.
action
TRELLO_GET_ACTIONS_LIST_BY_ID_ACTION_BY_FIELDRetrieves a specific field of the list associated with a Trello action, returning only that single field's value.
action
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTIONRetrieves specified details of the Trello member who performed the action identified by `idaction`; information is specific to this action's context, not the member's full profile.
action
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELDFetches a specific field of a member for a Trello action, returning only one field per call for optimized data retrieval.
action
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTIONRetrieves details about the Trello member who created the action with the given `idaction`.
action
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELDGets information about the creator of a Trello action.
action
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTIONFetches the organization details for a given Trello action, if the action has an associated organization.
action
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELDRetrieves the value of a specific `field` for the organization associated with a Trello `idaction`; use if the action has an organization and you need only that field (e.
action
TRELLO_GET_BATCHExecutes multiple Trello API get requests in a single batch operation for efficient bulk data retrieval.
action
TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARDRetrieves actions (e.
action
TRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARDRetrieves board stars (user-marked favorites) for a specified Trello board, where `idboard` must be an existing board; use to list a user's starred boards or all stars on a particular board.
action
TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELDRetrieves the value of a single, specified field from a Trello board.
action
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTERRetrieves cards from a specified Trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.
action
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARDRetrieves 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.
action
TRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARDRetrieves 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.
action
TRELLO_GET_BOARDS_DELTAS_BY_ID_BOARDRetrieves recent changes (deltas) for a Trello board by its id, allowing tracking of modifications since a specified update sequence number (`ixlastupdate`).
action
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARDFetches labels for a specified Trello board, aiding in its organization or label management; this action does not detail per-card label usage.
action
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABELFetches specified fields for a specific label on a Trello board; this read-only action does not return information about which cards the label is attached to.
action
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARDRetrieves lists from a specified Trello board, with options to filter lists and include card details.
action
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTERFetches lists by status from an accessible Trello board; card details for these lists require a separate call.
action
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARDRetrieves Trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content.
action
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIPRetrieves a specific membership on a Trello board by its id, optionally including member details.
action
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARDRetrieves members of a Trello board, with options to filter the list and select specific member fields to return.
action
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTERRetrieves members of a Trello board using a specified filter, assuming the board exists and the filter is valid.
action
TRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBERRetrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access.
action
TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARDRetrieves a list of members invited to a specific Trello board who have not yet joined.
action
TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELDRetrieves a specific field (e.
action
TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARDRetrieves the authenticated user's preferences for a specific Trello board.
action
TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARDFetches 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.
action
TRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD_BY_FIELDRetrieves a specific field from the organization associated with a Trello board, useful for obtaining targeted details without fetching the entire organization object.
action
TRELLO_GET_CARDS_ACTIONS_BY_ID_CARDRetrieves the history of actions (e.
action
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARDRetrieves attachments for a Trello card.
action
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTRetrieves a specific attachment from a Trello card by card id and attachment id.
action
TRELLO_GET_CARDS_BOARD_BY_ID_CARDFetches detailed information about the Trello board to which a specific, existing, and accessible card belongs, using the card's id or short link.
action
TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELDRetrieves a specific field from the board associated with a given Trello card.
action
TRELLO_GET_CARDS_BY_ID_CARDRetrieves a Trello card by its id or shortlink, with options to include related data like actions, attachments, members, and checklists.
action
TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELDRetrieves the value of a single, specified field from a Trello card.
action
TRELLO_GET_CARDS_CHECKLISTS_BY_ID_CARDRetrieves all checklists, including their check items, for a Trello card specified by its id or shortlink, if the card exists and is accessible.
action
TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARDGets the states (e.
action
TRELLO_GET_CARDS_LIST_BY_ID_CARDGets the Trello list to which a specified card (which must exist) belongs.
action
TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELDFetches a specific field from the Trello list that a given card belongs to.
action
TRELLO_GET_CARDS_MEMBERS_BY_ID_CARDRetrieves members of a Trello card, identified by its id or shortlink, allowing customization of which member fields are returned.
action
TRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARDFetches members who voted on a Trello card; requires an existing card id, the voting power-up to be active on the board, and members to have voted; returns member details, not vote counts.
action
TRELLO_GET_CARDS_STICKERS_BY_ID_CARDRetrieves all visual stickers (used for categorization, emphasis, or decoration) from an existing and accessible Trello card; this read-only action does not affect other card elements.
action
TRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERCall this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a Trello card.
action
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLISTRetrieves the Trello board a specific checklist belongs to, using the checklist id.
action
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELDRetrieves a specified `field` (e.
action
TRELLO_GET_CHECKLISTS_BY_ID_CHECKLISTFetches 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.
action
TRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELDRetrieves 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.
action
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLISTRetrieves cards associated with a specific, valid Trello checklist id, allowing for filtering and customization of card and related entity data fields.
action
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTERRetrieves cards from a specified Trello checklist, filterable by card id or status (e.
action
TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTRetrieves check items from an existing Trello checklist, optionally filtering them and specifying which fields to return.
action
TRELLO_GET_CHECK_ITEM_BY_IDRetrieves a specific check item from a checklist using the checklist id and check item id.
action
TRELLO_GET_LABELS_BOARD_BY_ID_LABELRetrieves the Trello board to which a given, valid Trello label id (`idlabel`) belongs.
action
TRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELDRetrieves a specified `field` (e.
action
TRELLO_GET_LABELS_BY_ID_LABELRetrieves detailed information for a specific Trello label by its id, allowing selection of specific fields to return.
action
TRELLO_GET_LISTS_ACTIONS_BY_ID_LISTRetrieves actions (like card movements or comments, newest first) for a Trello list by its id, to track history or create activity logs.
action
TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELDRetrieves a specific field (e.
action
TRELLO_GET_LISTS_BY_ID_LISTRetrieves a Trello list by its unique id, optionally including details for its cards and parent board.
action
TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELDFetches the value of a single, specified field from a Trello list.
action
TRELLO_GET_LISTS_CARDS_BY_ID_LISTFetches cards from a Trello list by its id, with options to filter and customize the returned card data.
action
TRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTERRetrieves cards from a specific Trello list, filtered by criteria like 'open', 'closed', or 'all'.
action
TRELLO_GET_MEMBERS_ACTIONS_BY_ID_MEMBERRetrieves a list of actions for a specified Trello member, allowing filtering by type, date, models, and control over output format and fields.
action
TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBERRetrieves board-level details (not lists/cards) for Trello boards associated with a member id or username, allowing extensive customization of the returned data.
action
TRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER_BY_FILTERRetrieves a list of boards for a specific Trello member, applying a filter such as 'open', 'starred', or 'all'.
action
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBERRetrieves Trello boards to which a specific member has been invited but has not yet joined.
action
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELDRetrieves a specific field from Trello boards to which a member has been invited but not yet joined; returns an empty result for no pending invitations.
action
TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERFetches the board backgrounds for a specified Trello member.
action
TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBERFetches only the boards a specific Trello member has starred, identified by their id or username.
action
TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARRetrieves detailed information about a specific board star (a Trello board marked as a favorite) for a given Trello member.
action
TRELLO_GET_MEMBERS_BY_ID_MEMBER_BY_FIELDEfficiently retrieves a specific field (e.
action
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBERRetrieves cards for a Trello member, specified by id or username, with options to filter cards and include related data like actions, attachments, and checklists.
action
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTERRetrieves cards for a Trello member, applying a filter that must be a Trello-recognized card filter.
action
TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERRetrieves custom board backgrounds for a Trello member, who must exist, using their id or username.
action
TRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERRetrieves all custom (user-specific, non-standard) emojis that a specified Trello member has created or can access.
action
TRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERRetrieves a member's custom stickers, which are unique personalized stickers created by them, distinct from standard Trello stickers.
action
TRELLO_GET_MEMBERS_DELTAS_BY_ID_MEMBERRetrieves 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.
action
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBERRetrieves notifications for a Trello member, specified by their id or username, with options for filtering and pagination.
action
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTERRetrieves a list of a Trello member's notifications, filtered by specified types.
action
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBERFetches organizations a specific Trello member belongs to; the `idmember` must be an id or username of an existing Trello member.
action
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTERFetches a list of organizations a specific Trello member belongs to, using a filter to narrow down the results.
action
TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBERRetrieves organizations a Trello member has been invited to but has not yet accepted or declined.
action
TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERRetrieves all saved search queries for a Trello member; this action only retrieves saved searches and does not execute them.
action
TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBERGets API token metadata for a Trello member; actual token values are excluded for security.
action
TRELLO_GET_MEMBER_BOARD_BACKGROUNDRetrieves a specific custom board background for a Trello member, using the member's id and the board background's id.
action
TRELLO_GET_MEMBER_CUSTOM_BOARD_BACKGROUNDRetrieves metadata (e.
action
TRELLO_GET_MEMBER_CUSTOM_EMOJIRetrieves a specific custom emoji by its id for a Trello member, requiring that both the member and emoji exist and are associated.
action
TRELLO_GET_MEMBER_CUSTOM_STICKERRetrieves a specific custom sticker by id for a Trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.
action
TRELLO_GET_MEMBER_INVITED_ORGGet a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.
action
TRELLO_GET_MEMBER_ORG_CARDSFetches all cards assigned to a specific member of a given Trello organization.
action
TRELLO_GET_MEMBER_SAVED_SEARCHFetches the details of a specific saved search for a Trello member; this does not execute the search.
action
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATIONGets the Trello board associated with a given notification id, returning only board data and allowing selection of specific board fields.
action
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELDRetrieves a specific, valid field from the board associated with a Trello notification.
action
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATIONRetrieves a specific Trello notification by its id, optionally including related entities and specific fields for the notification and its related entities.
action
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELDRetrieves a specific field from a Trello notification.
action
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATIONRetrieves card details (excluding notification, board, or list data) for a specified Trello idnotification, which must exist and be linked to a card.
action
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION_BY_FIELDRetrieves a specific field of a Trello card, using the id of a notification that is directly associated with that card.
action
TRELLO_GET_NOTIFICATIONS_DISPLAY_BY_ID_NOTIFICATIONRetrieves the information needed to display an existing Trello notification, identified by its id, without altering the notification or fetching its complete metadata.
action
TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATIONRetrieves Trello entities (e.
action
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATIONRetrieves details of the Trello list associated with a specific notification id.
action
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION_BY_FIELDEfficiently retrieves a single specified field from a Trello list linked to a notification, avoiding fetching the entire list.
action
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATIONFetches details of the member (not the notification content itself) associated with a specific Trello notification id.
action
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELDRetrieves a specific `field` of the Trello member associated with the given `idnotification`.
action
TRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATIONFetches the creator (member) of a Trello notification, identified by `idnotification`, returning only creator details and respecting Trello privacy settings and user permissions.
action
TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATIONRetrieves the Trello organization linked to a specific notification id; returns organization details only, not the notification itself.
action
TRELLO_GET_NOTIFICATION_ORG_FIELDRetrieves a specific field from the Trello organization associated with a given notification, provided the notification is linked to an organization.
action
TRELLO_GET_NOTIF_CREATOR_FIELDFetches a specific field of the member who created the specified Trello notification.
action
TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORGRetrieves a log of actions (e.
action
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORGFetches boards for a Trello organization, specified by its id or name, with options to filter and customize returned data.
action
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTERFetches a list of boards belonging to a specific Trello organization, filtered by a given criterion.
action
TRELLO_GET_ORGANIZATIONS_BY_ID_ORGRetrieves detailed information about a specific Trello organization, including optional related resources like members, boards, and actions, using its id or unique name.
action
TRELLO_GET_ORGANIZATIONS_BY_ID_ORG_BY_FIELDRetrieves 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.
action
TRELLO_GET_ORGANIZATIONS_DELTAS_BY_ID_ORGRetrieves a log of recent modifications (deltas) for a Trello organization, filterable by tags and supporting incremental fetching via an update index.
action
TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORGFetches organization-level memberships for a Trello organization, with options to filter members and include their details; does not return board-specific memberships.
action
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORGRetrieves members of a Trello organization (specified by id or name), with an option to include member activity if the organization is premium.
action
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTERFetches members of a specified Trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.
action
TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORGRetrieves 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.
action
TRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG_BY_FIELDRetrieves a specific `field` (e.
action
TRELLO_GET_ORG_MEMBERSHIPRetrieves a specific membership within a Trello organization, using their respective ids, to ascertain the member's role, status, or permissions.
action
TRELLO_GET_SEARCHSearches Trello content (e.
action
TRELLO_GET_SEARCH_MEMBERSSearches Trello members by name, username, or email, optionally scoped to a board or organization.
action
TRELLO_GET_SESSIONS_SOCKETEstablishes a websocket connection with Trello for receiving real-time updates on Trello entities.
action
TRELLO_GET_TOKENS_BY_TOKENRetrieves information about a specific Trello API token, allowing selection of specific fields and inclusion of webhook details.
action
TRELLO_GET_TOKENS_BY_TOKEN_BY_FIELDRetrieves a specific field from a Trello token, provided the token is valid, has necessary permissions, and the field is a valid token field.
action
TRELLO_GET_TOKENS_MEMBER_BY_TOKENRetrieves information about the Trello member associated with the current API token, allowing customization of the returned fields.
action
TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELDRetrieves a specific field for the Trello member associated with the provided API token.
action
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKENRetrieves all webhooks associated with a specific Trello API token.
action
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKRetrieves detailed information for a specific Trello webhook, identified by `idwebhook`, that is associated with the given `token`.
action
TRELLO_GET_TYPES_BY_IDRetrieves the structural details of a Trello object type (e.
action
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOKRetrieves the full configuration and status for a specific Trello webhook by its unique id; this action does not return past notification history.
action
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELDGets a specific field's value from a Trello webhook, avoiding retrieval of the full webhook object.
action
TRELLO_LIST_CREATE_LISTDeprecated: use 'add lists' instead.
action
TRELLO_LIST_GET_BY_ID_LISTRetrieves a Trello list by its unique id, optionally including details for its cards and parent board.
action
TRELLO_LIST_GET_CARDS_BY_ID_LISTDeprecated: fetches cards from a Trello list by its id; use `getlistscardsbyidlist` instead.
action
TRELLO_LIST_ID_BOARD_GETDeprecated: please use the `get lists board by id list` action instead.
action
TRELLO_MARK_CARD_NOTIFICATIONS_READMarks all notifications associated with a specific Trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications.
action
TRELLO_MEMBER_GET_BOARDSDeprecated: retrieves a filtered list of boards for a Trello member; use `get members boards by id member by filter` instead.
action
TRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBERDeprecated: use `getmembersboardsbyidmember`; retrieves Trello boards for a member (id/username).
action
TRELLO_MEMBER_GET_BY_ID[deprecated: please use 'get members by id member' instead] fetches comprehensive Trello member information by id/username, including profile, activities, boards, cards, notifications, and organizations, with customizable detail.
action
TRELLO_REMOVE_BOARD_STARRemoves a specific starred board (identified by `idboardstar`) from a Trello member's (identified by `idmember`) list of favorites; `idboardstar` must be an existing star for that member.
action
TRELLO_REMOVE_CHECKLIST_ITEM_FROM_CARD_BY_IDSPermanently deletes a specific checklist item from a checklist on a Trello card using their respective ids.
action
TRELLO_REMOVE_MEMBER_FROM_ORGRemoves a member entirely from a specific Trello organization, including from all its boards and cards; this action is permanent and does not delete the member's Trello account.
action
TRELLO_REMOVE_SPECIFIC_MEMBER_S_BOARD_BACKGROUNDSPermanently deletes a specific custom board background (identified by `idboardbackground`) associated with an existing Trello member (identified by `idmember`).
action
TRELLO_SEARCH_GET_RESULTSDeprecated: use the `get search` action to search Trello content within specified organizations.
action
TRELLO_TOKEN_GET_MEMBER_BY_TOKENRetrieves information for the Trello member associated with the API token, with customizable fields.
action
TRELLO_UPDATE_ACTIONS_BY_ID_ACTIONUpdates the `text` field of a specific Trello comment action, identified by `idaction`.
action
TRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTIONUpdates the text of an existing Trello action (e.
action
TRELLO_UPDATE_BOARDS_BY_ID_BOARDUpdates attributes (e.
action
TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARDArchives (closes) an active Trello board or reopens a previously archived board.
action
TRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARDUpdates the description of a specified Trello board; the update is immediate and does not affect other board elements like lists, cards, or membership.
action
TRELLO_UPDATE_BOARDS_ID_ORGANIZATION_BY_ID_BOARDMoves an existing Trello board to a specified, existing Trello organization, which can affect the board's visibility and member access.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARDSets the name of the blue label for a Trello board.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARDUpdates the name of the green label for a specified Trello board; this change is board-wide, affects all cards using this label, and does not change the label's color.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARDUpdates the name of the orange label for a specified Trello board, affecting only the label's name, not its color or associated cards.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARDUpdates the name of the purple label on a Trello board specified by `idboard`.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARDUpdates the name of the red label on a specified Trello board, without affecting its color or other labels.
action
TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARDUpdates the name of a board's yellow label; other colored labels are unaffected.
action
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARDAdds or updates a member's role on a specific Trello board, typically requiring the member's `email` and a membership `type`.
action
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERUpdates a current member's email, full name, or role (admin, normal, or observer) on a specific Trello board; email and full name changes are board-specific and do not affect the member's global Trello profile.
action
TRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARDUpdates a Trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist.
action
TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARDSets or disables the default Trello list for new cards created via email on a specific board.
action
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARDUpdates the 'show list guide' preference for a specified Trello board, affecting visibility for all users of that board.
action
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARDUpdates the authenticated user's personal preference for showing or hiding the sidebar on a specific Trello board.
action
TRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARDUpdates the name of an existing Trello board, identified by `idboard`; this change only affects the board's name, not its other attributes.
action
TRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARDUpdates the cosmetic background preference for a specific Trello board; this change does not affect board functionality or content.
action
TRELLO_UPDATE_BOARDS_PREFS_CALENDAR_FEED_ENABLED_BY_ID_BOARDUpdates 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.
action
TRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARDUpdates the card aging visual preference to 'pirate' or 'regular' mode for a specified Trello board.
action
TRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARDUpdates the preference on a specific Trello board for whether existing card covers are displayed; this controls visibility only and does not add or remove the actual covers from cards.
action
TRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARDChanges the permission settings for who can add comments to cards on a specific Trello board, without affecting other board settings.
action
TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARDUpdates who can invite new members ('admins' or 'members') to a specific Trello board.
action
TRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARDUpdates the permission level preference (e.
action
TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARDUpdates a board's 'selfjoin' preference, determining if members can join freely or must be invited.
action
TRELLO_UPDATE_BOARDS_PREFS_VOTING_BY_ID_BOARDSets who can vote on cards for an existing Trello board, changing only the voting preferences for all cards on the board.
action
TRELLO_UPDATE_BOARDS_SUBSCRIBED_BY_ID_BOARDUpdates the authenticated user's subscription status (subscribe/unsubscribe for notifications) for a specified Trello board, to which the user must have access.
action
TRELLO_UPDATE_BOARD_MEMBERSHIPUpdates a user's role (e.
action
TRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFSUpdates the current user's preference for the visibility of sidebar board actions on a specific Trello board.
action
TRELLO_UPDATE_BOARD_SIDEBAR_ACTIVITY_PREFSSets the current user's preference for displaying or concealing the sidebar activity feed on an accessible Trello board; this change only affects the requesting user.
action
TRELLO_UPDATE_BOARD_SIDEBAR_MEMBERS_PREFUpdates the authenticated user's preference for showing or hiding members in a specific Trello board's sidebar, affecting only the current user's view.
action
TRELLO_UPDATE_BOARD_STAR_POSITIONUpdates the display position of a specific starred board for a Trello member (referenced by `idmember` or 'me') using its `idboardstar`, allowing reordering to 'top', 'bottom', or a specific positive numerical position (as a string).
action
TRELLO_UPDATE_CARDS_BY_ID_CARDUpdates an existing Trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover.
action
TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARDUpdates the 'closed' status of an existing Trello card.
action
TRELLO_UPDATE_CARDS_DESC_BY_ID_CARDUpdates or clears the entire description of an existing Trello card; use an empty string for `value` to clear.
action
TRELLO_UPDATE_CARDS_DUE_BY_ID_CARDUpdates the due date of a specific Trello card; the card identified by `idcard` must exist.
action
TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARDSets or removes the attachment cover for an existing Trello card, using a specified image attachment id from that card or `none` to remove the cover.
action
TRELLO_UPDATE_CARDS_ID_BOARD_BY_ID_CARDMoves a Trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows.
action
TRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARDMoves a Trello card to a different list on the same Trello board; this operation is idempotent and only updates the card's list id.
action
TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARDAdds a member to a Trello card, appending their id to the card's list of member ids; the card must exist and the member must have board permissions.
action
TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARDUpdates labels on an existing Trello card; use `value` with a color list (e.
action
TRELLO_UPDATE_CARDS_NAME_BY_ID_CARDUpdates the name of an existing Trello card, identified by its id or shortlink; other card properties remain unchanged.
action
TRELLO_UPDATE_CARDS_POS_BY_ID_CARDUpdates a Trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.
action
TRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERUpdates an existing sticker's image, position (top, left coordinates), or stacking order (zindex) on a specific Trello card; the `rotate` parameter may not be supported by Trello.
action
TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARDUpdates the user's subscription status for a Trello card, if the card exists and is accessible.
action
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_POSITIONUpdates the position of a check item within a checklist on a Trello card; the new position can be 'top', 'bottom', or a positive integer.
action
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_STATE_BY_IDSUpdates the state of a specific check item on a Trello card's checklist, only affecting its completion status and no other properties.
action
TRELLO_UPDATE_CARD_COMMENTUpdates the text for a given comment action (`idaction`) on a specified card (`idcard`), affecting only the text content.
action
TRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLISTUpdates an existing Trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist.
action
TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLISTMoves a Trello checklist to a new parent card; the checklist and the destination card must exist.
action
TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLISTUpdates the name of an existing Trello checklist.
action
TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLISTUpdates the position of an existing checklist on a Trello card.
action
TRELLO_UPDATE_CHECKLIST_ITEM_BY_IDSUpdates 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.
action
TRELLO_UPDATE_CHECKLIST_ITEM_NAME_IN_CARDUpdates the name of a specific check item on a checklist within a Trello card, provided the card, checklist, and check item all exist.
action
TRELLO_UPDATE_LABELS_BY_ID_LABELUpdates an existing Trello label's attributes (color, name, or associated board) by its id; the label must exist.
action
TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABELUpdates the color of an existing Trello label, or removes its color if 'null' is specified for the value.
action
TRELLO_UPDATE_LABELS_NAME_BY_ID_LABELUpdates the name of an existing Trello label, identified by `idlabel`; an empty string for `value` clears the label's name but does not delete the label.
action
TRELLO_UPDATE_LISTS_BY_ID_LISTUpdates attributes of an existing Trello list, such as name, position, archive status, board, or copies cards from another list, provided the list `idlist` exists.
action
TRELLO_UPDATE_LISTS_CLOSED_BY_ID_LISTUpdates whether an existing Trello list is closed (archived); a closed list is hidden from the board view but not deleted and can be re-opened.
action
TRELLO_UPDATE_LISTS_ID_BOARD_BY_ID_LISTMoves an existing Trello list (identified by `idlist`) to an existing destination board (board id in `value`), optionally setting its new position (`pos`).
action
TRELLO_UPDATE_LISTS_NAME_BY_ID_LISTUpdates the name of an existing Trello list, identified by its id; this only changes the list's name, not its cards or position.
action
TRELLO_UPDATE_LISTS_POS_BY_ID_LISTChanges a Trello list's order on a board to 'top', 'bottom', or a specified numeric position, affecting only its position.
action
TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LISTUpdates the subscription status for a Trello list, allowing the user to subscribe or unsubscribe to control notifications.
action
TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBERUpdates the avatar source for a specified Trello member.
action
TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBERUpdates the bio of a specified Trello member.
action
TRELLO_UPDATE_MEMBERS_BY_ID_MEMBERUpdates an existing Trello member's profile information, preferences, or username.
action
TRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBERUpdates the full name for a Trello member, identified by their valid id or username; this operation only affects the full name, leaving other profile information unchanged.
action
TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBERUpdates the initials for a specified Trello member, identified by their id or username.
action
TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBERUpdates a Trello member's color blind preference, which only changes their specific display without affecting others.
action
TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBERUpdates a Trello member's locale preference; affects date/time display (not existing content translation) and an empty `value` may reset to default.
action
TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBERUpdates the username for an existing Trello member, identified by their id or current username.
action
TRELLO_UPDATE_MEMBER_BOARD_BACKGROUNDUpdates an existing board background's properties (brightness, image file, or tiling) for a specified Trello member, using their id and the board background id.
action
TRELLO_UPDATE_MEMBER_BOARD_STARUpdates an existing board star for a member, allowing changes to the target board (must be a valid, accessible board id if specified) or the star's position.
action
TRELLO_UPDATE_MEMBER_SAVED_SEARCHUpdates an existing Trello member's saved search (name, position, or query) identified by `idmember` and `idsavedsearch`.
action
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_NAMEUpdates a Trello member's saved search display name (not its criteria), identified by `idmember` and `idsavedsearch`; the search must exist and belong to the member.
action
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_POSUpdates the position of a specified saved search for a Trello member; other attributes of the saved search or member remain unchanged.
action
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_QUERYUpdates the query string of an existing saved search for a Trello member.
action
TRELLO_UPDATE_MEMBER_SUMMARY_INTERVALUpdates a Trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.
action
TRELLO_UPDATE_MEMBER_S_CUSTOM_BOARD_BACKGROUNDSUpdates a specific existing custom board background for a Trello member.
action
TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATIONUpdates only the 'unread' status of a specific Trello notification.
action
TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATIONMarks an existing and accessible Trello notification as read or unread.
action
TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORGUpdates various attributes of an existing Trello organization, identified by `idorg`.
action
TRELLO_UPDATE_ORGANIZATIONS_DESC_BY_ID_ORGUpdates or clears the description for an existing Trello organization, identified by its id or name, to a new string up to 16384 characters.
action
TRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORGUpdates the display name of a Trello organization, identifiable by its current id or name (`idorg`), to the new `value`; other attributes remain unaffected.
action
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORGAdds/updates a member in a specified Trello organization (`idorg`); `email` and `type` are API-required, `fullname` is needed if `email` is new to Trello.
action
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERUpdates a member's details (email, full name, or type) in a Trello organization, applying changes only to the fields provided.
action
TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORGUpdates the unique programmatic identifier (used in urls and API interactions) for an existing Trello organization; this is an irreversible operation, effective immediately, and only affects this identifier.
action
TRELLO_UPDATE_ORGANIZATIONS_PREFS_PERMISSION_LEVEL_BY_ID_ORGUpdates a Trello organization's `permissionlevel` preference, determining if it's members-only or link-accessible, and affecting new board default visibility.
action
TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORGUpdates the website url for a specified Trello organization.
action
TRELLO_UPDATE_ORG_ASSOCIATED_DOMAIN_PREFSUpdates or removes the google workspace domain associated with a Trello organization, often to configure features like sso or automatic user provisioning.
action
TRELLO_UPDATE_ORG_BOARD_VISIBILITY_ORG_PREFUpdates the preference controlling who can set board visibility to 'organization-visible' within an existing Trello organization.
action
TRELLO_UPDATE_ORG_EXTERNAL_MEMBERS_ACCESSUpdates the 'externalmembersdisabled' preference for a Trello organization to control whether non-members can be added to its boards.
action
TRELLO_UPDATE_ORG_GOOGLE_APPS_VERSIONUpdates the google apps integration version preference for a specified Trello organization, to manage compatibility or features related to google workspace services.
action
TRELLO_UPDATE_ORG_INVITE_RESTRICTIONSModifies a Trello organization's invitation policy using an email, domain, or keyword rule, affecting only future invites, not existing members.
action
TRELLO_UPDATE_ORG_MEMBERSHIPUpdates a Trello organization member's type to 'admin', 'normal', or 'observer', using the organization and membership ids.
action
TRELLO_UPDATE_ORG_MEMBER_DEACTIVATION_STATUSUpdates a member's deactivation status in an organization; 'true' deactivates (suspends access temporarily), 'false' reactivates.
action
TRELLO_UPDATE_ORG_PRIVATE_BOARD_VISIBILITYUpdates the organization's preference controlling who is permitted to change the visibility of its private boards; requires admin privileges for the organization.
action
TRELLO_UPDATE_ORG_PUBLIC_BOARD_VISIBILITYUpdates the restriction on who can set board visibility to public for a specified Trello organization.
action
TRELLO_UPDATE_SESSIONS_BY_ID_SESSIONUpdates a Trello user session's viewed board id or status; call when user activity or board focus changes.
action
TRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSIONUpdates the status of an existing Trello session.
action
TRELLO_UPDATE_TOKENS_WEBHOOKS_BY_TOKENUpdates an existing webhook's description, callback url, or monitored Trello model id, using the API token in the path to identify the webhook; any new `idmodel` must be accessible by the token.
action
TRELLO_UPDATE_WEBHOOKSUpdates an existing Trello webhook's description, active status, callback url, or monitored model id; requires the webhook id (not in request body) to be specified, typically via url path.
action
TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOKUpdates the active status ('true' or 'false') of an existing Trello webhook specified by `idwebhook`, without affecting other properties.
action
TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOKUpdates an existing Trello webhook's configuration, avoiding the need to delete and recreate it for modifications.
action
TRELLO_UPDATE_WEBHOOKS_CALLBACK_URLBY_ID_WEBHOOKUpdates the callback url for a specific Trello webhook; other webhook attributes remain unchanged.
action
TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOKUpdates the description of an existing Trello webhook; an empty string for the new description removes the current one.
action
TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOKUpdates the `idmodel` (the monitored Trello entity like a board, list, or card) for an active webhook `idwebhook` to the new model id `value`; other webhook properties are unaffected.
action
TRELLO_TRELLO_ARCHIVED_CARD_TRIGGERTriggered when a card is archived in the specified board.
trigger
TRELLO_TRELLO_NEW_ACTIVITY_TRIGGERTriggered when there is activity in Trello.
trigger
TRELLO_TRELLO_NEW_BOARD_TRIGGERTriggered when a board is created in the specified workspace.
trigger
TRELLO_TRELLO_NEW_CARD_TRIGGERTriggered when a card is created in the specified board.
trigger
TRELLO_TRELLO_UPDATED_CARD_TRIGGERTriggered when a specific card is updated.
trigger

Details

Installs

More than 1000

Actions

345

Triggers

5