Trello
trelloA web-based, kanban-style, list-making application.
Acciones disponibles (345)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get board by action idTRELLO_ACTION_GET_BOARD_BY_ID_ACTIONAcciónDeprecated: use `get actions board by id action` instead. retrieves details for the trello board associated with a specific action id, returning board information only.
TRELLO_ACTION_GET_BOARD_BY_ID_ACTIONAcciónDeprecated: use `get actions board by id action` instead. retrieves details for the trello board associated with a specific action id, returning board information only.
Parámetros de entrada
fieldsstringBoard fields to return: 'all', or a comma-separated list of field names. Allowed values: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idActionstringObligatorioID of the Trello action to retrieve its associated board.
Parámetros de salida
dataobjectObligatorioDetails of the board associated with the action.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action by IDTRELLO_ACTION_GET_BY_IDAcciónDeprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.
TRELLO_ACTION_GET_BY_IDAcciónDeprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.
Parámetros de entrada
fieldsstringSpecifies which fields to include in the response. Use 'all' or a comma-separated list of: 'data', 'date', 'idMemberCreator', or 'type'.
memberstringDetermines whether to include member details.
displaystringDetermines whether to include display-related information.
entitiesstringDetermines whether to include related entities in the response.
idActionstringObligatorioThe ID of the action to retrieve.
memberCreatorstringDetermines whether to include details of the member who created the action.
member_fieldsstringSpecifies which member fields to include. Use 'all' or a comma-separated list of: 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', or 'username'.
memberCreator_fieldsstringSpecifies which fields of the member creator to include. Use 'all' or a comma-separated list of: 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', or 'username'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the action's details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get an action's listTRELLO_ACTION_GET_LIST_BY_ID_ACTIONAcciónRetrieves the trello list associated with a specific trello action id, for actions linked to a list. <<DEPRECATED use get_actions_list_by_id_action>>
TRELLO_ACTION_GET_LIST_BY_ID_ACTIONAcciónRetrieves the trello list associated with a specific trello action id, for actions linked to a list. <<DEPRECATED use get_actions_list_by_id_action>>
Parámetros de entrada
fieldsstringDetermines which fields to include in the response. Specify 'all' or a comma-separated list of valid field names. Valid fields are: 'closed', 'idBoard', 'name', 'pos', or 'subscribed'.
idActionstringObligatorioThe ID of the Trello action for which to retrieve the associated list.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add boardTRELLO_ADD_BOARDSAcciónCreates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
TRELLO_ADD_BOARDSAcciónCreates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Parámetros de entrada
descstringDescription for the Trello board (0-16384 characters).
namestringName for the new Trello board (1-16384 characters). This field is required for board creation.
closedstringWhether the board should be immediately archived (closed).
powerUpsstringPower-Ups to enable (e.g., 'calendar,voting', 'all'; valid: 'calendar', 'cardAging', 'recap', 'voting').
subscribedstringWhether the creator is automatically subscribed to the board.
prefs_votingstringWho can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_voting'.
idBoardSourcestringID of an existing Trello board to use as a template.
prefs__votingstringWho can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs/voting'.
idOrganizationstringID or name of the Trello Workspace (formerly Organization) for this board.
keepFromSourcestringComponents to copy if 'idBoardSource' is used (e.g., 'cards,labels', 'all'; valid: 'cards', 'lists', 'checklists', 'stickers', 'members', 'customFields', 'prefs', 'labels').
prefs_commentsstringWho can comment on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_comments'.
prefs_selfJoinstringWhether Workspace members can join the board themselves; corresponds to API parameter 'prefs_selfJoin'.
labelNames__redstringName for the red label (0-16384 characters); corresponds to API parameter 'labelNames/red'.
prefs__commentsstringWho can comment on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs/comments'.
prefs__selfJoinstringWhether Workspace members can join the board themselves; corresponds to API parameter 'prefs/selfJoin'.
prefs_cardAgingstringCard aging style ('pirate' or 'regular'); corresponds to API parameter 'prefs_cardAging'.
labelNames__bluestringName for the blue label (0-16384 characters); corresponds to API parameter 'labelNames/blue'.
prefs__cardAgingstringCard aging style ('pirate' or 'regular'); corresponds to API parameter 'prefs/cardAging'.
prefs_backgroundstringBoard background (standard name, custom ID, or hex code; 0-16384 characters); corresponds to API parameter 'prefs_background'.
prefs_cardCoversstringWhether card covers are shown; corresponds to API parameter 'prefs_cardCovers'.
labelNames__greenstringName for the green label (0-16384 characters); corresponds to API parameter 'labelNames/green'.
prefs__backgroundstringBoard background (standard name like 'blue', 'pink', or custom ID); corresponds to API parameter 'prefs/background'.
prefs__cardCoversstringWhether card covers are shown; corresponds to API parameter 'prefs/cardCovers'.
prefs_invitationsstringWho can invite to the board ('admins' or 'members'); corresponds to API parameter 'prefs_invitations'.
labelNames__orangestringName for the orange label (0-16384 characters); corresponds to API parameter 'labelNames/orange'.
labelNames__purplestringName for the purple label (0-16384 characters); corresponds to API parameter 'labelNames/purple'.
labelNames__yellowstringName for the yellow label (0-16384 characters); corresponds to API parameter 'labelNames/yellow'.
prefs__invitationsstringWho can invite to the board ('admins' or 'members'); corresponds to API parameter 'prefs/invitations'.
prefs_permissionLevelstringBoard visibility and permission level ('org', 'private', 'public'); corresponds to API parameter 'prefs_permissionLevel'.
prefs__permissionLevelstringBoard visibility and permission level ('org', 'private', 'public'); corresponds to API parameter 'prefs/permissionLevel'.
prefs__calendarFeedEnabledstringWhether the calendar feed is enabled; corresponds to API parameter 'prefs/calendarFeedEnabled'.
Parámetros de salida
dataobjectObligatorioDetails of the newly created Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate board calendar keyTRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARDAcciónGenerates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.
TRELLO_ADD_BOARDS_CALENDAR_KEY_GENERATE_BY_ID_BOARDAcciónGenerates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.
Parámetros de entrada
idBoardstringObligatorioThe unique identifier of the Trello board for which to generate a calendar key.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. This typically includes the newly generated calendar key and other relevant details about the board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add checklist to boardTRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARDAcciónCreates a new, initially empty checklist with a given name on an existing and accessible trello board.
TRELLO_ADD_BOARDS_CHECKLISTS_BY_ID_BOARDAcciónCreates a new, initially empty checklist with a given name on an existing and accessible trello board.
Parámetros de entrada
namestringName for the new checklist (1-16384 characters).
idBoardstringObligatorioThe unique identifier of the Trello board to which the new checklist will be added.
Parámetros de salida
dataobjectObligatorioThe newly created checklist object, including its ID, name, and other properties.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Generate email key for boardTRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARDAcciónGenerates 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.
TRELLO_ADD_BOARDS_EMAIL_KEY_GENERATE_BY_ID_BOARDAcciónGenerates 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.
Parámetros de entrada
idBoardstringObligatorioThe unique identifier of the Trello board for which a new email key will be generated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response data from the Trello API, typically including details of the newly generated email key and potentially other board-related information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add a label to a boardTRELLO_ADD_BOARDS_LABELS_BY_ID_BOARDAcciónCreates a new label on an existing trello board.
TRELLO_ADD_BOARDS_LABELS_BY_ID_BOARDAcciónCreates a new label on an existing trello board.
Parámetros de entrada
namestringThe name for the new label. Must be a string with a length from 0 to 16384 characters. An empty string is allowed.
colorstringThe color for the new label. Provide a valid Trello label color name or null for no color. If not provided, Trello may assign a default color or no color.
idBoardstringObligatorioThe ID of the board to which the new label will be added.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created label, including its ID, name, color, and board ID.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add new list to boardTRELLO_ADD_BOARDS_LISTS_BY_ID_BOARDAcciónCreates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
TRELLO_ADD_BOARDS_LISTS_BY_ID_BOARDAcciónCreates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
Parámetros de entrada
posstringThe position of the new list on the board. Valid values are 'top', 'bottom', or a positive number (e.g., 1, 2.5, 3). If not provided, the list is added to the bottom.
namestringObligatorioThe name for the new list. Must be a string with a length from 1 to 16384 characters.
idBoardstringObligatorioThe ID of the board to which the new list will be added.
Parámetros de salida
dataobjectObligatorioA dictionary representing the newly created list object, containing details such as its ID, name, and position.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark board as viewedTRELLO_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARDAcciónMarks 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_ADD_BOARDS_MARK_AS_VIEWED_BY_ID_BOARDAcciónMarks 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.
Parámetros de entrada
idBoardstringObligatorioThe unique identifier of the Trello board to be marked as viewed.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response data from the Trello API. This typically includes information confirming the 'mark as viewed' status or details of any error encountered.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add board power-upTRELLO_ADD_BOARDS_POWER_UPS_BY_ID_BOARDAcciónEnables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
TRELLO_ADD_BOARDS_POWER_UPS_BY_ID_BOARDAcciónEnables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
Parámetros de entrada
valuestringIdentifier for the built-in Trello Power-Up to enable (e.g., 'calendar', 'cardAging', 'recap', 'voting'). Only Trello's built-in Power-Ups are supported.
idBoardstringObligatorioThe ID of the Trello board.
Parámetros de salida
dataobjectObligatorioResponse from the Trello API, typically confirming successful Power-Up addition or detailing the enabled Power-Up.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add cardTRELLO_ADD_CARDSAcciónCreates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
TRELLO_ADD_CARDSAcciónCreates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
Parámetros de entrada
duestringDue date for the card (date string or 'null' to remove).
posstringPosition in list: 'top', 'bottom', or a positive float.
descstringCard description (0-16384 characters).
namestringName for the new card; required unless `idCardSource` or `urlSource` is used.
closedstringArchive (close) the card. Valid values: 'true', 'false'.
idListstringRequired ID of the list to add the card to.
labelsstringComma-separated label colors (e.g., 'blue', 'green') or 'all' for default labels.
idBoardstringID of the board to move the card to; if specified, `idList` must be on this board.
idLabelsstringComma-separated list of label IDs (24-char hex) to add.
idMembersstringComma-separated list of member IDs (24-char hex) to assign.
urlSourcestringURL (http:// or https://) to attach; if a Trello card URL, copies that card. Use 'null' if not needed.
fileSourcestringBinary data of a file to attach.
subscribedstringSubscribe user to the card. Valid values: 'true', 'false'.
idCardSourcestringID of an existing card to copy.
keepFromSourcestringIf using `idCardSource`, properties to copy: 'all' or comma-separated (e.g., 'attachments', 'checklists', 'due').
idAttachmentCoverstringID of an image attachment on this card for its cover, or 'null' for no cover.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add comment to cardTRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARDAcciónAdds a new text comment, which can include @mentions, to a trello card specified by its id; file attachments are not supported via this action.
TRELLO_ADD_CARDS_ACTIONS_COMMENTS_BY_ID_CARDAcciónAdds a new text comment, which can include @mentions, to a trello card specified by its id; file attachments are not supported via this action.
Parámetros de entrada
textstringComment text, between 1 and 16384 characters. Supports @mentions to notify Trello users.
idCardstringObligatorioID or shortLink of the Trello card to add the comment to.
Parámetros de salida
dataobjectObligatorioResponse from the Trello API, usually including details of the new comment like its ID, text, date, and creator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add attachment to cardTRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARDAcciónAdds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.
TRELLO_ADD_CARDS_ATTACHMENTS_BY_ID_CARDAcciónAdds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.
Parámetros de entrada
urlstringURL of an external resource to attach if not uploading a `file`. Must start with 'http://' or 'https://'.
filestringPath to the local file to attach if not linking a `url`.
namestringDesired name for the attachment. If omitted, Trello uses the original filename or a URL-derived default. Max length 256.
idCardstringObligatorioID or shortLink of the Trello card.
mimeTypestringMIME type of the attachment, aiding Trello in file handling. Max length 256.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add check item to checklistTRELLO_ADD_CARDS_CHECKLIST_CHECK_ITEM_BY_ID_CARD_BY_ID_CHECKLISTAcciónAdds a new check item to an existing checklist on a specific trello card.
TRELLO_ADD_CARDS_CHECKLIST_CHECK_ITEM_BY_ID_CARD_BY_ID_CHECKLISTAcciónAdds a new check item to an existing checklist on a specific trello card.
Parámetros de entrada
posstringThe position of the new check item within the checklist. Valid values are 'top', 'bottom', or a positive number (e.g., '1', '2.5').
namestringThe name of the check item to be created. Must be a string with a length between 1 and 16384 characters.
idCardstringObligatorioThe ID or short link of the card where the checklist resides.
idCheckliststringObligatorioThe ID of the checklist to which the new check item will be added.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created check item, conforming to Trello's check item object model.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add checklist to card via idTRELLO_ADD_CARDS_CHECKLISTS_BY_ID_CARDAcciónAdds 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_CARDAcciónAdds 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.
Parámetros de entrada
namestringThe name for the new checklist. Used when creating a new checklist from scratch or when copying from `idChecklistSource`. If `value` specifies an existing checklist ID to add, this `name` is ignored. String with a length from 0 to 16384 characters.
valuestringThe ID of a pre-existing checklist to add directly to the card. If an ID is provided here, that specific checklist is added. If `null` or omitted, a new checklist will be created on the card (either empty using `name`, or by copying from `idChecklistSource`).
idCardstringObligatorioThe ID or shortLink of the card to which the checklist will be added.
idChecklistSourcestringThe ID of an existing checklist to copy. If provided (and `value` is not an ID of an existing checklist to add), a new checklist is created on the card by duplicating this source checklist. The `name` parameter can be used to specify a name for the newly created checklist.
Parámetros de salida
dataobjectObligatorioA dictionary representing the Trello checklist object that was added or created on the card. The structure of this dictionary includes details such as the checklist's ID, name, items, and position.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add label to cardTRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARDAcciónAdds an existing label to a trello card; `idcard` identifies the card and `value` is the id of the label to add. both card and label must already exist.
TRELLO_ADD_CARDS_ID_LABELS_BY_ID_CARDAcciónAdds an existing label to a trello card; `idcard` identifies the card and `value` is the id of the label to add. both card and label must already exist.
Parámetros de entrada
valuestringThe ID of the label to add. Label IDs are typically 24-character hexadecimal strings.
idCardstringObligatorioThe ID or shortLink of the Trello card. Card IDs are typically 24-character hexadecimal strings.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API's JSON response. If successful, this typically includes the updated list of all label objects on the card. Consult Trello's API documentation for the exact structure of the response for the 'Card_addIdLabelsToCard' operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add card member by idTRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARDAcciónAssigns a trello member to a specific trello card by card id (or short link) and member id.
TRELLO_ADD_CARDS_ID_MEMBERS_BY_ID_CARDAcciónAssigns a trello member to a specific trello card by card id (or short link) and member id.
Parámetros de entrada
valuestringThe ID of the Trello member to be added to the card.
idCardstringObligatorioThe ID or short link of the Trello card to which the member will be added.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the card after the member has been successfully added.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add labels to cardTRELLO_ADD_CARDS_LABELS_BY_ID_CARDAcciónAdds 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.
TRELLO_ADD_CARDS_LABELS_BY_ID_CARDAcciónAdds 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.
Parámetros de entrada
namestringName for the label (0-16384 chars). If omitted, color name may be used. If a label with this name exists on the board, it's used; otherwise, a new label with this name and specified color is created.
colorstringLabel color name (e.g., 'green', 'yellow', 'null'). Used if 'value' is not provided. If 'name' matches an existing label, its color can be updated by this field.
valuestringAlternative way to specify the label's color by name (e.g., 'yellow', 'green,purple', 'all'); consult Trello for interpretation of lists or 'all'. Overrides 'color' parameter if both are provided.
idCardstringObligatorioID or shortlink of the card.
Parámetros de salida
dataobjectObligatorioTrello API response, typically detailing the card's labels after the operation or the specific label added/created.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add member vote to cardTRELLO_ADD_CARDS_MEMBERS_VOTED_BY_ID_CARDAcciónCasts a 'yes' vote for a specified member on a trello card; a member can only vote once per card.
TRELLO_ADD_CARDS_MEMBERS_VOTED_BY_ID_CARDAcciónCasts a 'yes' vote for a specified member on a trello card; a member can only vote once per card.
Parámetros de entrada
valuestringThe ID of the member to cast a 'yes' vote on the card. For example, `600f0c000000000000000000`.
idCardstringObligatorioThe ID or short link of the card to add the vote to. For example, `FY2OWrnc` or `571d07b591c8b68aeb4f6acc`.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add sticker to cardTRELLO_ADD_CARDS_STICKERS_BY_ID_CARDAcciónAdds 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_ADD_CARDS_STICKERS_BY_ID_CARDAcciónAdds 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.
Parámetros de entrada
topstringVertical offset from card's top edge (pixels). Uses default position if omitted.
leftstringHorizontal offset from card's left edge (pixels). Uses default position if omitted.
imagestringName of a default Trello sticker (e.g., 'taco-cool'), ID of a previously uploaded custom sticker. Length: 0-16384 chars. Uses default if omitted.
idCardstringObligatorioID or short link of the card.
rotatestringRotation angle in degrees; positive rotates clockwise. Defaults to 0 if omitted.
zIndexstringStacking order (z-index); higher values are on top. Must be an integer. Trello assigns a default layer if omitted.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add checklist to cardTRELLO_ADD_CHECKLISTSAcciónCreates 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.
TRELLO_ADD_CHECKLISTSAcciónCreates 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.
Parámetros de entrada
posstringThe position of the new checklist on its card. Accepted values are 'top', 'bottom', or a positive number (integer or float).
namestringThe name for the new checklist. Required if `idChecklistSource` is not provided. Must be a string with length between 0 and 16384 characters.
idCardstringThe ID of the Trello card to which the checklist will be added. If provided, the checklist is added to this specific card. One of `idBoard` or `idCard` is required.
idBoardstringThe ID of the Trello board. If `idCard` is not specified, this board will be targeted, potentially for creating a new card to host the checklist. One of `idBoard` or `idCard` is required.
idChecklistSourcestringThe ID of an existing checklist to be copied. If provided, the `name` parameter is ignored, and the new checklist will be a duplicate of this source.
Parámetros de salida
dataobjectObligatorioFull JSON response from the Trello API for the newly created checklist.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add check item to checklistTRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTAcciónAdds a new check item to a specified trello checklist; this action does not update existing check items.
TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTAcciónAdds a new check item to a specified trello checklist; this action does not update existing check items.
Parámetros de entrada
posstringPosition for the new check item: 'top', 'bottom', or a positive number. Defaults to bottom.
namestringName for the new check item (1-16384 characters).
checkedstringInitial completion status: 'true' or 'false'. Defaults to unchecked.
idCheckliststringObligatorioID of the checklist to add the new check item to.
Parámetros de salida
dataobjectObligatorioFull JSON response from Trello, including details of the newly created check item.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create label on boardTRELLO_ADD_LABELSAcciónCreates 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.
TRELLO_ADD_LABELSAcciónCreates 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.
Parámetros de entrada
namestringName for the new label (0-16384 characters). **Required by the Trello API.** An empty string creates a color-only visual label.
colorstringColor for the new label. Trello may assign a default color if unspecified or invalid.
idBoardstringID of the board for the new label. **Required by the Trello API.** The board must exist and be accessible.
Parámetros de salida
dataobjectObligatorioA dictionary containing the full details of the newly created label, including its ID, name, color, and board ID.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add new list to boardTRELLO_ADD_LISTSAcciónCreates 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_LISTSAcciónCreates 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.
Parámetros de entrada
posstringThe position of the new list on the board. Valid values are `top`, `bottom`, or a positive number (e.g., '1', '2.5').
namestringThe name for the new list. Must be a string with a length from 1 to 16384 characters. This is a required parameter.
closedstringIndicates whether the list should be created as closed (archived). Set to `true` for closed, or `false` for open.
idBoardstringThe ID of the board to which the new list should be added. This is a required parameter.
subscribedstringIndicates whether the user creating the list should be automatically subscribed to it. Set to `true` to subscribe, or `false` otherwise.
idListSourcestringThe ID of an existing list to copy when creating the new list. If provided, the new list will be a copy of this source list.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Archive all cards in listTRELLO_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LISTAcciónArchives all cards in a trello list; while cards can be restored via the trello interface, this action does not provide an unarchive function.
TRELLO_ADD_LISTS_ARCHIVE_ALL_CARDS_BY_ID_LISTAcciónArchives all cards in a trello list; while cards can be restored via the trello interface, this action does not provide an unarchive function.
Parámetros de entrada
idListstringObligatorioThe unique identifier of the Trello list from which all cards will be archived.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add card to listTRELLO_ADD_LISTS_CARDS_BY_ID_LISTAcciónCreates a new card in a trello list, which must be specified by an existing and accessible `idlist`.
TRELLO_ADD_LISTS_CARDS_BY_ID_LISTAcciónCreates a new card in a trello list, which must be specified by an existing and accessible `idlist`.
Parámetros de entrada
duestringThe due date for the new card, in ISO 8601 format (e.g., 'YYYY-MM-DDTHH:MM:SS.SSSZ') or null if no due date is set.
descstringThe description for the new card. A string with a length from 0 to 16384 characters.
namestringThe name for the new card. A string with a length from 1 to 16384 characters. While optional, providing a name is highly recommended.
idListstringObligatorioThe ID of the Trello list where the new card will be created.
labelsstringA comma-separated list of label colors to apply to the card. Valid colors: blue, green, orange, purple, red, yellow. Alternatively, 'all' can be used to apply all available label colors on the board.
idMembersstringA comma-separated list of member IDs (24-character hex strings) to assign to the new card.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created card, as returned by the Trello API.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move all cards in list to boardTRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LISTAcciónMoves 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.
TRELLO_ADD_LISTS_MOVE_ALL_CARDS_BY_ID_LISTAcciónMoves 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.
Parámetros de entrada
idListstringObligatorioThe ID of the source Trello list from which all cards will be moved.
idBoardstringThe ID of the destination Trello board to which all cards from the source list will be moved. This parameter is required by Trello for this operation.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Upload member avatarTRELLO_ADD_MEMBERS_AVATAR_BY_ID_MEMBERAcciónUpdates a trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.
TRELLO_ADD_MEMBERS_AVATAR_BY_ID_MEMBERAcciónUpdates a trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.
Parámetros de entrada
filestringBase64-encoded string of the new avatar image (e.g., PNG, JPEG). Although schema-optional, a valid image string is required for successful avatar update.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioAPI response from Trello, typically confirming the avatar update and providing new avatar details on success.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add member board backgroundTRELLO_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónAdds 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_ADD_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónAdds 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.
Parámetros de entrada
filestringThe image file to be uploaded for the board background. This is typically a file path or a URL accessible by the system performing the upload.
tilestringDetermines whether the background image should be tiled. Set to 'true' to tile the image or 'false' to display it as a single image.
idMemberstringObligatorioThe ID or username of the Trello member.
brightnessstringSpecifies the brightness of the background. Valid values are 'dark', 'light', or 'unknown'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add board star to memberTRELLO_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBERAcciónStars 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.
TRELLO_ADD_MEMBERS_BOARD_STARS_BY_ID_MEMBERAcciónStars 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.
Parámetros de entrada
posstringThe desired position for the new board star in the member's list of starred boards. Valid values are 'top', 'bottom', or a positive integer.
idBoardstringThe ID of the Trello board to be starred. The board must exist and be accessible to the specified member.
idMemberstringObligatorioThe ID or username of the Trello member for whom the board star will be added.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created board star.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add custom board background for a memberTRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónAdds a new custom board background for a specified trello member; the `file` parameter (image data) is required.
TRELLO_ADD_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónAdds a new custom board background for a specified trello member; the `file` parameter (image data) is required.
Parámetros de entrada
filestringBase64 encoded image data for the custom board background.
tilestringIndicates whether the custom board background image should be tiled. Set to 'true' to enable tiling, or 'false' to disable it.
idMemberstringObligatorioThe ID or username of the Trello member for whom the custom board background will be added.
brightnessstringSpecifies the brightness setting for the custom board background. Accepted values are 'dark', 'light', or 'unknown'.
Parámetros de salida
dataobjectObligatorioThe API response data, typically including details of the created custom board background.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add custom emoji for a memberTRELLO_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAcciónAdds 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.
TRELLO_ADD_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAcciónAdds 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.
Parámetros de entrada
filestringEmoji image file to upload. Must adhere to Trello's image format and size guidelines. Sent as multipart/form-data.
namestringUnique name for the custom emoji (2-64 characters).
idMemberstringObligatorioID or username of the member.
Parámetros de salida
dataobjectObligatorioAPI response from Trello: new custom emoji details on success, or error information on failure.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add custom sticker for memberTRELLO_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERAcciónUploads a custom sticker to a trello member's collection, if the member's plan allows custom stickers and respects associated limits.
TRELLO_ADD_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERAcciónUploads a custom sticker to a trello member's collection, if the member's plan allows custom stickers and respects associated limits.
Parámetros de entrada
filestringThe sticker file to upload. Trello recommends images to be 128x128 pixels for optimal display. Ensure the file format is supported by Trello (e.g., PNG, JPG).
idMemberstringObligatorioThe ID or username of the Trello member to whom the custom sticker will be added. The member must exist.
Parámetros de salida
dataobjectObligatorioThe response data containing details of the uploaded custom sticker.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add saved search for memberTRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERAcciónCreates a new saved search with a specified name, position, and query for a trello member.
TRELLO_ADD_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERAcciónCreates a new saved search with a specified name, position, and query for a trello member.
Parámetros de entrada
posstringObligatorioThe position of the saved search in the member's list of saved searches. Can be 'top', 'bottom', or a positive numerical value.
namestringObligatorioThe name for the saved search. Must be a non-empty string with at least one non-space character.
querystringObligatorioThe search query string to be saved. The string must have a length between 1 and 16384 characters.
idMemberstringObligatorioThe ID or username of the Trello member for whom the saved search will be created.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created saved search, such as its ID, name, query, and position.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark all notifications as readTRELLO_ADD_NOTIFICATIONS_ALL_READAcciónMarks all trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.
TRELLO_ADD_NOTIFICATIONS_ALL_READAcciónMarks all trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioProvides confirmation that all notifications have been successfully marked as read.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create organizationTRELLO_ADD_ORGANIZATIONSAcciónCreates 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_ADD_ORGANIZATIONSAcciónCreates a new trello organization (workspace) with a `displayname` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions).
Parámetros de entrada
descstringThe description for the organization. Max length: 16384 characters.
namestringThe unique, URL-friendly programmatic name for the organization. Must be lowercase, start with a letter, and contain only lowercase letters, numbers, and underscores. Max length: 16384 characters. If not provided, Trello will generate one based on the displayName.
websitestringThe URL of the organization's website. Must start with 'http://' or 'https://'. Can be null or an empty string if no website.
displayNamestringThe human-readable name for the organization. Min length: 1 character. Cannot begin or end with a space. This field is required.
prefs__permissionLevelstringThe default permission level for new boards created within the organization. Allowed values: 'private' or 'public'.
prefs__associatedDomainstringThe Google Workspace (formerly G Suite) domain to associate with the organization. This enables features like restricting membership to users from this domain.
prefs__googleAppsVersionstringThe version of Google Workspace integration. Allowed values: '1' or '2'.
prefs__orgInviteRestrictstringSpecifies restrictions on who can be invited to the organization, e.g., a comma-separated list of email domains ('@example.com,@mycompany.com') or specific email addresses. If not set, any Trello user can be invited.
prefs__externalMembersDisabledstringDetermines if external members (guests) are disabled for the organization. Set to 'true' to disable, 'false' to enable.
prefs__boardVisibilityRestrict__orgstringControls creation of organization-visible boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
prefs__boardVisibilityRestrict__publicstringControls creation of public boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
prefs__boardVisibilityRestrict__privatestringControls creation of private boards. Allowed values: 'admin' (only admins can create), 'none' (cannot be created), 'org' (any member can create).
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created organization.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add organization logoTRELLO_ADD_ORGANIZATIONS_LOGO_BY_ID_ORGAcciónSets or updates the logo for a trello organization; the provided image file must adhere to trello's format and size restrictions.
TRELLO_ADD_ORGANIZATIONS_LOGO_BY_ID_ORGAcciónSets or updates the logo for a trello organization; the provided image file must adhere to trello's format and size restrictions.
Parámetros de entrada
filestringBase64 encoded logo image. Behavior is API-dependent if omitted.
idOrgstringObligatorioID or unique name of the Trello organization.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Create new sessionTRELLO_ADD_SESSIONSAcciónCreates or updates a trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.
TRELLO_ADD_SESSIONSAcciónCreates or updates a trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.
Parámetros de entrada
statusstringSets the user's current activity status for the session.
idBoardstringThe ID of the Trello board to associate with this session for status updates.
Parámetros de salida
dataobjectResponse data from the session creation or update operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add token webhookTRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKENAcciónCreates 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.
TRELLO_ADD_TOKENS_WEBHOOKS_BY_TOKENAcciónCreates 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.
Parámetros de entrada
idModelstringID of the Trello model (e.g., board, list, card, member) to monitor.
callbackURLstringPublicly accessible URL for Trello to send POST notifications; must respond to an initial HEAD request for validation.
descriptionstringDescriptive name for the webhook (0-16384 characters).
Parámetros de salida
dataobjectObligatorioFull details of the created webhook, including its ID, description, callbackURL, and idModel.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add boardTRELLO_BOARD_CREATE_BOARDAcción<<deprecated: this action is deprecated. please use 'add boards' instead.>> creates a new trello board, requiring the 'name' parameter.
TRELLO_BOARD_CREATE_BOARDAcción<<deprecated: this action is deprecated. please use 'add boards' instead.>> creates a new trello board, requiring the 'name' parameter.
Parámetros de entrada
descstringDescription for the Trello board (0-16384 characters).
namestringName for the new Trello board (1-16384 characters). This field is required for board creation.
closedstringWhether the board should be immediately archived (closed).
powerUpsstringPower-Ups to enable (e.g., 'calendar,voting', 'all'; valid: 'calendar', 'cardAging', 'recap', 'voting').
subscribedstringWhether the creator is automatically subscribed to the board.
prefs_votingstringWho can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_voting'.
idBoardSourcestringID of an existing Trello board to use as a template.
prefs__votingstringWho can vote on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs/voting'.
idOrganizationstringID or name of the Trello Workspace (formerly Organization) for this board.
keepFromSourcestringComponents to copy if 'idBoardSource' is used (e.g., 'cards,labels', 'all'; valid: 'cards', 'lists', 'checklists', 'stickers', 'members', 'customFields', 'prefs', 'labels').
prefs_commentsstringWho can comment on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs_comments'.
prefs_selfJoinstringWhether Workspace members can join the board themselves; corresponds to API parameter 'prefs_selfJoin'.
labelNames__redstringName for the red label (0-16384 characters); corresponds to API parameter 'labelNames/red'.
prefs__commentsstringWho can comment on cards ('disabled', 'members', 'observers', 'org', 'public'); corresponds to API parameter 'prefs/comments'.
prefs__selfJoinstringWhether Workspace members can join the board themselves; corresponds to API parameter 'prefs/selfJoin'.
prefs_cardAgingstringCard aging style ('pirate' or 'regular'); corresponds to API parameter 'prefs_cardAging'.
labelNames__bluestringName for the blue label (0-16384 characters); corresponds to API parameter 'labelNames/blue'.
prefs__cardAgingstringCard aging style ('pirate' or 'regular'); corresponds to API parameter 'prefs/cardAging'.
prefs_backgroundstringBoard background (standard name, custom ID, or hex code; 0-16384 characters); corresponds to API parameter 'prefs_background'.
prefs_cardCoversstringWhether card covers are shown; corresponds to API parameter 'prefs_cardCovers'.
labelNames__greenstringName for the green label (0-16384 characters); corresponds to API parameter 'labelNames/green'.
prefs__backgroundstringBoard background (standard name like 'blue', 'pink', or custom ID); corresponds to API parameter 'prefs/background'.
prefs__cardCoversstringWhether card covers are shown; corresponds to API parameter 'prefs/cardCovers'.
prefs_invitationsstringWho can invite to the board ('admins' or 'members'); corresponds to API parameter 'prefs_invitations'.
labelNames__orangestringName for the orange label (0-16384 characters); corresponds to API parameter 'labelNames/orange'.
labelNames__purplestringName for the purple label (0-16384 characters); corresponds to API parameter 'labelNames/purple'.
labelNames__yellowstringName for the yellow label (0-16384 characters); corresponds to API parameter 'labelNames/yellow'.
prefs__invitationsstringWho can invite to the board ('admins' or 'members'); corresponds to API parameter 'prefs/invitations'.
prefs_permissionLevelstringBoard visibility and permission level ('org', 'private', 'public'); corresponds to API parameter 'prefs_permissionLevel'.
prefs__permissionLevelstringBoard visibility and permission level ('org', 'private', 'public'); corresponds to API parameter 'prefs/permissionLevel'.
prefs__calendarFeedEnabledstringWhether the calendar feed is enabled; corresponds to API parameter 'prefs/calendarFeedEnabled'.
Parámetros de salida
dataobjectObligatorioDetails of the newly created Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards by filter from boardTRELLO_BOARD_FILTER_CARDS_BY_ID_BOARDAcciónDeprecated: use `get boards cards by id board by filter`. retrieves cards from a trello board using a filter.
TRELLO_BOARD_FILTER_CARDS_BY_ID_BOARDAcciónDeprecated: use `get boards cards by id board by filter`. retrieves cards from a trello board using a filter.
Parámetros de entrada
filterstringObligatorioFilter for retrieving cards. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
idBoardstringObligatorioUnique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioAPI response containing a list of card objects from the board matching the filter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by idTRELLO_BOARD_GET_BY_IDAcciónFetches comprehensive details for a specific trello board by its id; this is a read-only action. <<DEPRECATED use get_boards_by_id_board>>
TRELLO_BOARD_GET_BY_IDAcciónFetches comprehensive details for a specific trello board by its id; this is a read-only action. <<DEPRECATED use get_boards_by_id_board>>
Parámetros de entrada
cardsstringFilters the cards to be returned. Valid values: 'all', 'closed', 'none', 'open', or 'visible'.
listsstringFilters the lists on the board to be returned. Valid values: 'all', 'closed', 'none', or 'open'.
fieldsstringSpecifies the fields to return for the board object itself. Use 'all' or a comma-separated list. Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
labelsstringFilters the labels to be returned. Valid values: 'all' or 'none'.
actionsstringFilters the actions to be returned. Specify 'all' or provide a comma-separated list of action types. Valid types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
idBoardstringObligatorioThe unique identifier of the Trello board.
membersstringFilters the members of the board to be returned. Valid values: 'admins', 'all', 'none', 'normal', or 'owners'.
myPrefsstringDetermines whether to include the current user's preferences for this board. Set to 'true' or 'false'.
boardStarsstringFilters board stars. Valid values: 'mine' (stars by the current user) or 'none'.
checklistsstringFilters board-level checklists to be returned. Valid values: 'all' or 'none'.
card_fieldsstringSpecifies the fields to return for card objects. Use 'all' or a comma-separated list. Valid fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
list_fieldsstringSpecifies the fields to return for list objects. Use 'all' or a comma-separated list: closed, idBoard, name, pos, subscribed.
membershipsstringFilters board memberships to return. Use 'all' or a comma-separated list of types: active, admin, deactivated, me, normal.
label_fieldsstringSpecifies the fields to return for label objects. Use 'all' or a comma-separated list: color, idBoard, name, uses.
labels_limitstringThe maximum number of labels to return, ranging from 0 to 1000.
organizationstringDetermines whether to include the organization object to which the board belongs. Set to 'true' or 'false'.
action_fieldsstringSpecifies the fields to return for action objects. Use 'all' or a comma-separated list of fields: data, date, idMemberCreator, type.
action_memberstringDetermines whether to include the member object within actions. Set to 'true' or 'false'.
actions_limitstringThe maximum number of actions to return, ranging from 0 to 1000.
actions_sincestringFilters actions to those that occurred after a specific date (ISO 8601 format), or 'lastView'. Use null for no date filtering.
card_stickersstringDetermines whether to include stickers on cards. Set to 'true' or 'false'.
member_fieldsstringSpecifies fields for member objects. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
actions_formatstringSpecifies the format for returned actions. Valid values: 'count', 'list', or 'minimal'.
membersInvitedstringFilters invited members of the board. Valid values: 'admins', 'all', 'none', 'normal', or 'owners'.
actions_displaystringDetermines whether to return display objects for actions. Set to 'true' or 'false'.
card_checklistsstringFilters the checklists on cards to be returned. Valid values: 'all' or 'none'.
actions_entitiesstringDetermines whether to return entity objects for actions. Set to 'true' or 'false'.
card_attachmentsstringDetermines whether to include card attachments. Set to 'true', 'false', or 'cover' (for only card cover attachments).
checklist_fieldsstringSpecifies fields for board-level checklist objects. Use 'all' or a comma-separated list: idBoard, idCard, name, pos.
memberships_memberstringDetermines whether to include member objects within memberships. Set to 'true' or 'false'.
organization_fieldsstringSpecifies fields for the organization object. Use 'all' or a comma-separated list. Valid fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
action_memberCreatorstringDetermines whether to include the member creator object within actions. Set to 'true' or 'false'.
action_member_fieldsstringSpecifies the fields to return for member objects within actions. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
membersInvited_fieldsstringSpecifies fields for invited member objects. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
card_attachment_fieldsstringSpecifies the fields to return for card attachment objects. Use 'all' or a comma-separated list. Valid fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
organization_membershipsstringFilters organization memberships to return. Use 'all' or a comma-separated list: active, admin, deactivated, me, normal.
memberships_member_fieldsstringSpecifies fields for member objects within memberships. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
action_memberCreator_fieldsstringSpecifies the fields to return for member creator objects within actions. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the comprehensive details of the retrieved Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards by board IDTRELLO_BOARD_GET_CARDS_BY_ID_BOARDAcciónDeprecated (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.
TRELLO_BOARD_GET_CARDS_BY_ID_BOARDAcciónDeprecated (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.
Parámetros de entrada
limitstringThe maximum number of cards to return. Must be a number between 1 and 1000, inclusive.
sincestringA date in ISO 8601 format. Only cards updated after this date will be returned. Use 'null' for no restriction.
beforestringA date in ISO 8601 format. Only cards updated before this date will be returned. Use 'null' for no restriction.
fieldsstringA comma-separated list of card fields to be returned. Use 'all' to include all fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
filterstringFilters the cards to return. Valid values are 'all', 'closed', 'none', 'open', or 'visible'.
actionsstringA comma-separated list of action types to be returned. Use 'all' to include all action types. Valid action types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
idBoardstringObligatorioThe ID of the Trello board from which to retrieve cards.
membersstringDetermines whether members should be returned. Valid values are 'true' or 'false'.
stickersstringDetermines whether stickers should be returned. Valid values are 'true' or 'false'.
checklistsstringDetermines which checklists to return. Valid values are 'all' or 'none'.
attachmentsstringDetermines whether attachments should be returned. Can be 'true', 'false', or 'cover' (to return only card cover attachments).
member_fieldsstringA comma-separated list of member fields to be returned. Use 'all' to include all fields. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
checkItemStatesstringDetermines whether check item states should be returned. Valid values are 'true' or 'false'.
attachment_fieldsstringA comma-separated list of attachment fields to be returned. Use 'all' to include all fields. Valid fields include: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, or url.
Parámetros de salida
dataobjectObligatorioA list of card objects, each containing details according to the specified 'fields' parameter. The structure of each card object depends on the fields requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board's listsTRELLO_BOARD_GET_LISTS_BY_ID_BOARDAcciónDeprecated: retrieves lists from a specified trello board; use `get boards lists by id board`.
TRELLO_BOARD_GET_LISTS_BY_ID_BOARDAcciónDeprecated: retrieves lists from a specified trello board; use `get boards lists by id board`.
Parámetros de entrada
cardsstringDetermines which cards should be returned within the lists. Valid values are 'all', 'closed', 'none', 'open', or 'visible'.
fieldsstringSpecifies the fields of the lists to be returned. Use 'all' for all fields, or provide a comma-separated list of specific fields. Valid fields include: closed, idBoard, name, pos, or subscribed.
filterstringFilters the lists to be returned based on their status. Valid values are 'all', 'closed', 'none', or 'open'.
idBoardstringObligatorioThe unique identifier of the Trello board from which to retrieve lists.
card_fieldsstringSpecifies the fields of cards to be returned if the 'cards' parameter is not 'none'. Use 'all' for all fields, or provide a comma-separated list of specific fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add cardTRELLO_CARD_CREATE_AND_UPDATEAcción(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.
TRELLO_CARD_CREATE_AND_UPDATEAcción(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.
Parámetros de entrada
duestringDue date for the card (date string or 'null' to remove).
posstringPosition in list: 'top', 'bottom', or a positive float.
descstringCard description (0-16384 characters).
namestringName for the new card; required unless `idCardSource` or `urlSource` is used.
closedstringArchive (close) the card. Valid values: 'true', 'false'.
idListstringRequired ID of the list to add the card to.
labelsstringComma-separated label colors (e.g., 'blue', 'green') or 'all' for default labels.
idBoardstringID of the board to move the card to; if specified, `idList` must be on this board.
idLabelsstringComma-separated list of label IDs (24-char hex) to add.
idMembersstringComma-separated list of member IDs (24-char hex) to assign.
urlSourcestringURL (http:// or https://) to attach; if a Trello card URL, copies that card. Use 'null' if not needed.
fileSourcestringBinary data of a file to attach.
subscribedstringSubscribe user to the card. Valid values: 'true', 'false'.
idCardSourcestringID of an existing card to copy.
keepFromSourcestringIf using `idCardSource`, properties to copy: 'all' or comma-separated (e.g., 'attachments', 'checklists', 'due').
idAttachmentCoverstringID of an image attachment on this card for its cover, or 'null' for no cover.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card by IDTRELLO_CARD_GET_BY_IDAcciónDeprecated: use `get cards by id card`. retrieves a trello card by id/shortlink, with options for related data.
TRELLO_CARD_GET_BY_IDAcciónDeprecated: use `get cards by id card`. retrieves a trello card by id/shortlink, with options for related data.
Parámetros de entrada
liststringInclude data for the card's list. Use 'true' or 'false'.
boardstringInclude data for the card's board. Use 'true' or 'false'.
fieldsstringFields for the card: 'all' or comma-separated (e.g., 'name,desc'). Valid: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
idCardstringObligatorioThe unique identifier (ID) or short link of the Trello card.
actionsstringActions to return: 'all' or a comma-separated list of types (e.g., 'addAttachmentToCard', 'commentCard', 'updateCard'). For a complete list of types, consult the Trello API documentation.
membersstringInclude member data. Use 'true' or 'false'.
stickersstringInclude sticker data. Use 'true' or 'false'.
checklistsstringInclude checklists: 'all' or 'none'.
attachmentsstringInclude attachments: 'true' (all), 'false' (none), or 'cover' (card cover only).
list_fieldsstringFields for the list: 'all' or comma-separated (e.g., 'name,pos'). Valid: closed, idBoard, name, pos, subscribed.
board_fieldsstringFields for the board: 'all' or comma-separated (e.g., 'name,desc'). Valid: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
membersVotedstringInclude data for members who voted. Use 'true' or 'false'.
action_fieldsstringFields for actions: 'all' or comma-separated (e.g., 'data,date'). Valid: data, date, idMemberCreator, type.
actions_limitstringMaximum actions to return (0-1000).
member_fieldsstringFields for members: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
sticker_fieldsstringFields for stickers: 'all' or comma-separated (e.g., 'image,left'). Valid: image, imageScaled, imageUrl, left, rotate, top, zIndex.
actions_displaystringReturn display-friendly action data. Use 'true' or 'false'.
checkItemStatesstringInclude check item states. Use 'true' or 'false'.
actions_entitiesstringInclude entities (e.g., card, board, member) for actions. Use 'true' or 'false'.
checklist_fieldsstringFields for checklists: 'all' or comma-separated (e.g., 'idBoard,name'). Valid: idBoard, idCard, name, pos.
attachment_fieldsstringFields for attachments: 'all' or comma-separated (e.g., 'bytes,date'). Valid: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
memberVoted_fieldsstringFields for members who voted: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
checkItemState_fieldsstringFields for check item states: 'all' or comma-separated (e.g., 'idCheckItem,state'). Valid: idCheckItem, state.
action_memberCreator_fieldsstringFields for the action creator: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the detailed information of the retrieved Trello card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card field by idTRELLO_CARD_GET_BY_ID_FIELDAcción(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a trello card.
TRELLO_CARD_GET_BY_ID_FIELDAcción(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a trello card.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the card. Valid values include standard card fields like 'name', 'desc', 'due', 'closed', 'idBoard', 'idList', 'pos', 'shortUrl', 'url', 'subscribed', as well as custom fields.
idCardstringObligatorioThe ID or short link of the Trello card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card attributesTRELLO_CARD_UPDATE_BY_ID_CARDAcciónUpdates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. <<DEPRECATED use update_cards_by_id_card>>
TRELLO_CARD_UPDATE_BY_ID_CARDAcciónUpdates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. <<DEPRECATED use update_cards_by_id_card>>
Parámetros de entrada
duestringThe new due date for the card, in ISO 8601 format, or 'null' to remove the due date.
posstringThe new position of the card within its list. Can be 'top', 'bottom', or a positive floating-point number. Higher numbers are further down the list.
descstringThe new description for the card. String length must be from 0 to 16384 characters.
namestringThe new name for the card. Required if not copying the name from `idCardSource`, `fileSource`, or `urlSource`.
closedstringDetermines whether the card should be archived (closed). Set to 'true' to archive, 'false' to unarchive.
idCardstringObligatorioThe ID or shortLink of the card to update.
idListstringThe ID of the list to move the card to.
labelsstringComma-separated list of label colors (e.g., 'green,yellow,red') to apply, overwriting existing labels. Use 'idLabels' for more precise control. 'all' may add all available label colors.
idBoardstringThe ID of the board to move the card to. If `idList` is also provided, the card will be moved to that list on the new board.
idLabelsstringComma-separated list of label IDs to apply, replacing existing labels. To preserve existing labels, fetch current `idLabels`, append new ones, and submit the combined list.
idMembersstringComma-separated list of member IDs to assign, replacing existing members. To preserve existing members, fetch current `idMembers`, append new ones, and submit the combined list.
urlSourcestringA URL to be attached to the card (e.g., a link to an external resource). If the card is being created from a URL (e.g. via a bookmarklet), this will be the source URL. Set to 'null' or an empty string to remove an existing attachment link created this way.
fileSourcestringThe URL of a file to be attached to the card. Trello will fetch and attach the file from this URL.
subscribedstringDetermines whether the user is subscribed to the card. Set to 'true' to subscribe, 'false' to unsubscribe.
idCardSourcestringThe ID of a card to copy properties from. Requires `keepFromSource` to be specified.
keepFromSourcestringIf `idCardSource` is specified, this is a comma-separated list of properties to copy from the source card. Valid values are 'all', or any combination of 'attachments', 'checklists', 'comments', 'customFields', 'due', 'labels', 'members', 'pluginData', 'stickers'.
idAttachmentCoverstringThe ID of an existing image attachment to be used as the card cover. Use 'null' or an empty string to remove the cover.
Parámetros de salida
dataobjectObligatorioThe full card object as a JSON response after the update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card list IDTRELLO_CARD_UPDATE_ID_LIST_BY_ID_CARDAcciónDeprecated: moves a trello card to a different list on the same board. use `update cards id list by id card` instead.
TRELLO_CARD_UPDATE_ID_LIST_BY_ID_CARDAcciónDeprecated: moves a trello card to a different list on the same board. use `update cards id list by id card` instead.
Parámetros de entrada
valuestringThe ID of the target list to move the card to. This ID uniquely identifies the list within the Trello board (e.g., `5f7704097d4d9b4c...`).
idCardstringObligatorioThe ID or short link of the card to be moved. Card IDs can be short (e.g., `FY2OWrnc`) or long (e.g., `571d07b591c8b68aeb4f6acc`).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card positionTRELLO_CARD_UPDATE_POS_BY_ID_CARDAcciónUpdates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.<<DEPRECATED use update_cards_pos_by_id_card>>
TRELLO_CARD_UPDATE_POS_BY_ID_CARDAcciónUpdates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.<<DEPRECATED use update_cards_pos_by_id_card>>
Parámetros de entrada
valuestringNew position for the card: 'top', 'bottom', or a positive integer (1-indexed).
idCardstringObligatorioID or shortLink of the Trello card to move.
Parámetros de salida
dataobjectObligatorioFull JSON representation of the moved card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Convert checklist item to cardTRELLO_CONVERT_CHECKLIST_ITEM_TO_CARDAcciónConverts 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.
TRELLO_CONVERT_CHECKLIST_ITEM_TO_CARDAcciónConverts 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.
Parámetros de entrada
idCardstringObligatorioThe ID or short link of the card containing the checklist and the item to be converted.
idCheckItemstringObligatorioThe ID of the checklist item that will be converted into a new card.
idCheckliststringObligatorioThe ID of the checklist that contains the specific item to be converted to a card.
Parámetros de salida
dataobjectObligatorioA dictionary containing the properties of the newly created Trello card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete action by idTRELLO_DELETE_ACTIONS_BY_ID_ACTIONAcciónDeletes 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.
TRELLO_DELETE_ACTIONS_BY_ID_ACTIONAcciónDeletes 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.
Parámetros de entrada
idActionstringObligatorioThe ID of the Trello action to be deleted (typically a 24-character hexadecimal string).
Parámetros de salida
dataobjectObligatorioTypically an empty dictionary on successful deletion, or may contain error details if deletion fails.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member from boardTRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERAcciónPermanently removes a current member from a trello board, revoking their access; this action is irreversible.
TRELLO_DELETE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERAcciónPermanently removes a current member from a trello board, revoking their access; this action is irreversible.
Parámetros de entrada
idBoardstringObligatorioThe ID of the board from which the member will be removed.
idMemberstringObligatorioThe ID of the member to remove from the board.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete Power-Up from boardTRELLO_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_POWER_UPAcciónDisables 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.
TRELLO_DELETE_BOARDS_POWER_UPS_BY_ID_BOARD_BY_POWER_UPAcciónDisables 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.
Parámetros de entrada
idBoardstringObligatorioThe unique identifier of the Trello board from which the Power-Up will be removed. This is typically a 24-character hexadecimal string.
powerUpstringObligatorioThe plugin ID of the Power-Up to be removed from the board. Each Power-Up has a unique plugin ID.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card action commentTRELLO_DELETE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTIONAcciónDeletes a specific comment action (identified by `idaction`) from a trello card (identified by `idcard`); this operation is irreversible and only affects comments.
TRELLO_DELETE_CARDS_ACTIONS_COMMENTS_BY_ID_CARD_BY_ID_ACTIONAcciónDeletes a specific comment action (identified by `idaction`) from a trello card (identified by `idcard`); this operation is irreversible and only affects comments.
Parámetros de entrada
idCardstringObligatorioThe ID or shortLink of the Trello card from which the comment will be deleted.
idActionstringObligatorioThe ID of the comment action to be deleted. This identifies the specific comment within the card's activity.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. For a successful deletion, this is typically an empty object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card attachmentTRELLO_DELETE_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTAcciónPermanently removes a specified attachment from a trello card; this action is irreversible and requires that both the card and the attachment exist.
TRELLO_DELETE_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTAcciónPermanently removes a specified attachment from a trello card; this action is irreversible and requires that both the card and the attachment exist.
Parámetros de entrada
idCardstringObligatorioThe ID or short link of the card from which the attachment will be deleted. Card IDs can be short (e.g., 'FY2OWrnc') or long (e.g., '571d07b591c8b68aeb4f6acc').
idAttachmentstringObligatorioThe ID of the attachment to be deleted from the card. This is a unique identifier for the attachment.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card by IDTRELLO_DELETE_CARDS_BY_ID_CARDAcciónPermanently deletes an archived trello card specified by its `idcard`.
TRELLO_DELETE_CARDS_BY_ID_CARDAcciónPermanently deletes an archived trello card specified by its `idcard`.
Parámetros de entrada
idCardstringObligatorioThe ID or shortLink of the card to be deleted. The card ID is a long alphanumeric string, while the shortLink is a shorter, unique identifier used in card URLs.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card checklistTRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLISTAcciónPermanently deletes a specific checklist from a trello card.
TRELLO_DELETE_CARDS_CHECKLISTS_BY_ID_CARD_BY_ID_CHECKLISTAcciónPermanently deletes a specific checklist from a trello card.
Parámetros de entrada
idCardstringObligatorioThe ID or shortLink of the card from which the checklist will be deleted. The card must exist.
idCheckliststringObligatorioThe ID of the checklist to delete. The checklist must exist on the specified card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove label from cardTRELLO_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABELAcciónRemoves a specific label from a trello card; the label itself is not deleted from the board, only its association with the card.
TRELLO_DELETE_CARDS_ID_LABELS_BY_ID_CARD_BY_ID_LABELAcciónRemoves a specific label from a trello card; the label itself is not deleted from the board, only its association with the card.
Parámetros de entrada
idCardstringObligatorioThe ID or short link of the card from which the label will be removed.
idLabelstringObligatorioThe ID of the label to be removed from the card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove member from cardTRELLO_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBERAcciónRemoves 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_DELETE_CARDS_ID_MEMBERS_BY_ID_CARD_BY_ID_MEMBERAcciónRemoves 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.
Parámetros de entrada
idCardstringObligatorioThe ID or shortLink of the card from which the member will be removed.
idMemberstringObligatorioThe ID of the member to be unassigned from the card.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. Upon successful removal, this is typically an empty object or a confirmation from Trello.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card label by colorTRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_BY_COLORAcciónPermanently 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.
TRELLO_DELETE_CARDS_LABELS_BY_ID_CARD_BY_COLORAcciónPermanently 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.
Parámetros de entrada
colorstringObligatorioThe specific color of the label to remove from the card. Standard Trello label colors are used (e.g., 'red', 'blue').
idCardstringObligatorioThe ID or short link of the Trello card.
Parámetros de salida
dataobjectObligatorioTrello API response, usually empty or with minimal data upon successful deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member vote from cardTRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBERAcciónRemoves a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
TRELLO_DELETE_CARDS_MEMBERS_VOTED_BY_ID_CARD_BY_ID_MEMBERAcciónRemoves a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
Parámetros de entrada
idCardstringObligatorioThe ID or shortLink of the Trello card from which the member's vote will be removed.
idMemberstringObligatorioThe unique ID of the Trello member whose vote will be removed from the card.
Parámetros de salida
dataobjectObligatorioThe response from the Trello API, typically an empty object or a confirmation upon successful vote removal.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete card stickerTRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónPermanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).
TRELLO_DELETE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónPermanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).
Parámetros de entrada
idCardstringObligatorioID or short link of the card.
idStickerstringObligatorioID of the sticker to remove.
Parámetros de salida
dataobjectObligatorioThe response data, usually an empty object for successful deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete checklist itemTRELLO_DELETE_CHECKLIST_ITEMAcciónPermanently 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.
TRELLO_DELETE_CHECKLIST_ITEMAcciónPermanently 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.
Parámetros de entrada
idCheckItemstringObligatorioThe ID of the check item to be deleted.
idCheckliststringObligatorioThe ID of the checklist that contains the check item to be deleted.
Parámetros de salida
dataobjectAn empty dictionary indicating the successful deletion of the check item.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete checklist by idTRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLISTAcciónPermanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.
TRELLO_DELETE_CHECKLISTS_BY_ID_CHECKLISTAcciónPermanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.
Parámetros de entrada
idCheckliststringObligatorioThe ID of the checklist to be deleted.
Parámetros de salida
dataobjectObligatorioThe response typically returns an empty object or a confirmation upon successful deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete label by idTRELLO_DELETE_LABELS_BY_ID_LABELAcciónPermanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.
TRELLO_DELETE_LABELS_BY_ID_LABELAcciónPermanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.
Parámetros de entrada
idLabelstringObligatorioThe unique identifier of the label to be deleted.
Parámetros de salida
dataobjectObligatorioThe response data from the Trello API. For a successful deletion, this field typically contains an empty object or a minimal success confirmation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member board backgroundTRELLO_DELETE_MEMBER_BOARD_BACKGROUNDAcciónPermanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.
TRELLO_DELETE_MEMBER_BOARD_BACKGROUNDAcciónPermanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.
Parámetros de entrada
idMemberstringObligatorioID or username of the Trello member; 'me' refers to the authenticated user.
idBoardBackgroundstringObligatorioID of the custom board background to delete.
Parámetros de salida
dataobjectObligatorioConfirmation from Trello; typically an empty JSON object for successful deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member custom stickerTRELLO_DELETE_MEMBER_CUSTOM_STICKERAcciónDeletes 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.
TRELLO_DELETE_MEMBER_CUSTOM_STICKERAcciónDeletes 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.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member.
idCustomStickerstringObligatorioThe ID of the custom sticker to be deleted from the member's collection.
Parámetros de salida
dataobjectObligatorioA dictionary, typically empty or containing a confirmation upon successful deletion. In case of an error, it will contain error details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member saved searchTRELLO_DELETE_MEMBER_SAVED_SEARCHAcciónPermanently deletes a specific saved search for a trello member, used when the search is outdated or no longer needed.
TRELLO_DELETE_MEMBER_SAVED_SEARCHAcciónPermanently deletes a specific saved search for a trello member, used when the search is outdated or no longer needed.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member whose saved search is to be deleted.
idSavedSearchstringObligatorioThe ID of the specific saved search to be deleted.
Parámetros de salida
dataobjectObligatorioA dictionary representing the outcome of the deletion. Upon successful deletion, Trello typically returns an object like `{"_value":null}`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member board starTRELLO_DELETE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARAcciónRemoves 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.
TRELLO_DELETE_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARAcciónRemoves 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.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member.
idBoardStarstringObligatorioThe ID of the board star. This uniquely identifies the 'starred' relationship between the member and a board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. For a successful deletion, this is often an empty object or a simple confirmation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete organization by idTRELLO_DELETE_ORGANIZATIONS_BY_ID_ORGAcciónPermanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.
TRELLO_DELETE_ORGANIZATIONS_BY_ID_ORGAcciónPermanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization.
Parámetros de salida
dataobjectObligatorioA dictionary confirming the deletion. Often empty upon successful execution.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete organization logo by idTRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORGAcciónDeletes an existing trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.
TRELLO_DELETE_ORGANIZATIONS_LOGO_BY_ID_ORGAcciónDeletes an existing trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.
Parámetros de entrada
idOrgstringObligatorioThe ID or custom URL name of the Trello organization whose logo is to be deleted. This can be the organization's short ID or its registered name.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response from Trello, typically confirming the successful deletion of the organization's logo. It might be an empty object or contain a success indicator.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete member from organizationTRELLO_DELETE_ORGANIZATIONS_MEMBERS_ALL_BY_ID_ORG_BY_ID_MEMBERAcciónRemoves 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.
TRELLO_DELETE_ORGANIZATIONS_MEMBERS_ALL_BY_ID_ORG_BY_ID_MEMBERAcciónRemoves 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.
Parámetros de entrada
idOrgstringObligatorioThe ID or short name (slug) of the organization.
idMemberstringObligatorioThe ID of the member to remove from the organization.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete organization member by IDsTRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERAcciónPermanently 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.
TRELLO_DELETE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERAcciónPermanently 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.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization from which the member will be removed.
idMemberstringObligatorioThe ID of the member to be removed from the organization.
Parámetros de salida
dataobjectObligatorioResponse data from the API, typically an empty object for successful deletion or a confirmation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete org invite restrictionTRELLO_DELETE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGAcciónRemoves a previously set email domain invitation restriction for a trello organization.
TRELLO_DELETE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGAcciónRemoves a previously set email domain invitation restriction for a trello organization.
Parámetros de entrada
idOrgstringObligatorioThe unique identifier (ID) or name of the Trello organization.
valuestringObligatorioThe email domain (e.g., 'trello.com', 'example.org') to remove from the organization's invitation restrictions.
Parámetros de salida
dataobjectObligatorioThe API response from Trello. Upon successful deletion of the invitation restriction, this is typically an empty object or a confirmation message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete org associated domainTRELLO_DELETE_ORG_ASSOCIATED_DOMAINAcciónIrreversibly 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.
TRELLO_DELETE_ORG_ASSOCIATED_DOMAINAcciónIrreversibly 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.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization. If using the name, provide the short, URL-friendly version (e.g., 'trelloorg' for an organization accessible at trello.com/trelloorg).
Parámetros de salida
dataobjectObligatorioA dictionary confirming the outcome of the deletion. For a successful operation, this often contains a minimal response, such as `{"_value": null}` or an empty object, as the endpoint primarily executes the deletion without returning detailed data.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete tokenTRELLO_DELETE_TOKENS_BY_TOKENAcciónDeletes 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.
TRELLO_DELETE_TOKENS_BY_TOKENAcciónDeletes 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.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete token webhook by idTRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKAcciónDeletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
TRELLO_DELETE_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKAcciónDeletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
Parámetros de entrada
idWebhookstringObligatorioThe unique identifier of the existing webhook to be deleted.
Parámetros de salida
dataobjectObligatorioResponse data from Trello, typically an empty object or a minimal confirmation (e.g. `{"_value":null}`) on successful webhook deletion.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Delete webhook by idTRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOKAcciónPermanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
TRELLO_DELETE_WEBHOOKS_BY_ID_WEBHOOKAcciónPermanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
Parámetros de entrada
idWebhookstringObligatorioThe unique identifier of the webhook to be deleted. This ID is obtained when the webhook is created.
Parámetros de salida
dataobjectObligatorioThe response data from the Trello API. A successful deletion typically returns an empty JSON object (e.g., {}). If the deletion fails, this field may contain error details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Dismiss member messageTRELLO_DISMISS_MEMBER_MESSAGEAcciónDismisses a specific one-time message for an existing trello member, preventing it from being displayed again.
TRELLO_DISMISS_MEMBER_MESSAGEAcciónDismisses a specific one-time message for an existing trello member, preventing it from being displayed again.
Parámetros de entrada
valuestringThe type of one-time message to dismiss. This is a string identifier for the message. Specific message types are not explicitly documented by Trello, but generally refer to informational pop-ups or banners.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by action idTRELLO_GET_ACTIONS_BOARD_BY_ID_ACTIONAcciónRetrieves details for the trello board associated with a specific action id, returning board information only.
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTIONAcciónRetrieves details for the trello board associated with a specific action id, returning board information only.
Parámetros de entrada
fieldsstringBoard fields to return: 'all', or a comma-separated list of field names. Allowed values: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idActionstringObligatorioID of the Trello action to retrieve its associated board.
Parámetros de salida
dataobjectObligatorioDetails of the board associated with the action.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action's board fieldTRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELDAcciónRetrieves a specified `field` from the trello board associated with the provided trello `idaction`.
TRELLO_GET_ACTIONS_BOARD_BY_ID_ACTION_BY_FIELDAcciónRetrieves a specified `field` from the trello board associated with the provided trello `idaction`.
Parámetros de entrada
fieldstringObligatorioThe specific board field to retrieve. All board fields are valid options.
idActionstringObligatorioThe ID of the Trello action. This action is used to identify the board from which a specific field will be retrieved.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action by IDTRELLO_GET_ACTIONS_BY_ID_ACTIONAcciónRetrieves detailed information about a specific trello action by its id.
TRELLO_GET_ACTIONS_BY_ID_ACTIONAcciónRetrieves detailed information about a specific trello action by its id.
Parámetros de entrada
fieldsstringSpecifies which fields to include in the response. Use 'all' or a comma-separated list of: 'data', 'date', 'idMemberCreator', or 'type'.
memberstringDetermines whether to include member details.
displaystringDetermines whether to include display-related information.
entitiesstringDetermines whether to include related entities in the response.
idActionstringObligatorioThe ID of the action to retrieve.
memberCreatorstringDetermines whether to include details of the member who created the action.
member_fieldsstringSpecifies which member fields to include. Use 'all' or a comma-separated list of: 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', or 'username'.
memberCreator_fieldsstringSpecifies which fields of the member creator to include. Use 'all' or a comma-separated list of: 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', or 'username'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the action's details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action field by idTRELLO_GET_ACTIONS_BY_ID_ACTION_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves the value of a specific field (e.g., 'data', 'date', 'type') from a trello action using its unique id.
Parámetros de entrada
fieldstringObligatorioThe specific field of the action to retrieve (e.g., 'data', 'date', 'type'). Only one field can be retrieved per request. Consult Trello API documentation for valid action field names.
idActionstringObligatorioThe unique identifier of the Trello action.
Parámetros de salida
dataobjectObligatorioA dictionary representing the fetched field's value. If the field itself is an object (e.g., the 'data' field of an action), this dictionary will directly represent that object. If the field is a scalar type (e.g., a string like 'type' or 'date'), it will be wrapped within this dictionary (e.g., `{"_value": "scalar_value"}`).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card by action IDTRELLO_GET_ACTIONS_CARD_BY_ID_ACTIONAcciónRetrieves trello card details for a given `idaction`, which must be an action specifically linked to a card; returns only card data, not action details.
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTIONAcciónRetrieves trello card details for a given `idaction`, which must be an action specifically linked to a card; returns only card data, not action details.
Parámetros de entrada
fieldsstringComma-separated card fields to return, or 'all'. Allowed values: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
idActionstringObligatorioIdentifier of a Trello action that must be related to a card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action's card fieldTRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELDAcciónRetrieves a specific field from the trello card associated with the given action id.
TRELLO_GET_ACTIONS_CARD_BY_ID_ACTION_BY_FIELDAcciónRetrieves a specific field from the trello card associated with the given action id.
Parámetros de entrada
fieldstringObligatorioThe specific field of the card (e.g., `name`, `desc`, `idList`) to retrieve for the card associated with the specified action.
idActionstringObligatorioID of the Trello action whose associated card's field is to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the value of the requested card field. Typically, this is a simple object with a `_value` key holding the field's content (e.g., `{"_value": "Card Name"}`).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action display by IDTRELLO_GET_ACTIONS_DISPLAY_BY_ID_ACTIONAcciónRetrieves 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_ACTIONAcciónRetrieves 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.
Parámetros de entrada
idActionstringObligatorioThe unique identifier of the Trello action for which display information is to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the display-related information for the specified action. The structure of this dictionary can vary depending on the action type and may include formatted text, HTML, or other display-centric data.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action entities by idTRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTIONAcciónRetrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.
TRELLO_GET_ACTIONS_ENTITIES_BY_ID_ACTIONAcciónRetrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.
Parámetros de entrada
idActionstringObligatorioThe ID of the Trello action to retrieve entities for, e.g., '592f11060f95a3d3d46a987a'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the entities associated with the action. The keys are the entity types (e.g., 'board', 'card', 'list', 'memberCreator') and the values are objects containing details about each entity.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get an action's listTRELLO_GET_ACTIONS_LIST_BY_ID_ACTIONAcciónRetrieves the trello list associated with a specific trello action id, for actions linked to a list.
TRELLO_GET_ACTIONS_LIST_BY_ID_ACTIONAcciónRetrieves the trello list associated with a specific trello action id, for actions linked to a list.
Parámetros de entrada
fieldsstringDetermines which fields to include in the response. Specify 'all' or a comma-separated list of valid field names. Valid fields are: 'closed', 'idBoard', 'name', 'pos', or 'subscribed'.
idActionstringObligatorioThe ID of the Trello action for which to retrieve the associated list.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get field of action's listTRELLO_GET_ACTIONS_LIST_BY_ID_ACTION_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific field of the list associated with a trello action, returning only that single field's value.
Parámetros de entrada
fieldstringObligatoriofield
idActionstringObligatorioidAction
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action's member by idTRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTIONAcciónRetrieves 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.
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTIONAcciónRetrieves 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.
Parámetros de entrada
fieldsstringA comma-separated list of member fields to return. Valid fields include: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
idActionstringObligatorioThe ID of the Trello action for which to retrieve member information.
Parámetros de salida
dataobjectObligatorioA dictionary containing the member's information, with keys corresponding to the fields requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member action field by IDTRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELDAcciónFetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.
TRELLO_GET_ACTIONS_MEMBER_BY_ID_ACTION_BY_FIELDAcciónFetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.
Parámetros de entrada
fieldstringObligatorioThe specific field of the member to retrieve.
idActionstringObligatorioThe ID of the Trello action.
Parámetros de salida
dataobjectObligatorioThe response from Trello, typically a JSON object containing the value of the requested member field. For example, if `field` is 'username', the response might be `{"_value": "testuser"}` or `{"username": "testuser"}`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch action member creatorTRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTIONAcciónRetrieves details about the trello member who created the action with the given `idaction`.
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTIONAcciónRetrieves details about the trello member who created the action with the given `idaction`.
Parámetros de entrada
fieldsstringA comma-separated list of member fields to retrieve, or 'all'. Valid fields include: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
idActionstringObligatorioThe ID of the Trello action.
Parámetros de salida
dataobjectObligatorioA dictionary containing details of the member who created the action, based on the 'fields' parameter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action member creator fieldTRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELDAcciónGets information about the creator of a trello action.
TRELLO_GET_ACTIONS_MEMBER_CREATOR_BY_ID_ACTION_BY_FIELDAcciónGets information about the creator of a trello action.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the member creator's profile.
idActionstringObligatorioThe ID of the Trello action.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value. Typically, the key is `_value` and the value is the actual data of the field.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Fetch organization action by idTRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTIONAcciónFetches the organization details for a given trello action, if the action has an associated organization.
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTIONAcciónFetches the organization details for a given trello action, if the action has an associated organization.
Parámetros de entrada
fieldsstringSpecifies which fields of the organization resource to return. Use 'all' to fetch all available fields, or provide a comma-separated list of specific fields. Allowed fields include: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
idActionstringObligatorioThe unique identifier of the Trello action for which organization details are being requested.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get action's organization fieldTRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELDAcciónRetrieves 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.g., 'name', 'id', 'url').
TRELLO_GET_ACTIONS_ORGANIZATION_BY_ID_ACTION_BY_FIELDAcciónRetrieves 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.g., 'name', 'id', 'url').
Parámetros de entrada
fieldstringObligatorioThe specific field of the organization to retrieve. Common fields include 'name', 'displayName', 'id', 'desc', or 'url'.
idActionstringObligatorioThe unique identifier of the Trello action.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get batchTRELLO_GET_BATCHAcciónExecutes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.
TRELLO_GET_BATCHAcciónExecutes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.
Parámetros de entrada
urlsstringObligatorioA comma-separated string of Trello API v1 GET routes to be executed in a single batch request. Each route must be relative to the `/1` Trello API base (e.g., `/cards/{idCard}`, `/boards/{idBoard}/lists`) and should not include the `/1` prefix in the individual routes. Trello typically limits this to a maximum of 10 routes per batch call.
Parámetros de salida
dataobjectObligatorioA dictionary containing the results for each of the Trello API GET requests made in the batch. The keys of the dictionary typically represent the individual API routes requested or unique identifiers for each request, and the values are the corresponding JSON responses (or error details) from Trello.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board actions by idTRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARDAcciónRetrieves actions (e.g., card creations, comments) for a trello board by its id, useful for activity tracking; the board must exist.
TRELLO_GET_BOARDS_ACTIONS_BY_ID_BOARDAcciónRetrieves actions (e.g., card creations, comments) for a trello board by its id, useful for activity tracking; the board must exist.
Parámetros de entrada
pagestringThe page number of results to retrieve. Note: `page * limit` must be less than 1000. Used for pagination.
limitstringThe maximum number of actions to return. Must be a number between 0 and 1000, inclusive.
sincestringReturn actions that occurred after this date, or use 'lastView' to get actions since the user last viewed the board. Can also be null. Dates should be in ISO 8601 format or a valid Trello date string.
beforestringReturn actions that occurred before this date. Can be null. Dates should be in ISO 8601 format or a valid Trello date string.
fieldsstringSpecifies which action fields to return. Use 'all' for all fields, or provide a comma-separated list of field names. Supported fields include: data, date, idMemberCreator, or type.
filterstringA filter to return only specific types of actions. Use 'all' for all actions, or provide a comma-separated list of action types. Supported types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
formatstringThe format of the returned actions. Valid options are 'count' (returns only the count of actions), 'list' (returns detailed actions), or 'minimal' (returns a minimal representation of actions).
memberstringIncludes member details in the action data if 'true'.
displaystringIncludes display-friendly information for entities in the response if 'true'.
idBoardstringObligatorioThe ID of the Trello board for which to retrieve actions.
entitiesstringIncludes related entities (e.g., cards, lists, members) in the response if 'true'.
idModelsstringA comma-separated list of model IDs (e.g., card IDs, list IDs) to filter actions by. Only actions related to these models will be returned.
memberCreatorstringIncludes details of the member who created the action if 'true'.
member_fieldsstringSpecifies which fields of the member object to return if 'member' is true. Use 'all' for all member fields, or provide a comma-separated list. Supported fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
memberCreator_fieldsstringSpecifies which fields of the memberCreator object to return if 'memberCreator' is true. Use 'all' for all fields, or provide a comma-separated list. Supported fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board stars by board IDTRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARDAcciónRetrieves 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.
TRELLO_GET_BOARDS_BOARD_STARS_BY_ID_BOARDAcciónRetrieves 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.
Parámetros de entrada
filterstringFilter for board stars: 'mine' for the current user's stars (default), or 'none' for all stars on the board.
idBoardstringObligatorioThe unique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the board star information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by idTRELLO_GET_BOARDS_BY_ID_BOARDAcciónFetches comprehensive details for a specific trello board by its id; this is a read-only action.
TRELLO_GET_BOARDS_BY_ID_BOARDAcciónFetches comprehensive details for a specific trello board by its id; this is a read-only action.
Parámetros de entrada
cardsstringFilters the cards to be returned. Valid values: 'all', 'closed', 'none', 'open', or 'visible'.
listsstringFilters the lists on the board to be returned. Valid values: 'all', 'closed', 'none', or 'open'.
fieldsstringSpecifies the fields to return for the board object itself. Use 'all' or a comma-separated list. Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
labelsstringFilters the labels to be returned. Valid values: 'all' or 'none'.
actionsstringFilters the actions to be returned. Specify 'all' or provide a comma-separated list of action types. Valid types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
idBoardstringObligatorioThe unique identifier of the Trello board.
membersstringFilters the members of the board to be returned. Valid values: 'admins', 'all', 'none', 'normal', or 'owners'.
myPrefsstringDetermines whether to include the current user's preferences for this board. Set to 'true' or 'false'.
boardStarsstringFilters board stars. Valid values: 'mine' (stars by the current user) or 'none'.
checklistsstringFilters board-level checklists to be returned. Valid values: 'all' or 'none'.
card_fieldsstringSpecifies the fields to return for card objects. Use 'all' or a comma-separated list. Valid fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
list_fieldsstringSpecifies the fields to return for list objects. Use 'all' or a comma-separated list: closed, idBoard, name, pos, subscribed.
membershipsstringFilters board memberships to return. Use 'all' or a comma-separated list of types: active, admin, deactivated, me, normal.
label_fieldsstringSpecifies the fields to return for label objects. Use 'all' or a comma-separated list: color, idBoard, name, uses.
labels_limitstringThe maximum number of labels to return, ranging from 0 to 1000.
organizationstringDetermines whether to include the organization object to which the board belongs. Set to 'true' or 'false'.
action_fieldsstringSpecifies the fields to return for action objects. Use 'all' or a comma-separated list of fields: data, date, idMemberCreator, type.
action_memberstringDetermines whether to include the member object within actions. Set to 'true' or 'false'.
actions_limitstringThe maximum number of actions to return, ranging from 0 to 1000.
actions_sincestringFilters actions to those that occurred after a specific date (ISO 8601 format), or 'lastView'. Use null for no date filtering.
card_stickersstringDetermines whether to include stickers on cards. Set to 'true' or 'false'.
member_fieldsstringSpecifies fields for member objects. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
actions_formatstringSpecifies the format for returned actions. Valid values: 'count', 'list', or 'minimal'.
membersInvitedstringFilters invited members of the board. Valid values: 'admins', 'all', 'none', 'normal', or 'owners'.
actions_displaystringDetermines whether to return display objects for actions. Set to 'true' or 'false'.
card_checklistsstringFilters the checklists on cards to be returned. Valid values: 'all' or 'none'.
actions_entitiesstringDetermines whether to return entity objects for actions. Set to 'true' or 'false'.
card_attachmentsstringDetermines whether to include card attachments. Set to 'true', 'false', or 'cover' (for only card cover attachments).
checklist_fieldsstringSpecifies fields for board-level checklist objects. Use 'all' or a comma-separated list: idBoard, idCard, name, pos.
memberships_memberstringDetermines whether to include member objects within memberships. Set to 'true' or 'false'.
organization_fieldsstringSpecifies fields for the organization object. Use 'all' or a comma-separated list. Valid fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
action_memberCreatorstringDetermines whether to include the member creator object within actions. Set to 'true' or 'false'.
action_member_fieldsstringSpecifies the fields to return for member objects within actions. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
membersInvited_fieldsstringSpecifies fields for invited member objects. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
card_attachment_fieldsstringSpecifies the fields to return for card attachment objects. Use 'all' or a comma-separated list. Valid fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
organization_membershipsstringFilters organization memberships to return. Use 'all' or a comma-separated list: active, admin, deactivated, me, normal.
memberships_member_fieldsstringSpecifies fields for member objects within memberships. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
action_memberCreator_fieldsstringSpecifies the fields to return for member creator objects within actions. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the comprehensive details of the retrieved Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board fieldTRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELDAcciónRetrieves the value of a single, specified field from a trello board.
TRELLO_GET_BOARDS_BY_ID_BOARD_BY_FIELDAcciónRetrieves the value of a single, specified field from a trello board.
Parámetros de entrada
fieldstringObligatorioThe name of the specific Trello board field to retrieve.
idBoardstringObligatorioThe ID of the Trello board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards by board IDTRELLO_GET_BOARDS_CARDS_BY_ID_BOARDAcciónRetrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARDAcciónRetrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.
Parámetros de entrada
limitstringThe maximum number of cards to return. Must be a number between 1 and 1000, inclusive.
sincestringA date in ISO 8601 format. Only cards updated after this date will be returned. Use 'null' for no restriction.
beforestringA date in ISO 8601 format. Only cards updated before this date will be returned. Use 'null' for no restriction.
fieldsstringA comma-separated list of card fields to be returned. Use 'all' to include all fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
filterstringFilters the cards to return. Valid values are 'all', 'closed', 'none', 'open', or 'visible'.
actionsstringA comma-separated list of action types to be returned. Use 'all' to include all action types. Valid action types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
idBoardstringObligatorioThe ID of the Trello board from which to retrieve cards.
membersstringDetermines whether members should be returned. Valid values are 'true' or 'false'.
stickersstringDetermines whether stickers should be returned. Valid values are 'true' or 'false'.
checklistsstringDetermines which checklists to return. Valid values are 'all' or 'none'.
attachmentsstringDetermines whether attachments should be returned. Can be 'true', 'false', or 'cover' (to return only card cover attachments).
member_fieldsstringA comma-separated list of member fields to be returned. Use 'all' to include all fields. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
checkItemStatesstringDetermines whether check item states should be returned. Valid values are 'true' or 'false'.
attachment_fieldsstringA comma-separated list of attachment fields to be returned. Use 'all' to include all fields. Valid fields include: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, or url.
Parámetros de salida
dataobjectObligatorioA list of card objects, each containing details according to the specified 'fields' parameter. The structure of each card object depends on the fields requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards by filter from boardTRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTERAcciónRetrieves cards from a specified trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.
TRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_FILTERAcciónRetrieves cards from a specified trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.
Parámetros de entrada
filterstringObligatorioFilter for retrieving cards. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
idBoardstringObligatorioUnique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioAPI response containing a list of card objects from the board matching the filter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card from boardTRELLO_GET_BOARDS_CARDS_BY_ID_BOARD_BY_ID_CARDAcciónRetrieves 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_CARDAcciónRetrieves 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.
Parámetros de entrada
fieldsstringCard fields to return ('all' or a comma-separated list: name, desc, due, idLabels).
idCardstringObligatorioThe ID of the Trello card to retrieve.
labelsstringDeprecated: Whether to return label data ('true' or 'false'); use `idLabels` in `fields` instead.
actionsstringActions to return ('all' or a comma-separated list of types like 'addAttachmentToCard', 'commentCard').
idBoardstringObligatorioThe ID of the Trello board where the card is located.
membersstringWhether to return member data for the card ('true' or 'false').
checklistsstringChecklists to return ('all' or 'none').
attachmentsstringSpecifies if and how attachments are returned ('true', 'false', or 'cover' for only card cover attachments).
action_fieldsstringAction fields to return ('all' or a comma-separated list: data, date, type).
actions_limitstringMaximum number of actions to return (0-1000).
member_fieldsstringMember fields to return ('all' or comma-separated list: avatarHash, fullName, username).
actions_displaystringWhether to return display-friendly action data ('true' or 'false').
checkItemStatesstringWhether to return check item states for the card ('true' or 'false').
actions_entitiesstringWhether to return entity information (e.g., boards, cards) for actions ('true' or 'false').
checklist_fieldsstringChecklist fields to return ('all' or a comma-separated list: idBoard, name, pos).
attachment_fieldsstringAttachment fields to return ('all' or a comma-separated list like: bytes, date, name, url).
checkItemState_fieldsstringFields for check item states ('all' or comma-separated: idCheckItem, state).
action_memberCreator_fieldsstringFields for the member who created an action ('all' or comma-separated list: avatarHash, fullName, username).
Parámetros de salida
dataobjectObligatorioA dictionary containing the card's details, structured according to the requested fields.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board checklistsTRELLO_GET_BOARDS_CHECKLISTS_BY_ID_BOARDAcciónRetrieves 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_BOARDAcciónRetrieves 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.
Parámetros de entrada
cardsstringDetermines which cards (and their checklists) are considered when fetching checklists. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
fieldsstringSpecifies fields of the checklists to return; 'all' or a comma-separated list (e.g., idBoard, idCard, name, pos).
filterstringFilters the checklists to be returned. Valid values: 'all' (all matching checklists) or 'none' (no checklists).
idBoardstringObligatorioThe ID of the Trello board from which to retrieve checklists.
checkItemsstringDetermines if check items (individual items within a checklist) are included in the response. Valid values: 'all', 'none'.
card_fieldsstringSpecifies fields of associated cards to return; 'all' or a comma-separated list (e.g., name, idList, badges).
checkItem_fieldsstringSpecifies fields of check items to return; 'all' or a comma-separated list (e.g., name, nameData, pos, state, type).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve board deltasTRELLO_GET_BOARDS_DELTAS_BY_ID_BOARDAcciónRetrieves 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_BOARDAcciónRetrieves recent changes (deltas) for a trello board by its id, allowing tracking of modifications since a specified update sequence number (`ixlastupdate`).
Parámetros de entrada
tagsstringObligatorioTag for filtering change types; use 'all' to subscribe to all changes on the board.
idBoardstringObligatorioUnique identifier of the Trello board for which to retrieve deltas.
ixLastUpdatestringObligatorioSequence number of the last update received; use '-1' for all changes since creation, or the `ixLastUpdate` from a previous delta response for subsequent changes. Accepts string representations of numbers from -1 upwards.
Parámetros de salida
dataobjectObligatorioDictionary of delta objects representing board changes; structure varies with update nature.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board labels by IDTRELLO_GET_BOARDS_LABELS_BY_ID_BOARDAcciónFetches labels for a specified trello board, aiding in its organization or label management; this action does not detail per-card label usage.
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARDAcciónFetches labels for a specified trello board, aiding in its organization or label management; this action does not detail per-card label usage.
Parámetros de entrada
limitstringThe maximum number of labels to be returned. Must be an integer between 0 and 1000, inclusive. Defaults to 50.
fieldsstringDetermines which label fields to return. Use 'all' for all available fields, or a comma-separated list of specific fields from: color, idBoard, name, uses. Defaults to 'all'.
idBoardstringObligatorioThe unique 24-character hexadecimal identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a board labelTRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABELAcciónFetches 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.
TRELLO_GET_BOARDS_LABELS_BY_ID_BOARD_BY_ID_LABELAcciónFetches 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.
Parámetros de entrada
fieldsstringA comma-separated list of fields to include in the response for the label, or 'all' for all fields. Valid fields: 'color', 'idBoard', 'name', 'uses'.
idBoardstringObligatorioThe unique identifier of the Trello board.
idLabelstringObligatorioThe unique identifier of the label within the specified board.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board's listsTRELLO_GET_BOARDS_LISTS_BY_ID_BOARDAcciónRetrieves lists from a specified trello board, with options to filter lists and include card details.
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARDAcciónRetrieves lists from a specified trello board, with options to filter lists and include card details.
Parámetros de entrada
cardsstringDetermines which cards should be returned within the lists. Valid values are 'all', 'closed', 'none', 'open', or 'visible'.
fieldsstringSpecifies the fields of the lists to be returned. Use 'all' for all fields, or provide a comma-separated list of specific fields. Valid fields include: closed, idBoard, name, pos, or subscribed.
filterstringFilters the lists to be returned based on their status. Valid values are 'all', 'closed', 'none', or 'open'.
idBoardstringObligatorioThe unique identifier of the Trello board from which to retrieve lists.
card_fieldsstringSpecifies the fields of cards to be returned if the 'cards' parameter is not 'none'. Use 'all' for all fields, or provide a comma-separated list of specific fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board lists by filterTRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTERAcciónFetches lists by status from an accessible trello board; card details for these lists require a separate call.
TRELLO_GET_BOARDS_LISTS_BY_ID_BOARD_BY_FILTERAcciónFetches lists by status from an accessible trello board; card details for these lists require a separate call.
Parámetros de entrada
filterstringObligatorioFilter for retrieving lists: 'open' (active lists), 'closed' (archived lists), or 'all' (all lists, including archived).
idBoardstringObligatorioThe ID of the Trello board from which to retrieve lists.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API's response. This typically includes an array of list objects from the board, filtered according to the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board membersTRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARDAcciónRetrieves members of a trello board, with options to filter the list and select specific member fields to return.
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARDAcciónRetrieves members of a trello board, with options to filter the list and select specific member fields to return.
Parámetros de entrada
fieldsstringSpecifies which member fields to return. Use 'all' for all fields, or provide a comma-separated list of desired field names (e.g., 'fullName,username'). Valid field names include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
filterstringFilters the members returned. Valid values: 'admins' (board administrators), 'all' (all members), 'none' (no members), 'normal' (regular board members), 'owners' (board owners).
idBoardstringObligatorioThe unique identifier of the Trello board for which to retrieve members.
activitystringIndicates whether to include member activity. Accepts string values 'true' or 'false'. This option is effective only for Trello Premium organizations.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. Typically, this will be a list of Trello member objects, each detailing a user associated with the board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board members filteredTRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTERAcciónRetrieves members of a trello board using a specified filter, assuming the board exists and the filter is valid.
TRELLO_GET_BOARDS_MEMBERS_BY_ID_BOARD_BY_FILTERAcciónRetrieves members of a trello board using a specified filter, assuming the board exists and the filter is valid.
Parámetros de entrada
filterstringObligatorioFilter to apply when retrieving members, determining which subset is returned.
idBoardstringObligatorioThe unique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response data from the Trello API, typically including a list of member objects that match the filter criteria.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member cards from boardTRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBERAcciónRetrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access.
TRELLO_GET_BOARDS_MEMBERS_CARDS_BY_ID_BOARD_BY_ID_MEMBERAcciónRetrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access.
Parámetros de entrada
liststringWhether to include the list object (containing the card) with card data ('true' or 'false').
boardstringWhether to include the parent board object with card data ('true' or 'false').
fieldsstringCard fields to return. 'all' or a comma-separated list (e.g., 'name,desc,due'). Refer to Trello API documentation for all available field names.
filterstringFilter cards by status. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
actionsstringAction types to include with the cards. 'all' or a comma-separated list (e.g., 'commentCard,createCard'). If omitted, no actions are returned. Refer to Trello API documentation for all available action types.
idBoardstringObligatorioThe unique identifier of the Trello board.
membersstringWhether to include member objects with card data ('true' or 'false').
idMemberstringObligatorioThe unique identifier of the member whose cards are to be retrieved from the board.
checklistsstringWhich checklists to include with cards. Valid values: 'all' or 'none'.
attachmentsstringWhether to include attachments. Use 'true', 'false', or 'cover' (for card cover attachments only).
list_fieldsstringFields for the list object, if 'list' is 'true'. 'all' or a comma-separated list (e.g., 'name,pos'). Available fields: closed, idBoard, name, pos, subscribed.
board_fieldsstringFields for the board object, if 'board' is 'true'. 'all' or a comma-separated list (e.g., 'name,desc'). Refer to Trello API documentation for all available field names.
member_fieldsstringFields for member objects, if 'members' is 'true'. 'all' or a comma-separated list (e.g., 'fullName,username'). Available fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
checkItemStatesstringWhether to include check item states with card data ('true' or 'false').
attachment_fieldsstringFields for attachments, if 'attachments' is 'true'. 'all' or a comma-separated list (e.g., 'bytes,date,name'). Available fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
Parámetros de salida
dataobjectObligatorioAPI response payload, typically a list of card objects for the member on the specified board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List board membershipsTRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARDAcciónRetrieves 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_BOARDAcciónRetrieves trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content.
Parámetros de entrada
filterstringFilters the types of memberships returned. Valid values are 'all' or a comma-separated list of: 'active', 'admin', 'deactivated', 'me', 'normal'.
memberstringDetermines whether to return member objects. Accepts string 'true' or 'false'. If not provided, the API's default behavior for including member details will apply.
idBoardstringObligatorioThe unique identifier of the Trello board.
member_fieldsstringSpecifies the member fields to return. Valid values are 'all' or a comma-separated list of: 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', 'username'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board membershipTRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIPAcciónRetrieves a specific membership on a trello board by its id, optionally including member details.
TRELLO_GET_BOARDS_MEMBERSHIPS_BY_ID_BOARD_BY_ID_MEMBERSHIPAcciónRetrieves a specific membership on a trello board by its id, optionally including member details.
Parámetros de entrada
memberstringSet to 'true' to return the full member object. If 'false' or not provided, Trello's default for member details (typically minimal) applies.
idBoardstringObligatorioThe ID of the Trello board.
idMembershipstringObligatorioThe ID of the membership to retrieve.
member_fieldsstringComma-separated list of member fields to return if 'member' is 'true' (e.g., avatarHash,fullName), or 'all'. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioDictionary containing the retrieved membership details, with specific fields dependent on 'member' and 'member_fields' request parameters.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get invited board membersTRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARDAcciónRetrieves a list of members invited to a specific trello board who have not yet joined.
TRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARDAcciónRetrieves a list of members invited to a specific trello board who have not yet joined.
Parámetros de entrada
fieldsstringSpecifies the fields to return for invited members. Use 'all' for all fields, or provide a comma-separated list. Allowed fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
idBoardstringObligatorioThe unique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioThe response data containing a list of invited members and their details, according to the requested fields.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve invited board member fieldTRELLO_GET_BOARDS_MEMBERS_INVITED_BY_ID_BOARD_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific field (e.g., email, username) for members who have been invited to a trello board but have not yet joined.
Parámetros de entrada
fieldstringObligatorioThe specific attribute to retrieve for the members invited to the board. This typically refers to a common member property.
idBoardstringObligatorioThe unique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the retrieved information. For single field values, this often follows the pattern `{"_value": "requested_data"}`, where `requested_data` is the value of the specified field concerning the invited members of the board. The exact structure may vary depending on the field requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get my board preferencesTRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARDAcciónRetrieves the authenticated user's preferences for a specific trello board.
TRELLO_GET_BOARDS_MY_PREFS_BY_ID_BOARDAcciónRetrieves the authenticated user's preferences for a specific trello board.
Parámetros de entrada
idBoardstringObligatorioThe ID of the Trello board for which to retrieve the current user's preferences.
Parámetros de salida
dataobjectObligatorioA dictionary containing key-value pairs of the user's preferences for the specified board. The specific keys and their meanings are defined by Trello's board preference settings.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board organizationTRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARDAcciónFetches 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_BOARDAcciónFetches 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.
Parámetros de entrada
fieldsstringSpecifies the fields to be returned for the organization. Use 'all' to retrieve all available fields, or provide a comma-separated list of specific fields. Valid fields include: 'billableMemberCount', 'desc', 'descData', 'displayName', 'idBoards', 'invitations', 'invited', 'logoHash', 'memberships', 'name', 'powerUps', 'prefs', 'premiumFeatures', 'products', 'url', or 'website'.
idBoardstringObligatorioThe ID of the Trello board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the organization (Workspace) associated with the specified board. The specific fields returned depend on the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board organization fieldTRELLO_GET_BOARDS_ORGANIZATION_BY_ID_BOARD_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific field from the organization associated with a trello board, useful for obtaining targeted details without fetching the entire organization object.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the organization associated with the board. This can be any valid field of an organization object.
idBoardstringObligatorioThe ID of the Trello board.
Parámetros de salida
dataobjectObligatorioThe response from Trello, containing the requested field and its value for the organization associated with the specified board. The key in the dictionary will be '_value' and its value will be the value of the field requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card actions by idTRELLO_GET_CARDS_ACTIONS_BY_ID_CARDAcciónRetrieves the history of actions (e.g., comments, updates, moves) for a trello card specified by `idcard`; the card must exist and very old actions might not be available.
TRELLO_GET_CARDS_ACTIONS_BY_ID_CARDAcciónRetrieves the history of actions (e.g., comments, updates, moves) for a trello card specified by `idcard`; the card must exist and very old actions might not be available.
Parámetros de entrada
pagestringThe page number of results to retrieve, starting from 0. Used for pagination. Note: `page * limit` must be less than 1000.
limitstringThe maximum number of actions to return. Must be a number between 0 and 1000.
sincestringA date in ISO 8601 format (e.g., '2023-01-15T10:00:00Z'), 'null', or 'lastView'. Returns actions that occurred after this date/event. 'lastView' refers to the time the user last viewed the card.
beforestringA date in ISO 8601 format (e.g., '2023-12-31T23:59:59Z'), or 'null'. Returns actions that occurred before this date.
fieldsstringA comma-separated list of fields to include for each action, or 'all'. Valid fields: data, date, idMemberCreator, type.
filterstringA comma-separated list of action types to filter by (e.g., 'commentCard,updateCard:idList'), or 'all'. Valid action types are: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
formatstringThe format of the response. 'list' returns a list of actions, 'minimal' returns a minimal list of actions, and 'count' returns only the total number of actions.
idCardstringObligatorioThe ID or shortLink of the card for which to retrieve actions.
memberstringDetermines whether to include details of the member who performed the action. Provide as a string 'true' or 'false'.
displaystringDetermines whether to return display-related information for the actions. Provide as a string 'true' or 'false'.
entitiesstringDetermines whether to return information about entities (e.g., comments, checklists) associated with the actions. Provide as a string 'true' or 'false'.
idModelsstringA comma-separated list of model IDs. If provided, only actions related to these specific model IDs (e.g., a specific checklist item ID if an action is 'updateCheckItemStateOnCard') will be returned.
memberCreatorstringDetermines whether to include details of the member who created the action (the action's author). Provide as a string 'true' or 'false'.
member_fieldsstringA comma-separated list of fields to return for the member object, if 'member' is 'true'. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username. Use 'all' to retrieve all fields.
memberCreator_fieldsstringA comma-separated list of fields to return for the memberCreator object, if 'memberCreator' is 'true'. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username. Use 'all' to retrieve all fields.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card attachmentsTRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARDAcciónRetrieves attachments for a trello card.
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARDAcciónRetrieves attachments for a trello card.
Parámetros de entrada
fieldsstringComma-separated list of fields to return (e.g., bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url), or 'all'.
filterstringFilter for attachments: 'cover' for card cover, 'true' for all, or 'false' for non-cover (behavior can vary).
idCardstringObligatorioThe ID or shortLink of the Trello card from which to retrieve attachments.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the attachments retrieved for the card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get specific card attachmentTRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTAcciónRetrieves a specific attachment from a trello card by card id and attachment id.
TRELLO_GET_CARDS_ATTACHMENTS_BY_ID_CARD_BY_ID_ATTACHMENTAcciónRetrieves a specific attachment from a trello card by card id and attachment id.
Parámetros de entrada
fieldsstringSpecifies the fields to be returned for the attachment. Use 'all' to retrieve all available fields, or provide a comma-separated list of specific fields. Valid fields include: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
idCardstringObligatorioThe unique identifier or the short link of the Trello card from which to retrieve the attachment.
idAttachmentstringObligatorioThe unique identifier of the specific attachment to be retrieved from the card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by card idTRELLO_GET_CARDS_BOARD_BY_ID_CARDAcciónFetches 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_CARDAcciónFetches detailed information about the trello board to which a specific, existing, and accessible card belongs, using the card's id or short link.
Parámetros de entrada
fieldsstringSpecifies the fields of the board to be returned. Use 'all' to retrieve all available fields, or provide a comma-separated list of specific fields. Allowed fields include: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, and url.
idCardstringObligatorioThe ID or short link of the Trello card for which to retrieve board information.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board field by card IDTRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELDAcciónRetrieves a specific field from the board associated with a given trello card.
TRELLO_GET_CARDS_BOARD_BY_ID_CARD_BY_FIELDAcciónRetrieves a specific field from the board associated with a given trello card.
Parámetros de entrada
fieldstringObligatorioField from the card's parent board to retrieve. One of: `name`, `desc`, `descData`, `closed`, `idMemberCreator`, `idOrganization`, `pinned`, `url`, `shortUrl`, `prefs`, `labelNames`, `starred`, `limits`, `memberships`, `enterpriseOwned`.
idCardstringObligatorioID or short link of the card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card by IDTRELLO_GET_CARDS_BY_ID_CARDAcciónRetrieves 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_CARDAcciónRetrieves a trello card by its id or shortlink, with options to include related data like actions, attachments, members, and checklists.
Parámetros de entrada
liststringInclude data for the card's list. Use 'true' or 'false'.
boardstringInclude data for the card's board. Use 'true' or 'false'.
fieldsstringFields for the card: 'all' or comma-separated (e.g., 'name,desc'). Valid: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
idCardstringObligatorioThe unique identifier (ID) or short link of the Trello card.
actionsstringActions to return: 'all' or a comma-separated list of types (e.g., 'addAttachmentToCard', 'commentCard', 'updateCard'). For a complete list of types, consult the Trello API documentation.
membersstringInclude member data. Use 'true' or 'false'.
stickersstringInclude sticker data. Use 'true' or 'false'.
checklistsstringInclude checklists: 'all' or 'none'.
attachmentsstringInclude attachments: 'true' (all), 'false' (none), or 'cover' (card cover only).
list_fieldsstringFields for the list: 'all' or comma-separated (e.g., 'name,pos'). Valid: closed, idBoard, name, pos, subscribed.
board_fieldsstringFields for the board: 'all' or comma-separated (e.g., 'name,desc'). Valid: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
membersVotedstringInclude data for members who voted. Use 'true' or 'false'.
action_fieldsstringFields for actions: 'all' or comma-separated (e.g., 'data,date'). Valid: data, date, idMemberCreator, type.
actions_limitstringMaximum actions to return (0-1000).
member_fieldsstringFields for members: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
sticker_fieldsstringFields for stickers: 'all' or comma-separated (e.g., 'image,left'). Valid: image, imageScaled, imageUrl, left, rotate, top, zIndex.
actions_displaystringReturn display-friendly action data. Use 'true' or 'false'.
checkItemStatesstringInclude check item states. Use 'true' or 'false'.
actions_entitiesstringInclude entities (e.g., card, board, member) for actions. Use 'true' or 'false'.
checklist_fieldsstringFields for checklists: 'all' or comma-separated (e.g., 'idBoard,name'). Valid: idBoard, idCard, name, pos.
attachment_fieldsstringFields for attachments: 'all' or comma-separated (e.g., 'bytes,date'). Valid: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url.
memberVoted_fieldsstringFields for members who voted: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
checkItemState_fieldsstringFields for check item states: 'all' or comma-separated (e.g., 'idCheckItem,state'). Valid: idCheckItem, state.
action_memberCreator_fieldsstringFields for the action creator: 'all' or comma-separated (e.g., 'avatarHash,fullName'). Valid: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the detailed information of the retrieved Trello card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card field by idTRELLO_GET_CARDS_BY_ID_CARD_BY_FIELDAcciónRetrieves the value of a single, specified field from a trello card.
TRELLO_GET_CARDS_BY_ID_CARD_BY_FIELDAcciónRetrieves the value of a single, specified field from a trello card.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the card. Valid values include standard card fields like 'name', 'desc', 'due', 'closed', 'idBoard', 'idList', 'pos', 'shortUrl', 'url', 'subscribed', as well as custom fields.
idCardstringObligatorioThe ID or short link of the Trello card.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card check item statesTRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARDAcciónGets the states (e.g., 'complete', 'incomplete') of checklist items on a trello card; returns only item states, not full checklist or card details.
TRELLO_GET_CARDS_CHECK_ITEM_STATES_BY_ID_CARDAcciónGets the states (e.g., 'complete', 'incomplete') of checklist items on a trello card; returns only item states, not full checklist or card details.
Parámetros de entrada
fieldsstringSpecifies the fields to return for each check item state. Use 'all' to retrieve all available fields, or provide a comma-separated list of specific fields. Valid fields are 'idCheckItem' and 'state'.
idCardstringObligatorioThe unique identifier (ID) or short link of the Trello card for which to retrieve check item states.
Parámetros de salida
dataobjectObligatorioA dictionary containing the check item states. The structure of this dictionary will provide details for each check item, such as its ID (`idCheckItem`) and its current `state` (e.g., 'complete' or 'incomplete').
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card checklists by IDTRELLO_GET_CARDS_CHECKLISTS_BY_ID_CARDAcciónRetrieves 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_CARDAcciónRetrieves all checklists, including their check items, for a trello card specified by its id or shortlink, if the card exists and is accessible.
Parámetros de entrada
cardsstringFilters which cards' checklists are retrieved. Valid values: 'all' (all cards), 'closed' (closed cards), 'none' (no cards, default), 'open' (open cards), or 'visible' (cards visible to the user).
fieldsstringSpecifies the fields to return for each checklist. Use 'all' for all fields (default), or provide a comma-separated list of desired fields. Available fields: 'idBoard', 'idCard', 'name', 'pos'.
filterstringFilters which checklists are returned. Valid values: 'all' (default, returns all checklists) or 'none' (returns no checklists).
idCardstringObligatorioThe ID or shortlink of the Trello card.
checkItemsstringFilters the check items to be returned within each checklist. Valid values: 'all' (default) or 'none'.
card_fieldsstringSpecifies the fields to return for associated card objects. Use 'all' for all fields (default), or provide a comma-separated list of desired fields. Available fields: 'badges', 'checkItemStates', 'closed', 'dateLastActivity', 'desc', 'descData', 'due', 'email', 'idAttachmentCover', 'idBoard', 'idChecklists', 'idLabels', 'idList', 'idMembers', 'idMembersVoted', 'idShort', 'labels', 'manualCoverAttachment', 'name', 'pos', 'shortLink', 'shortUrl', 'subscribed', 'url'.
checkItem_fieldsstringSpecifies the fields to return for each check item. Use 'all' for all fields, or provide a comma-separated list of desired fields (default is 'name,nameData,pos,state'). Available fields: 'name', 'nameData', 'pos', 'state', 'type'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response, typically an array of checklist objects associated with the card, each including its check items.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list by card IDTRELLO_GET_CARDS_LIST_BY_ID_CARDAcciónGets the trello list to which a specified card (which must exist) belongs.
TRELLO_GET_CARDS_LIST_BY_ID_CARDAcciónGets the trello list to which a specified card (which must exist) belongs.
Parámetros de entrada
fieldsstringFields of the list to return. Use 'all' for all fields, or a comma-separated list of specific field names (e.g., 'name,pos'). Allowed: 'closed', 'idBoard', 'name', 'pos', 'subscribed'.
idCardstringObligatorioThe card's unique ID (typically 24 characters) or its shortLink (e.g., 'AbCdEfGh' from the card URL).
Parámetros de salida
dataobjectObligatorioDetails of the list the card belongs to; returned fields depend on the 'fields' request parameter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card list fieldTRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELDAcciónFetches a specific field from the trello list that a given card belongs to.
TRELLO_GET_CARDS_LIST_BY_ID_CARD_BY_FIELDAcciónFetches a specific field from the trello list that a given card belongs to.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the list associated with the card. Common valid Trello list fields include `name`, `closed` (status), `pos` (position), `idBoard`, or `subscribed`.
idCardstringObligatorioThe ID or short link of the Trello card. The list associated with this card will be targeted.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field's value. Typically, the key is `'_value'` and its corresponding value is the actual data of the field retrieved from the list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card membersTRELLO_GET_CARDS_MEMBERS_BY_ID_CARDAcciónRetrieves 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_CARDAcciónRetrieves members of a trello card, identified by its id or shortlink, allowing customization of which member fields are returned.
Parámetros de entrada
fieldsstringComma-separated list of member fields to return (e.g., `avatarHash`, `fullName`, `username`), or 'all'. Valid fields: `avatarHash`, `bio`, `bioData`, `confirmed`, `fullName`, `idPremOrgsAdmin`, `initials`, `memberType`, `products`, `status`, `url`, `username`.
idCardstringObligatorioThe ID or shortLink of the Trello card from which to retrieve members. Card IDs are typically 24-character hexadecimal strings.
Parámetros de salida
dataobjectObligatorioThe response from the Trello API. This endpoint typically returns a list of member objects associated with the card. Each object contains details for a member, with the specific fields included being determined by the `fields` parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card members votedTRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARDAcciónFetches 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.
TRELLO_GET_CARDS_MEMBERS_VOTED_BY_ID_CARDAcciónFetches 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.
Parámetros de entrada
fieldsstringComma-separated list of member fields to return, or 'all'. Valid fields: `avatarHash`, `bio`, `bioData`, `confirmed`, `fullName`, `idPremOrgsAdmin`, `initials`, `memberType`, `products`, `status`, `url`, `username`.
idCardstringObligatorioThe ID or short link of the Trello card.
Parámetros de salida
dataobjectObligatorioAPI response containing a list of member objects who voted on the card, with details as specified by the 'fields' parameter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card stickers by ID cardTRELLO_GET_CARDS_STICKERS_BY_ID_CARDAcciónRetrieves 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.
TRELLO_GET_CARDS_STICKERS_BY_ID_CARDAcciónRetrieves 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.
Parámetros de entrada
fieldsstringSticker fields to return. Either 'all' for all fields, or a comma-separated list of specific field names (e.g., `image`, `imageScaled`, `imageUrl`, `left`, `rotate`, `top`, `zIndex`).
idCardstringObligatorioThe ID or shortLink of the Trello card from which to retrieve stickers.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get card sticker by idTRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónCall this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a trello card.
TRELLO_GET_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónCall this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a trello card.
Parámetros de entrada
fieldsstringSpecifies sticker fields to return (e.g., 'image,top,left'). Allowed: 'image', 'imageScaled', 'imageUrl', 'left', 'rotate', 'top', 'zIndex'. Use 'all' (default) to retrieve all fields.
idCardstringObligatorioThe ID or shortLink of the Trello card to which the sticker belongs.
idStickerstringObligatorioThe ID of the sticker to retrieve.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get check item by idTRELLO_GET_CHECK_ITEM_BY_IDAcciónRetrieves a specific check item from a checklist using the checklist id and check item id.
TRELLO_GET_CHECK_ITEM_BY_IDAcciónRetrieves a specific check item from a checklist using the checklist id and check item id.
Parámetros de entrada
fieldsstringDetermines which fields to include in the response. Specify 'all' or a comma-separated list of: 'name', 'nameData', 'pos', 'state', or 'type'.
idCheckItemstringObligatorioThe ID of the check item to retrieve.
idCheckliststringObligatorioThe ID of the checklist containing the check item.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the check item.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board for a checklistTRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLISTAcciónRetrieves the trello board a specific checklist belongs to, using the checklist id.
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLISTAcciónRetrieves the trello board a specific checklist belongs to, using the checklist id.
Parámetros de entrada
fieldsstringComma-separated list of board fields to return (e.g., 'name,desc') or 'all'. Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idCheckliststringObligatorioID of the Trello checklist.
Parámetros de salida
dataobjectObligatorioBoard properties. Returned fields are determined by the 'fields' request parameter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get checklist's board fieldTRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELDAcciónRetrieves a specified `field` (e.g., 'name', 'desc') from the trello board associated with the given `idchecklist`.
TRELLO_GET_CHECKLISTS_BOARD_BY_ID_CHECKLIST_BY_FIELDAcciónRetrieves a specified `field` (e.g., 'name', 'desc') from the trello board associated with the given `idchecklist`.
Parámetros de entrada
fieldstringObligatorioThe board field to retrieve (e.g., 'name', 'desc', 'url', 'idOrganization', 'shortUrl').
idCheckliststringObligatorioThe ID of the checklist.
Parámetros de salida
dataobjectObligatorioThe value of the requested board field. For example, if the 'name' field was requested, the response might be `{"_value": "Board Name"}`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get checklist by IDTRELLO_GET_CHECKLISTS_BY_ID_CHECKLISTAcciónFetches 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_CHECKLISTAcciónFetches 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.
Parámetros de entrada
cardsstringDetermines whether to return card information for the checklist. Valid values: 'all', 'closed', 'none', 'open', 'visible'. Default: 'none'.
fieldsstringSpecifies which checklist fields to return. Use 'all' for all fields, or provide a comma-separated list of: 'idBoard', 'idCard', 'name', 'pos'. Default: 'all'.
checkItemsstringDetermines whether to return check items for the checklist. Valid values: 'all', 'none'. Default: 'all'.
card_fieldsstringSpecifies which card fields to return if 'cards' is not 'none'. Use 'all' for all fields, or provide a comma-separated list of desired fields. Available fields: 'badges', 'checkItemStates', 'closed', 'dateLastActivity', 'desc', 'descData', 'due', 'email', 'idAttachmentCover', 'idBoard', 'idChecklists', 'idLabels', 'idList', 'idMembers', 'idMembersVoted', 'idShort', 'labels', 'manualCoverAttachment', 'name', 'pos', 'shortLink', 'shortUrl', 'subscribed', 'url'. Default: 'all'.
idCheckliststringObligatorioThe unique identifier of the checklist to retrieve.
checkItem_fieldsstringSpecifies which fields of the check items to return if 'checkItems' is 'all'. Accepts 'all' or a comma-separated list of: 'name', 'nameData', 'pos', 'state', 'type'. Default parameter value is the string 'name, nameData, pos and state', which effectively returns the name, nameData, position, and state of check items.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get checklist fieldTRELLO_GET_CHECKLISTS_BY_ID_CHECKLIST_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves 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.
Parámetros de entrada
fieldstringObligatorioThe name of the checklist field whose value is to be retrieved (e.g., 'name', 'idCard', 'pos', 'idBoard', 'due'); refer to Trello API documentation for all valid field names.
idCheckliststringObligatorioThe unique identifier of the Trello checklist.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field's value. Typically, this is structured as `{"_value": <value>}`, where `<value>` is the actual data of the specified field from the checklist.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get checklist cardsTRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLISTAcciónRetrieves 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_CHECKLISTAcciónRetrieves cards associated with a specific, valid trello checklist id, allowing for filtering and customization of card and related entity data fields.
Parámetros de entrada
limitstringMaximum number of cards to return (1-1000, e.g., '50').
sincestringReturn cards updated on or after this date/time (ISO 8601 format or 'null').
beforestringReturn cards updated on or before this date/time (ISO 8601 format or 'null').
fieldsstringCard fields to return (e.g., 'name,desc,due'). Comma-separated list or 'all'.
filterstringFilter cards by status ('all', 'closed', 'none', 'open').
actionsstringAction types to return for each card (e.g., 'all', 'commentCard,createCard'). Comma-separated list or 'all'.
membersstringWhether to include member data on cards ('true' or 'false').
stickersstringWhether to include sticker data on cards ('true' or 'false').
checklistsstringWhether to include checklist data (beyond the main one) on the cards ('all' or 'none').
attachmentsstringWhether to include attachments: 'true' for all, 'false' to omit, or 'cover' for card cover attachments.
idCheckliststringObligatorioThe ID of the checklist to retrieve cards from.
member_fieldsstringMember fields to return (e.g., 'fullName,username,bio'). Comma-separated list or 'all'.
checkItemStatesstringWhether to include check item states on cards ('true' or 'false').
attachment_fieldsstringAttachment fields to return (e.g., 'name,url,bytes'). Comma-separated list or 'all'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards from a checklist by filterTRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTERAcciónRetrieves cards from a specified trello checklist, filterable by card id or status (e.g., 'all', 'open'), noting the response is a single card object even if the filter could match multiple cards.
TRELLO_GET_CHECKLISTS_CARDS_BY_ID_CHECKLIST_BY_FILTERAcciónRetrieves cards from a specified trello checklist, filterable by card id or status (e.g., 'all', 'open'), noting the response is a single card object even if the filter could match multiple cards.
Parámetros de entrada
filterstringObligatorioFilter by a specific card ID or a general status string (e.g., 'all', 'open', 'closed', 'none', 'visible').
idCheckliststringObligatorioUnique identifier of the checklist.
Parámetros de salida
dataobjectObligatorioThe card object if filtered by ID, or one card from any matching set if a general status filter is used.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get checklist items by IDTRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTAcciónRetrieves check items from an existing trello checklist, optionally filtering them and specifying which fields to return.
TRELLO_GET_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLISTAcciónRetrieves check items from an existing trello checklist, optionally filtering them and specifying which fields to return.
Parámetros de entrada
fieldsstringComma-separated list of fields to return for each check item (e.g., 'name,pos,state'), or 'all' for all fields. Available fields: name, nameData, pos, state, type.
filterstringSpecifies which check items to retrieve: 'all' for all items, or 'none' for no items.
idCheckliststringObligatorioThe unique identifier of the Trello checklist.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by label IDTRELLO_GET_LABELS_BOARD_BY_ID_LABELAcciónRetrieves the trello board to which a given, valid trello label id (`idlabel`) belongs.
TRELLO_GET_LABELS_BOARD_BY_ID_LABELAcciónRetrieves the trello board to which a given, valid trello label id (`idlabel`) belongs.
Parámetros de entrada
fieldsstringSpecifies the fields of the board to be returned, as a comma-separated list of specific field names. Allowed values for the list include: 'closed', 'dateLastActivity', 'dateLastView', 'desc', 'descData', 'idOrganization', 'invitations', 'invited', 'labelNames', 'memberships', 'name', 'pinned', 'powerUps', 'prefs', 'shortLink', 'shortUrl', 'starred', 'subscribed', 'url'.
idLabelstringObligatorioThe unique identifier of the Trello label.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the board associated with the specified label. The exact fields returned depend on the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve board field by label idTRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELDAcciónRetrieves a specified `field` (e.g., 'name', 'url') from the trello board associated with a given `idlabel`.
TRELLO_GET_LABELS_BOARD_BY_ID_LABEL_BY_FIELDAcciónRetrieves a specified `field` (e.g., 'name', 'url') from the trello board associated with a given `idlabel`.
Parámetros de entrada
fieldstringObligatorioThe specific field of the board to retrieve. Common fields include 'id', 'name', 'desc', 'url', 'prefs', 'organization', 'memberships'.
idLabelstringObligatorioThe ID of the label.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get label by idTRELLO_GET_LABELS_BY_ID_LABELAcciónRetrieves detailed information for a specific trello label by its id, allowing selection of specific fields to return.
TRELLO_GET_LABELS_BY_ID_LABELAcciónRetrieves detailed information for a specific trello label by its id, allowing selection of specific fields to return.
Parámetros de entrada
fieldsstringFields to return for the label. Allowed: `color`, `idBoard`, `name`, `uses`.
idLabelstringObligatorioThe unique identifier of the Trello label to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary containing the properties of the Trello label. The specific fields returned are determined by the `fields` parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list actions by IDTRELLO_GET_LISTS_ACTIONS_BY_ID_LISTAcciónRetrieves 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_LISTAcciónRetrieves actions (like card movements or comments, newest first) for a trello list by its id, to track history or create activity logs.
Parámetros de entrada
pagestringPage number for pagination. Note: `page * limit` must be < 1000.
limitstringMaximum actions per page (0-1000).
sincestringReturn actions created after this date (ISO 8601, Trello date string, or 'lastView'). Null or unspecified means no start date filter.
beforestringReturn actions created before this date (ISO 8601 or Trello date string). Null or unspecified means no end date filter.
fieldsstringAction fields to return. Use 'all' or a comma-separated list (e.g., data, date). Valid fields: data, date, idMemberCreator, or type.
filterstringFilters actions by type. Use 'all' or a comma-separated list of types (e.g., commentCard, createCard). Valid types: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
formatstringFormat of returned actions. Valid: 'count', 'list', 'minimal'.
idListstringObligatorioThe ID of the Trello list for which to retrieve actions.
memberstringWhether to include the member object (user who performed the action). If None, Trello's default applies.
displaystringWhether to include displayable information (e.g., human-readable text) for actions. If None, Trello's default (typically false) is used.
entitiesstringWhether to include related entities. If None, Trello's default (typically false) is used.
idModelsstringComma-separated model IDs (e.g., card IDs) to filter actions. If None, no model ID filter is applied.
memberCreatorstringWhether to include the memberCreator object (action creator). If None, Trello's default applies.
member_fieldsstringFields for the member object if 'member' is true. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
memberCreator_fieldsstringFields for memberCreator object if 'memberCreator' is true. Use 'all' or a comma-separated list. Valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by list IDTRELLO_GET_LISTS_BOARD_BY_ID_LISTAcciónRetrieves the board to which a specific trello list belongs.
TRELLO_GET_LISTS_BOARD_BY_ID_LISTAcciónRetrieves the board to which a specific trello list belongs.
Parámetros de entrada
fieldsstringBoard fields to return, comma-separated. Use 'all' for all fields. Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idListstringObligatorioThe unique identifier of the Trello list for which to retrieve the parent board information.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the board to which the specified list belongs. The content and structure of this dictionary depend on the 'fields' parameter provided in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board field by list IDTRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELDAcciónRetrieves a specific field (e.g., 'name', 'desc', 'url') from the trello board associated with a given list id, useful when the board's id is not directly known.
TRELLO_GET_LISTS_BOARD_BY_ID_LIST_BY_FIELDAcciónRetrieves a specific field (e.g., 'name', 'desc', 'url') from the trello board associated with a given list id, useful when the board's id is not directly known.
Parámetros de entrada
fieldstringObligatorioThe specific field of the board to retrieve. Only one field can be requested at a time.
idListstringObligatorioThe unique identifier of the Trello list.
Parámetros de salida
dataobjectObligatorioA dictionary where the key is the requested field name and the value is the field's value from the board. For example, if `field` was 'name', this might be `{'name': 'Project Board'}`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list by IDTRELLO_GET_LISTS_BY_ID_LISTAcciónRetrieves a trello list by its unique id, optionally including details for its cards and parent board.
TRELLO_GET_LISTS_BY_ID_LISTAcciónRetrieves a trello list by its unique id, optionally including details for its cards and parent board.
Parámetros de entrada
boardstringDetermines whether the board object the list belongs to is returned. Set to 'true' to include board details or 'false' to omit them.
cardsstringDetermines whether cards are returned as part of the list data. Valid values are 'all', 'closed', 'none', or 'open'.
fieldsstringSpecifies the fields for the list itself to be returned. Valid values are 'all' or a comma-separated list of list fields: closed, idBoard, name, pos, or subscribed.
idListstringObligatorioThe ID of the Trello list to retrieve.
card_fieldsstringSpecifies the fields for cards to be returned if 'cards' is not 'none'. Valid values are 'all' or a comma-separated list of card fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
board_fieldsstringSpecifies the fields for the board to be returned if 'board' is 'true'. Valid values are 'all' or a comma-separated list of board fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, or url.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list field valueTRELLO_GET_LISTS_BY_ID_LIST_BY_FIELDAcciónFetches the value of a single, specified field from a trello list.
TRELLO_GET_LISTS_BY_ID_LIST_BY_FIELDAcciónFetches the value of a single, specified field from a trello list.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the list object. Only one field can be retrieved per request.
idListstringObligatorioThe unique identifier of the Trello list.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards in a listTRELLO_GET_LISTS_CARDS_BY_ID_LISTAcciónFetches cards from a trello list by its id, with options to filter and customize the returned card data.
TRELLO_GET_LISTS_CARDS_BY_ID_LISTAcciónFetches cards from a trello list by its id, with options to filter and customize the returned card data.
Parámetros de entrada
limitstringThe maximum number of cards to return. Must be a number from 1 to 1000, provided as a string. The default integer value `2` will be automatically converted to the string `'2'`.
sincestringFilter cards to include only those created or updated after this date. Provide a date string (e.g., YYYY-MM-DD or an ISO 8601 datetime string) or 'null'.
beforestringFilter cards to include only those created or updated before this date. Provide a date string (e.g., YYYY-MM-DD or an ISO 8601 datetime string) or 'null'.
fieldsstringFields to include for cards. Use 'all' or a comma-separated list of specific fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url. Defaults to 'all'.
filterstringFilter cards by their state. Valid values are 'all', 'closed', 'none', or 'open'. Defaults to 'open'.
idListstringObligatorioThe ID of the list from which to retrieve cards.
actionsstringDetermines what actions are returned. Use 'all' to return all actions, or provide a comma-separated list of specific action types. Valid action types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
membersstringSpecify whether to include members. Accepted string values are 'true' or 'false'.
stickersstringSpecify whether to include stickers. Accepted string values are 'true' or 'false'.
checklistsstringSpecify whether to include checklists. Valid values are 'all' or 'none'. Defaults to 'none'.
attachmentsstringSpecify whether to include attachments. Accepted string values are 'true', 'false', or 'cover' (to retrieve only card cover attachments).
member_fieldsstringFields to include for members. Use 'all' or a comma-separated list of specific fields. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username. Defaults to 'avatarHash,fullName,initials,username'.
checkItemStatesstringSpecify whether to include check item states. Accepted string values are 'true' or 'false'.
attachment_fieldsstringFields to include for attachments. Use 'all' or a comma-separated list of specific fields. Valid fields include: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, or url. Defaults to 'all'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list cards by filterTRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTERAcciónRetrieves cards from a specific trello list, filtered by criteria like 'open', 'closed', or 'all'.
TRELLO_GET_LISTS_CARDS_BY_ID_LIST_BY_FILTERAcciónRetrieves cards from a specific trello list, filtered by criteria like 'open', 'closed', or 'all'.
Parámetros de entrada
filterstringObligatorioThe filter criterion to apply to the cards in the list. Common values include 'open', 'closed', or 'all'.
idListstringObligatorioThe ID of the Trello list from which to retrieve cards.
Parámetros de salida
dataobjectObligatorioThe response from the Trello API. This typically includes a list of card objects from the specified list that match the given filter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Member Board BackgroundTRELLO_GET_MEMBER_BOARD_BACKGROUNDAcciónRetrieves a specific custom board background for a trello member, using the member's id and the board background's id.
TRELLO_GET_MEMBER_BOARD_BACKGROUNDAcciónRetrieves a specific custom board background for a trello member, using the member's id and the board background's id.
Parámetros de entrada
fieldsstringSpecifies fields for the board background response. Use 'all' for all fields, or a comma-separated list of specific field names (e.g., 'brightness,scaled'). Valid names: `brightness`, `fullSizeUrl`, `scaled`, `tile`.
idMemberstringObligatorioThe ID or username of the Trello member.
idBoardBackgroundstringObligatorioThe ID of the specific custom board background to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the retrieved board background.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member custom board backgroundTRELLO_GET_MEMBER_CUSTOM_BGAcciónRetrieves 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_BGAcciónRetrieves metadata (e.g., brightness, urls, tiling status) for a specific custom board background of a trello member, not the image file itself.
Parámetros de entrada
fieldsstringFields to return for the custom board background. Use 'all' or a comma-separated list. Allowed: `brightness`, `fullSizeUrl`, `scaled`, `tile`.
idMemberstringObligatorioThe ID or username of the Trello member.
idBoardBackgroundstringObligatorioUnique identifier of the custom board background to retrieve.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member custom emojiTRELLO_GET_MEMBER_CUSTOM_EMOJIAcciónRetrieves 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_EMOJIAcciónRetrieves a specific custom emoji by its id for a trello member, requiring that both the member and emoji exist and are associated.
Parámetros de entrada
fieldsstringDetermines which fields to include in the response for the custom emoji. Valid values are 'all' or a comma-separated list of field names (e.g., 'name', 'url'). Defaults to 'all'.
idMemberstringObligatorioThe ID or username of the Trello member. This identifies the owner of the custom emoji.
idCustomEmojistringObligatorioThe ID of the custom emoji to be retrieved.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member custom stickerTRELLO_GET_MEMBER_CUSTOM_STICKERAcciónRetrieves a specific custom sticker by id for a trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.
TRELLO_GET_MEMBER_CUSTOM_STICKERAcciónRetrieves a specific custom sticker by id for a trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.
Parámetros de entrada
fieldsstringSpecifies the fields to return for the custom sticker. Use 'all' (default) to return all fields, or provide a comma-separated list containing 'scaled' or 'url'.
idMemberstringObligatorioThe ID or username of the Trello member.
idCustomStickerstringObligatorioThe ID of the custom sticker to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary containing the properties of the retrieved custom sticker. The specific fields included depend on the `fields` parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member actions by IDTRELLO_GET_MEMBERS_ACTIONS_BY_ID_MEMBERAcciónRetrieves 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_MEMBERAcciónRetrieves a list of actions for a specified trello member, allowing filtering by type, date, models, and control over output format and fields.
Parámetros de entrada
pagestringThe page number for pagination (0-indexed). Note: `page * limit` must result in an offset less than 1000 actions from the start of the list.
limitstringThe maximum number of actions to return. Must be a number between 0 and 1000 (inclusive).
sincestringFilters actions to include only those that occurred on or after this date. Can be a valid date string (ISO 8601 format recommended), 'null', or 'lastView' (actions since the member last viewed the relevant context).
beforestringFilters actions to include only those that occurred on or before this date. Can be a valid date string (ISO 8601 format recommended) or 'null'.
fieldsstringA comma-separated list of action fields to be returned. Available fields: data, date, idMemberCreator, type.
filterstringA comma-separated list of action types to filter by. Available filters: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
formatstringThe format of the returned actions. Valid values: 'count' (returns only the count of actions), 'list' (returns actions as a list), 'minimal' (returns minimal action data).
memberstringDetermines whether to include the member object (details of the member who performed the action) within each action's data. Set to 'true' to include, or 'false' to exclude.
displaystringDetermines whether to include display-friendly names for the objects referenced in the actions. Set to 'true' to include, or 'false' to exclude.
entitiesstringDetermines whether to include data for the objects (e.g., cards, boards) referenced in the actions. Set to 'true' to include, or 'false' to exclude.
idMemberstringObligatorioThe ID or username of the Trello member whose actions are to be retrieved.
idModelsstringA comma-separated list of model IDs (e.g., card IDs, board IDs) to filter actions by. Only actions related to these models will be returned.
memberCreatorstringDetermines whether to include the `memberCreator` object (details of the member who created the item/action) within each action's data. Set to 'true' to include, or 'false' to exclude.
member_fieldsstringA comma-separated list of fields to include for the member object (if `member` is 'true'). Use 'all' for all available fields. Available fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
memberCreator_fieldsstringA comma-separated list of fields to include for the `memberCreator` object (if `memberCreator` is 'true'). Use 'all' for all available fields. Available fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Member Saved SearchTRELLO_GET_MEMBER_SAVED_SEARCHAcciónFetches the details of a specific saved search for a trello member; this does not execute the search.
TRELLO_GET_MEMBER_SAVED_SEARCHAcciónFetches the details of a specific saved search for a trello member; this does not execute the search.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member whose saved search is to be retrieved.
idSavedSearchstringObligatorioThe unique identifier of the saved search to retrieve.
Parámetros de salida
dataobjectObligatorioA dictionary containing the full details of the retrieved saved search. This may include the search query, any applied filters, and other relevant metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member board backgroundsTRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónFetches the board backgrounds for a specified trello member.
TRELLO_GET_MEMBERS_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónFetches the board backgrounds for a specified trello member.
Parámetros de entrada
filterstringFilters the types of board backgrounds to return. Allowed values: 'all', 'custom', 'default', 'none', 'premium'.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioThe API response payload. This field contains an array of board background objects. Each object includes details such as the background's ID, type (e.g., custom, default, premium), image URLs (if applicable), color, and display preferences like tiling and brightness.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member boards by idTRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBERAcciónRetrieves 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_MEMBERAcciónRetrieves board-level details (not lists/cards) for trello boards associated with a member id or username, allowing extensive customization of the returned data.
Parámetros de entrada
listsstringFilters the lists returned for each board. Valid values: 'all', 'closed', 'none', 'open'.
fieldsstringSpecifies the fields to return for each board. Accepts 'all' or a comma-separated list of field names. Possible field names: 'closed', 'dateLastActivity', 'dateLastView', 'desc', 'descData', 'idOrganization', 'invitations', 'invited', 'labelNames', 'memberships', 'name', 'pinned', 'powerUps', 'prefs', 'shortLink', 'shortUrl', 'starred', 'subscribed', 'url'.
filterstringFilters the boards returned. Valid values are 'all' or a comma-separated list of: 'closed', 'members', 'open', 'organization', 'pinned', 'public', 'starred', 'unpinned'.
actionsstringSpecifies which actions to return for each board. Accepts 'all' or a comma-separated list of action types. Possible action types: 'addAttachmentToCard', 'addChecklistToCard', 'addMemberToBoard', 'addMemberToCard', 'addMemberToOrganization', 'addToOrganizationBoard', 'commentCard', 'convertToCardFromCheckItem', 'copyBoard', 'copyCard', 'copyCommentCard', 'createBoard', 'createCard', 'createList', 'createOrganization', 'deleteAttachmentFromCard', 'deleteBoardInvitation', 'deleteCard', 'deleteOrganizationInvitation', 'disablePowerUp', 'emailCard', 'enablePowerUp', 'makeAdminOfBoard', 'makeNormalMemberOfBoard', 'makeNormalMemberOfOrganization', 'makeObserverOfBoard', 'memberJoinedTrello', 'moveCardFromBoard', 'moveCardToBoard', 'moveListFromBoard', 'moveListToBoard', 'removeChecklistFromCard', 'removeFromOrganizationBoard', 'removeMemberFromCard', 'unconfirmedBoardInvitation', 'unconfirmedOrganizationInvitation', 'updateBoard', 'updateCard', 'updateCard:closed', 'updateCard:desc', 'updateCard:idList', 'updateCard:name', 'updateCheckItemStateOnCard', 'updateChecklist', 'updateList', 'updateList:closed', 'updateList:name', 'updateMember', 'updateOrganization'.
idMemberstringObligatorioThe ID or username of the Trello member.
membershipsstringFilters boards by the member's membership type. Accepts 'all' or a comma-separated list of: 'active', 'admin', 'deactivated', 'me', 'normal'.
organizationstringDetermines whether to return organization data for boards. Valid values: 'true' or 'false'.
action_fieldsstringSpecifies fields for returned actions if actions are requested. Accepts 'all' or a comma-separated list: 'data', 'date', 'idMemberCreator', 'type'.
actions_limitstringThe maximum number of actions to return, from 0 to 1000.
actions_sincestringFilters actions to those that occurred after this date, or accepts 'null' or 'lastView'.
actions_formatstringThe format for returned actions. Valid values: 'count', 'list', or 'minimal'.
actions_entitiesstringDetermines whether to return entity data for actions. Valid values: 'true' or 'false'.
organization_fieldsstringSpecifies the fields to return for the organization if 'organization' is 'true'. Accepts 'all' or a comma-separated list of field names. Possible field names: 'billableMemberCount', 'desc', 'descData', 'displayName', 'idBoards', 'invitations', 'invited', 'logoHash', 'memberships', 'name', 'powerUps', 'prefs', 'premiumFeatures', 'products', 'url', 'website'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. This typically includes a list of board objects that the member is associated with. The specific structure and content will depend on the query parameters like 'fields', 'actions', etc., used in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member boards with filterTRELLO_GET_MEMBERS_BOARDS_BY_ID_MEMBER_BY_FILTERAcciónRetrieves 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_FILTERAcciónRetrieves a list of boards for a specific trello member, applying a filter such as 'open', 'starred', or 'all'.
Parámetros de entrada
filterstringThe filter to apply when retrieving boards. Determines which subset of boards is returned.
idMemberstringObligatorioThe ID or username of the Trello member whose boards are to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of boards that match the specified filter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member's invited boardsTRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBERAcciónRetrieves trello boards to which a specific member has been invited but has not yet joined.
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBERAcciónRetrieves trello boards to which a specific member has been invited but has not yet joined.
Parámetros de entrada
fieldsstringBoard fields to return: 'all' or a comma-separated list (e.g., name,url). Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idMemberstringObligatorioID or username of the Trello member whose pending board invitations are to be retrieved.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member's invited board fieldTRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELDAcciónRetrieves 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.
TRELLO_GET_MEMBERS_BOARDS_INVITED_BY_ID_MEMBER_BY_FIELDAcciónRetrieves 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.
Parámetros de entrada
fieldstringObligatorioThe specific field of the invited boards to retrieve. This refers to a property of the board.
idMemberstringObligatorioThe ID or username of the Trello member whose invited board field is to be retrieved.
Parámetros de salida
dataobjectObligatorioThe response containing the requested field data for the invited boards. The structure will depend on the field requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member board starsTRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBERAcciónFetches only the boards a specific trello member has starred, identified by their id or username.
TRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBERAcciónFetches only the boards a specific trello member has starred, identified by their id or username.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. This is expected to hold a list of the member's starred boards. Each starred board object typically includes `id` (the board star ID), `idBoard` (the ID of the starred board), and `pos` (the star's position).
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member board starTRELLO_GET_MEMBERS_BOARD_STARS_BY_ID_MEMBER_BY_ID_BOARD_STARAcciónRetrieves 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_STARAcciónRetrieves detailed information about a specific board star (a trello board marked as a favorite) for a given trello member.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member. This specifies whose board star information is being retrieved.
idBoardStarstringObligatorioThe unique identifier of the board star. Each starred board has a unique ID, which is used to fetch its specific details.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the board star, such as the associated board's ID, the position of the star, and other relevant metadata.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member by IDTRELLO_GET_MEMBERS_BY_ID_MEMBERAcciónFetches 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_MEMBERAcciónFetches 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.
Parámetros de entrada
cardsstringFilters cards. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
boardsstringFilters boards. Valid values: 'all' or a comma-separated list (e.g., 'open,starred').
fieldsstringMember fields to return. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username,email').
tokensstringFilters API tokens for the member. Valid values: 'all', 'none'.
actionsstringFilters actions by type. Valid values: 'all' or a comma-separated list of action types (e.g., addAttachmentToCard, commentCard, createBoard).
idMemberstringObligatorioThe ID or username of the Trello member.
boardStarsstringInclude information about the member's starred boards. Valid values: 'true', 'false'.
board_listsstringFilters lists on boards. Valid values: 'all', 'closed', 'none', 'open'.
card_fieldsstringFields to return for each card. Valid values: 'all' or a comma-separated list (e.g., 'name,desc').
customEmojistringFilters custom emoji. Valid values: 'all', 'none'.
action_sincestringRetrieve actions created after this date/time (ISO 8601 or 'lastView'), or 'null' for no restriction.
board_fieldsstringFields to return for each board. Valid values: 'all' or a comma-separated list (e.g., 'name,idOrganization').
card_membersstringInclude member objects for each card. Valid values: 'true', 'false'.
paid_accountstringInclude paid account information for the member. Valid values: 'true', 'false'.
action_beforestringRetrieve actions created before this date/time (ISO 8601), or 'null' for no restriction.
action_fieldsstringFields to return for each action. Valid values: 'all' or a comma-separated list (e.g., 'data,date').
actions_limitstringMaximum number of actions to return (0-1000).
board_actionsstringFilters board actions by type. Valid values: 'all' or a comma-separated list of action types (e.g., createCard, updateBoard).
boardsInvitedstringFilters boards the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'open,starred').
card_stickersstringInclude sticker information for cards. Valid values: 'true', 'false'.
notificationsstringFilters notifications by type. Valid values: 'all' or a comma-separated list of notification types (e.g., commentCard, addedToBoard).
organizationsstringFilters organizations the member belongs to. Valid values: 'all', 'members', 'none', 'public'.
savedSearchesstringInclude the member's saved searches. Valid values: 'true', 'false'.
customStickersstringFilters custom stickers. Valid values: 'all', 'none'.
actions_displaystringInclude display information for actions. Valid values: 'true', 'false'.
actions_entitiesstringInclude related entities in actions. Valid values: 'true', 'false'.
boardBackgroundsstringFilters board backgrounds. Valid values: 'all', 'custom', 'default', 'none', 'premium'.
card_attachmentsstringInclude card attachments. Valid values: 'true', 'false', 'cover'.
board_membershipsstringFilters board memberships. Valid values: 'all' or a comma-separated list (e.g., 'active,admin').
board_organizationstringInclude the organization for each board. Valid values: 'true', 'false'.
card_member_fieldsstringFields to return for card members. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username').
notification_sincestringRetrieve notifications created after this notification ID, or 'null' for no restriction.
board_action_fieldsstringFields to return for each board action. Valid values: 'all' or a comma-separated list (e.g., 'data,date').
board_actions_limitstringMaximum number of board actions to return (0-1000).
board_actions_sincestringRetrieve board actions created after this date/time (ISO 8601 or 'lastView'), or 'null' for no restriction.
notification_beforestringRetrieve notifications created before this notification ID, or 'null' for no restriction.
notification_fieldsstringFields to return for notifications. Valid values: 'all' or a comma-separated list (e.g., 'data,date,unread').
notifications_limitstringMaximum number of notifications to return (1-1000).
organization_fieldsstringFields to return for organizations. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
board_actions_formatstringFormat for board actions. Valid values: 'count', 'list', 'minimal'.
boardsInvited_fieldsstringFields to return for boards the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'name,idOrganization').
organizationsInvitedstringFilters organizations the member has been invited to. Valid values: 'all', 'members', 'none', 'public'.
board_actions_displaystringInclude display information for board actions. Valid values: 'true', 'false'.
notifications_displaystringInclude display information for notifications. Valid values: 'true', 'false'.
board_actions_entitiesstringInclude related entities in board actions. Valid values: 'true', 'false'.
card_attachment_fieldsstringFields to return for card attachments. Valid values: 'all' or a comma-separated list (e.g., 'url,name').
customBoardBackgroundsstringFilters custom board backgrounds. Valid values: 'all', 'none'.
notifications_entitiesstringInclude related entities in notifications. Valid values: 'true', 'false'.
board_organization_fieldsstringFields to return for the board's organization. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
organization_paid_accountstringInclude paid account information for organizations. Valid values: 'true', 'false'.
notification_memberCreatorstringInclude the member creator for notifications. Valid values: 'true', 'false'.
organizationsInvited_fieldsstringFields to return for organizations the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
notification_memberCreator_fieldsstringFields for the notification member creator. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username').
Parámetros de salida
dataobjectObligatorioA dictionary containing the member's details based on the requested fields and filters.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member field by IDTRELLO_GET_MEMBERS_BY_ID_MEMBER_BY_FIELDAcciónEfficiently 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_FIELDAcciónEfficiently retrieves a specific field (e.g., fullname, username, bio) of a trello member using their id or username, without fetching the entire member profile.
Parámetros de entrada
fieldstringObligatorioThe specific field of the member to retrieve.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards by member IDTRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBERAcciónRetrieves 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_MEMBERAcciónRetrieves cards for a trello member, specified by id or username, with options to filter cards and include related data like actions, attachments, and checklists.
Parámetros de entrada
limitstringMax cards to return (1-1000). Trello's default applies if omitted.
sincestringReturn cards updated after this ISO 8601 date. 'null' or omit for no lower limit.
beforestringReturn cards updated before this ISO 8601 date. 'null' or omit for no upper limit.
fieldsstringCard fields to return. 'all' or comma-separated (e.g., `name`, `due`, `idBoard`, `labels`).
filterstringCard filter: 'all', 'closed', 'none', 'open', or 'visible'. 'visible' means cards on open boards member can see.
actionsstringFilters actions on cards. 'all' or comma-separated Trello action types (e.g., `commentCard`, `createCard`).
membersstringInclude member details on cards: 'true' or 'false'.
idMemberstringObligatorioThe ID or username of the Trello member.
stickersstringInclude stickers: 'true' or 'false'.
checklistsstringInclude checklists: 'all' or 'none'.
attachmentsstringInclude attachments: 'true' (all), 'false' (none), or 'cover' (card cover only).
member_fieldsstringMember fields if 'members' is true. 'all' or comma-separated (e.g., `fullName`, `username`, `initials`).
checkItemStatesstringInclude check item states: 'true' or 'false'.
attachment_fieldsstringAttachment fields if including attachments. 'all' or comma-separated (e.g., `name`, `url`, `date`).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member cards by filterTRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTERAcciónRetrieves cards for a trello member, applying a filter that must be a trello-recognized card filter.
TRELLO_GET_MEMBERS_CARDS_BY_ID_MEMBER_BY_FILTERAcciónRetrieves cards for a trello member, applying a filter that must be a trello-recognized card filter.
Parámetros de entrada
filterstringObligatorioThe filter to apply to the cards. This determines which cards are returned (e.g., all, open, closed).
idMemberstringObligatorioThe ID or username of the Trello member whose cards are to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of cards matching the filter criteria for the specified member. The structure of the card objects within this dictionary adheres to Trello's API definition for card objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve member custom board backgroundsTRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónRetrieves custom board backgrounds for a trello member, who must exist, using their id or username.
TRELLO_GET_MEMBERS_CUSTOM_BOARD_BACKGROUNDS_BY_ID_MEMBERAcciónRetrieves custom board backgrounds for a trello member, who must exist, using their id or username.
Parámetros de entrada
filterstringFilter for custom board backgrounds. Valid values: 'all' or 'none'.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioDetails of the member's custom board backgrounds.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member custom emojiTRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAcciónRetrieves all custom (user-specific, non-standard) emojis that a specified trello member has created or can access.
TRELLO_GET_MEMBERS_CUSTOM_EMOJI_BY_ID_MEMBERAcciónRetrieves all custom (user-specific, non-standard) emojis that a specified trello member has created or can access.
Parámetros de entrada
filterstringControls which custom emojis are returned.
idMemberstringObligatorioThe ID or username of the Trello member for whom to retrieve custom emojis.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member custom stickersTRELLO_GET_MEMBERS_CUSTOM_STICKERS_BY_ID_MEMBERAcciónRetrieves 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_MEMBERAcciónRetrieves a member's custom stickers, which are unique personalized stickers created by them, distinct from standard trello stickers.
Parámetros de entrada
filterstringSpecifies which custom stickers to return: 'all' for all stickers of the member, or 'none' for no stickers.
idMemberstringObligatorioID (24-character hex) or username of the Trello member.
Parámetros de salida
dataobjectObligatorioA list of custom sticker objects, each detailing its ID, URL, and scaled image versions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member deltas by IDTRELLO_GET_MEMBERS_DELTAS_BY_ID_MEMBERAcciónRetrieves 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_MEMBERAcciónRetrieves 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.
Parámetros de entrada
tagsstringObligatorioA specific tag to filter the deltas. Only deltas associated with this tag will be returned, effectively subscribing to these types of changes.
idMemberstringObligatorioThe unique identifier (ID) or username of the Trello member. You can use 'me' to refer to the currently authenticated user.
ixLastUpdatestringObligatorioThe sequence number of the last update received. Use '-1' to retrieve all deltas from the beginning, or a positive integer to get changes that occurred after this update sequence number.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of delta objects. Each delta object represents a specific change made by the member, and its structure varies depending on the type of change.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member notifications by idTRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBERAcciónRetrieves notifications for a trello member, specified by their id or username, with options for filtering and pagination.
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBERAcciónRetrieves notifications for a trello member, specified by their id or username, with options for filtering and pagination.
Parámetros de entrada
pagestringPage number for pagination (0-100).
limitstringMaximum notifications to return (1-1000).
sincestringNotification ID for pagination; returns notifications created after this ID.
beforestringNotification ID for pagination; returns notifications created before this ID.
fieldsstringComma-separated list of notification fields to return, or 'all'. Available fields: data, date, idMemberCreator, type, unread.
filterstringComma-separated list of notification types to filter by, or 'all'. Refer to Trello API documentation for the complete list of available types.
displaystringInclude display-related information (e.g., translation keys). Set to 'true' for inclusion.
entitiesstringInclude entity data (e.g., card, board names). Set to 'true' for inclusion.
idMemberstringObligatorioThe ID or username of the member.
read_filterstringFilter by read status: 'all', 'read', or 'unread'.
memberCreatorstringInclude details of the notification's creator. Set 'true' to include.
memberCreator_fieldsstringComma-separated list of fields for the member creator, or 'all'; applies if 'memberCreator' is 'true'. Available fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member notifications by filterTRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTERAcciónRetrieves a list of a trello member's notifications, filtered by specified types.
TRELLO_GET_MEMBERS_NOTIFICATIONS_BY_ID_MEMBER_BY_FILTERAcciónRetrieves a list of a trello member's notifications, filtered by specified types.
Parámetros de entrada
filterstringObligatorioA comma-separated list of notification types. Use 'all' to fetch all types.
idMemberstringObligatorioThe ID or username of the Trello member. 'me' can be used for the token's owner.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a specified member's organizationsTRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBERAcciónFetches organizations a specific trello member belongs to; the `idmember` must be an id or username of an existing trello member.
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBERAcciónFetches organizations a specific trello member belongs to; the `idmember` must be an id or username of an existing trello member.
Parámetros de entrada
fieldsstringSpecifies which fields to include in the response. Use 'all' for all available fields, or provide a comma-separated list of specific fields. Available fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
filterstringFilters the types of organizations returned. Use 'all' for all organizations, 'members' for organizations where the member has a role, 'none' for organizations with no specific filter, or 'public' for public organizations.
idMemberstringObligatorioThe ID or username of the Trello member.
paid_accountstringFilters organizations based on whether they have a paid Trello account. Provide 'true' to list only organizations with a paid account, or 'false' for those without.
Parámetros de salida
dataobjectObligatorioThe raw response data from the Trello API, containing a list of organizations associated with the member.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member organizations by filterTRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTERAcciónFetches a list of organizations a specific trello member belongs to, using a filter to narrow down the results.
TRELLO_GET_MEMBERS_ORGANIZATIONS_BY_ID_MEMBER_BY_FILTERAcciónFetches a list of organizations a specific trello member belongs to, using a filter to narrow down the results.
Parámetros de entrada
filterstringObligatorioThe filter to apply when retrieving organizations. Determines which organizations are returned based on the member's relationship to them.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve member s invited organizationsTRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBERAcciónRetrieves organizations a trello member has been invited to but has not yet accepted or declined.
TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBERAcciónRetrieves organizations a trello member has been invited to but has not yet accepted or declined.
Parámetros de entrada
fieldsstringFields to return for invited organizations. Accepts 'all' or a comma-separated list (e.g., 'name,url', 'displayName,descData,idBoards'). Available: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioThe Trello API JSON response as a dictionary, listing organizations the member has been invited to.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get field of member's invited organizationTRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER_BY_FIELDAcciónGet a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.
TRELLO_GET_MEMBERS_ORGANIZATIONS_INVITED_BY_ID_MEMBER_BY_FIELDAcciónGet a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.
Parámetros de entrada
fieldstringObligatorioThe specific field of the invited organization to retrieve.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioA dictionary containing the value of the requested field for an invited organization. For example, if 'name' is requested, the response might be `{"_value": "OrganizationName"}` or a similar structure reflecting the field's value.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member saved searchesTRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERAcciónRetrieves all saved search queries for a trello member; this action only retrieves saved searches and does not execute them.
TRELLO_GET_MEMBERS_SAVED_SEARCHES_BY_ID_MEMBERAcciónRetrieves all saved search queries for a trello member; this action only retrieves saved searches and does not execute them.
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member. The ID is a 24-character hexadecimal string. Usernames can also be used.
Parámetros de salida
dataobjectObligatorioA dictionary containing the saved searches for the specified member. Each key-value pair represents a saved search, where the key is the ID of the saved search and the value is an object containing details about the search, such as its name and query.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve member tokensTRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBERAcciónGets api token metadata for a trello member; actual token values are excluded for security.
TRELLO_GET_MEMBERS_TOKENS_BY_ID_MEMBERAcciónGets api token metadata for a trello member; actual token values are excluded for security.
Parámetros de entrada
filterstringFilters the list of tokens. Use 'all' to retrieve all tokens or 'none' to retrieve no tokens.
idMemberstringObligatorioThe ID or username of the Trello member for whom to retrieve token information.
Parámetros de salida
dataobjectObligatorioDictionary holding a list of token metadata objects (e.g., token ID, creation date, associated application) for the member; actual token values are excluded for security.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification creator fieldTRELLO_GET_NOTIF_CREATOR_FIELDAcciónFetches a specific field of the member who created the specified trello notification.
TRELLO_GET_NOTIF_CREATOR_FIELDAcciónFetches a specific field of the member who created the specified trello notification.
Parámetros de entrada
fieldstringObligatorioA specific field of the member who created the notification.
idNotificationstringObligatorioThe ID of the notification.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification organization fieldTRELLO_GET_NOTIFICATION_ORG_FIELDAcciónRetrieves a specific field from the trello organization associated with a given notification, provided the notification is linked to an organization.
TRELLO_GET_NOTIFICATION_ORG_FIELDAcciónRetrieves a specific field from the trello organization associated with a given notification, provided the notification is linked to an organization.
Parámetros de entrada
fieldstringObligatorioThe specific field of the organization to retrieve. Refer to Trello API documentation for a comprehensive list of available organization fields.
idNotificationstringObligatorioThe unique identifier (ID) of the Trello notification.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field's data from the organization. The key in the dictionary can be the field name itself (e.g., `{'name': 'Trello'}`) or `_value` (e.g., `{"_value": "Some Value"}`). It may also include an `id` field for the organization, as per Trello API conventions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification board by IDTRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATIONAcciónGets 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_NOTIFICATIONAcciónGets the trello board associated with a given notification id, returning only board data and allowing selection of specific board fields.
Parámetros de entrada
fieldsstringSpecifies the board fields to return. Use 'all' for all fields, or provide a comma-separated list of specific fields. Valid fields include: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, or url.
idNotificationstringObligatorioThe unique identifier of the Trello notification for which to retrieve the associated board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the board associated with the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification's board fieldTRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific, valid field from the board associated with a trello notification.
TRELLO_GET_NOTIFICATIONS_BOARD_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific, valid field from the board associated with a trello notification.
Parámetros de entrada
fieldstringObligatorioSpecific field to retrieve from the board associated with the notification; only one field per request.
idNotificationstringObligatorioUnique identifier of the notification.
Parámetros de salida
dataobjectObligatorioDictionary containing the requested board field and its value, e.g., `{"_value": "Board Name"}` if 'name' was requested.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification by IDTRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATIONAcciónRetrieves 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_NOTIFICATIONAcciónRetrieves a specific trello notification by its id, optionally including related entities and specific fields for the notification and its related entities.
Parámetros de entrada
cardstringWhether to include the associated card. Accepts 'true' or 'false'.
liststringWhether to include the associated list. Accepts 'true' or 'false'.
boardstringWhether to include the associated board. Accepts 'true' or 'false'.
fieldsstringFields for the notification: 'all' or a comma-separated list (e.g., data,date,type). Available: data, date, idMemberCreator, type, unread. Default: 'all'.
memberstringWhether to include the associated member (distinct from memberCreator). Accepts 'true' or 'false'.
displaystringWhether to include the notification display status. Accepts 'true' or 'false'.
entitiesstringWhether to include associated entities (like cards, boards, members). Accepts 'true' or 'false'.
card_fieldsstringFields for the card: 'all' or a comma-separated list (e.g., name,due). Available: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url. Default: 'name'.
board_fieldsstringFields for the board: 'all' or a comma-separated list (e.g., name,url). Available: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url. Default: 'name'.
organizationstringWhether to include the associated organization. Accepts 'true' or 'false'.
memberCreatorstringWhether to include the member who created the notification. Accepts 'true' or 'false'.
member_fieldsstringFields for the associated member: 'all' or a comma-separated list (e.g., fullName,initials). Available: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username. Default: 'avatarHash,fullName,initials,username'.
idNotificationstringObligatorioThe unique identifier of the notification to retrieve.
organization_fieldsstringFields for the organization: 'all' or a comma-separated list (e.g., displayName,url). Available: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website. Default: 'displayName'.
memberCreator_fieldsstringFields for the member creator: 'all' or a comma-separated list (e.g., fullName,username). Available: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username. Default: 'avatarHash,fullName,initials,username'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get a notification fieldTRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific field from a trello notification.
TRELLO_GET_NOTIFICATIONS_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific field from a trello notification.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the notification object. Common fields include 'type', 'date', 'data', 'unread', 'idAction', 'idBoard', 'idCard', 'idList', 'idMember', 'idOrganization'.
idNotificationstringObligatorioThe unique identifier of the notification.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification's cardTRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATIONAcciónRetrieves card details (excluding notification, board, or list data) for a specified trello idnotification, which must exist and be linked to a card.
TRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATIONAcciónRetrieves card details (excluding notification, board, or list data) for a specified trello idnotification, which must exist and be linked to a card.
Parámetros de entrada
fieldsstringComma-separated list of specific card field names to return (e.g., 'name,desc'), or the string 'all'. Allowed field names: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url.
idNotificationstringObligatorioThe unique identifier of the Trello notification.
Parámetros de salida
dataobjectObligatorioA dictionary containing the retrieved card's attributes. The specific fields included are determined by the `fields` parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification card fieldTRELLO_GET_NOTIFICATIONS_CARD_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific field of a trello card, using the id of a notification that is directly associated with that card.
Parámetros de entrada
fieldstringObligatorioThe specific field of the card to retrieve. Valid card fields include 'name', 'desc', 'closed', 'due', 'idBoard', 'idList', 'shortUrl', 'pos', and others. Custom fields might also be accessible.
idNotificationstringObligatorioThe unique identifier of the Trello notification.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification display by idTRELLO_GET_NOTIFICATIONS_DISPLAY_BY_ID_NOTIFICATIONAcciónRetrieves 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_NOTIFICATIONAcciónRetrieves the information needed to display an existing trello notification, identified by its id, without altering the notification or fetching its complete metadata.
Parámetros de entrada
idNotificationstringObligatorioThe unique identifier of the Trello notification for which to retrieve display information.
Parámetros de salida
dataobjectObligatorioA dictionary containing the display-specific information for the notification. This includes details such as its content, associated card or board information, member creator details, and any relevant formatting or entity information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification entities by idTRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATIONAcciónRetrieves trello entities (e.g., boards, cards, lists, members) linked to a specific notification id, focusing on the related entities rather than the notification details itself.
TRELLO_GET_NOTIFICATIONS_ENTITIES_BY_ID_NOTIFICATIONAcciónRetrieves trello entities (e.g., boards, cards, lists, members) linked to a specific notification id, focusing on the related entities rather than the notification details itself.
Parámetros de entrada
idNotificationstringObligatorioThe unique identifier of the Trello notification for which related entities are to be fetched.
Parámetros de salida
dataobjectObligatorioA dictionary containing details of the Trello entities (e.g., boards, cards, lists, members) associated with the specified notification. The structure of this dictionary varies depending on the type and content of the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve notification list by idTRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATIONAcciónRetrieves details of the trello list associated with a specific notification id.
TRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATIONAcciónRetrieves details of the trello list associated with a specific notification id.
Parámetros de entrada
fieldsstringComma-separated list of fields to return for the list, or 'all'. Allowed: 'closed', 'idBoard', 'name', 'pos', 'subscribed'.
idNotificationstringObligatorioThe unique identifier of the Trello notification.
Parámetros de salida
dataobjectObligatorioDictionary containing the properties of the list associated with the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification list fieldTRELLO_GET_NOTIFICATIONS_LIST_BY_ID_NOTIFICATION_BY_FIELDAcciónEfficiently 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_FIELDAcciónEfficiently retrieves a single specified field from a trello list linked to a notification, avoiding fetching the entire list.
Parámetros de entrada
fieldstringObligatorioThe field to retrieve from the list associated with the notification. Valid values include 'id', 'name', 'closed', 'pos', 'softLimit', 'idBoard', 'subscribed'.
idNotificationstringObligatorioThe ID of the notification.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification member by idTRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATIONAcciónFetches details of the member (not the notification content itself) associated with a specific trello notification id.
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATIONAcciónFetches details of the member (not the notification content itself) associated with a specific trello notification id.
Parámetros de entrada
fieldsstringSpecifies the member fields to return. Use 'all' for all available fields, or provide a comma-separated list of specific fields. Valid fields include: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
idNotificationstringObligatorioThe ID of the Trello notification.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the member associated with the notification. The specific fields returned depend on the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve notification member fieldTRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific `field` of the trello member associated with the given `idnotification`.
TRELLO_GET_NOTIFICATIONS_MEMBER_BY_ID_NOTIFICATION_BY_FIELDAcciónRetrieves a specific `field` of the trello member associated with the given `idnotification`.
Parámetros de entrada
fieldstringObligatorioThe field to retrieve for the member associated with the notification. This can be any valid field of a Trello member object.
idNotificationstringObligatorioThe ID of the notification.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value for the member associated with the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member creator of a notificationTRELLO_GET_NOTIFICATIONS_MEMBER_CREATOR_BY_ID_NOTIFICATIONAcciónFetches 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_NOTIFICATIONAcciónFetches the creator (member) of a trello notification, identified by `idnotification`, returning only creator details and respecting trello privacy settings and user permissions.
Parámetros de entrada
fieldsstringA filter to determine which fields of the member creator object to return. Specify 'all' to include all fields, or provide a comma-separated list of field names. Valid fields include: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
idNotificationstringObligatorioThe unique identifier of the Trello notification for which to retrieve the creator's details.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested details of the member who created the notification. The structure of this dictionary depends on the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get notification organizationTRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATIONAcciónRetrieves the trello organization linked to a specific notification id; returns organization details only, not the notification itself.
TRELLO_GET_NOTIFICATIONS_ORGANIZATION_BY_ID_NOTIFICATIONAcciónRetrieves the trello organization linked to a specific notification id; returns organization details only, not the notification itself.
Parámetros de entrada
fieldsstringOrganization fields to return. Accepts 'all' or a comma-separated list of specific fields (e.g., 'displayName,url'). Allowed fields: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
idNotificationstringObligatorioThe unique identifier of the notification for which organization details are being requested.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the organization associated with the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization actions by IDTRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORGAcciónRetrieves a log of actions (e.g., card creations, list movements, comments) for a specified trello organization, filterable by type, date range, and models; `idorg` must be a valid organization id/name, and `page` * `limit` must be < 1000.
TRELLO_GET_ORGANIZATIONS_ACTIONS_BY_ID_ORGAcciónRetrieves a log of actions (e.g., card creations, list movements, comments) for a specified trello organization, filterable by type, date range, and models; `idorg` must be a valid organization id/name, and `page` * `limit` must be < 1000.
Parámetros de entrada
pagestringPage number of results to retrieve (0-indexed).
idOrgstringObligatorioThe ID or name of the Trello organization.
limitstringMaximum number of actions to return (0-1000).
sincestringStarting point for actions. Can be a specific date (ISO 8601 format or Unix timestamp in milliseconds), 'lastView', or null (actions from the beginning).
beforestringEnding point for actions. Can be a specific date (ISO 8601 format or Unix timestamp in milliseconds) or null (actions up to the most recent).
fieldsstringSpecifies the fields to be returned for each action. Use 'all' or a comma-separated list of specific field names. Allowed fields: `data`, `date`, `idMemberCreator`, `type`.
filterstringFilters actions by type. Use 'all' or a comma-separated list of specific action types (e.g., `addAttachmentToCard`, `commentCard`). For a full list of allowed types, refer to the Trello API documentation.
formatstringThe format of the returned actions. Allowed values: 'count', 'list', or 'minimal'.
memberstringIndicates whether to return information for the member who performed the action.
displaystringIndicates whether to return display-friendly information for an action (e.g., human-readable strings).
entitiesstringIndicates whether to return information about entities (e.g., card, board, list) associated with an action.
idModelsstringA comma-separated list of Trello model IDs (e.g., card IDs, board IDs, list IDs) to filter actions by.
memberCreatorstringIndicates whether to return information for the action creator (usually the same as the member).
member_fieldsstringFields for the 'member' object if 'member' is true. Use 'all' or a comma-separated list from: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
memberCreator_fieldsstringFields for the 'memberCreator' object if 'memberCreator' is true. Use 'all' or a comma-separated list from: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization boardsTRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORGAcciónFetches 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_ORGAcciónFetches boards for a trello organization, specified by its id or name, with options to filter and customize returned data.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the organization to retrieve boards from.
listsstringLists per board. Use 'all', 'closed', 'none', or 'open'.
fieldsstringFields for boards. Use 'all' or a comma-separated list: 'closed', 'dateLastActivity', 'dateLastView', 'desc', 'descData', 'idOrganization', 'invitations', 'invited', 'labelNames', 'memberships', 'name', 'pinned', 'powerUps', 'prefs', 'shortLink', 'shortUrl', 'starred', 'subscribed', 'url'.
filterstringFilters boards. Use 'all' or a comma-separated list: 'closed', 'members', 'open', 'organization', 'pinned', 'public', 'starred', 'unpinned'.
actionsstringActions for boards. Use 'all' or a comma-separated list: 'addAttachmentToCard', 'addChecklistToCard', 'addMemberToBoard', 'addMemberToCard', 'addMemberToOrganization', 'addToOrganizationBoard', 'commentCard', 'convertToCardFromCheckItem', 'copyBoard', 'copyCard', 'copyCommentCard', 'createBoard', 'createCard', 'createList', 'createOrganization', 'deleteAttachmentFromCard', 'deleteBoardInvitation', 'deleteCard', 'deleteOrganizationInvitation', 'disablePowerUp', 'emailCard', 'enablePowerUp', 'makeAdminOfBoard', 'makeNormalMemberOfBoard', 'makeNormalMemberOfOrganization', 'makeObserverOfBoard', 'memberJoinedTrello', 'moveCardFromBoard', 'moveCardToBoard', 'moveListFromBoard', 'moveListToBoard', 'removeChecklistFromCard', 'removeFromOrganizationBoard', 'removeMemberFromCard', 'unconfirmedBoardInvitation', 'unconfirmedOrganizationInvitation', 'updateBoard', 'updateCard', 'updateCard:closed', 'updateCard:desc', 'updateCard:idList', 'updateCard:name', 'updateCheckItemStateOnCard', 'updateChecklist', 'updateList', 'updateList:closed', 'updateList:name', 'updateMember', 'updateOrganization'.
membershipsstringBoard memberships. Use 'all', 'none', or a comma-separated list: 'active', 'admin', 'deactivated', 'me', 'normal'.
organizationstringInclude organization object with boards. 'true' or 'false'.
action_fieldsstringFields for actions. Use 'all' or a comma-separated list: 'data', 'date', 'idMemberCreator', 'type'.
actions_limitstringMax actions per board (0-1000).
actions_sincestringActions after a date (e.g. '2024-01-01T00:00:00Z'), 'lastView', or 'null'.
actions_formatstringFormat for actions: 'count', 'list', or 'minimal'.
actions_entitiesstringInclude entities (e.g., card, board, member) in action data. 'true' or 'false'.
organization_fieldsstringFields for the organization if 'organization=true'. Use 'all' or a comma-separated list: 'billableMemberCount', 'desc', 'descData', 'displayName', 'idBoards', 'invitations', 'invited', 'logoHash', 'memberships', 'name', 'powerUps', 'prefs', 'premiumFeatures', 'products', 'url', 'website'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization boards by filterTRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTERAcciónFetches a list of boards belonging to a specific trello organization, filtered by a given criterion.
TRELLO_GET_ORGANIZATIONS_BOARDS_BY_ID_ORG_BY_FILTERAcciónFetches a list of boards belonging to a specific trello organization, filtered by a given criterion.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization.
filterstringObligatorioFilter criteria to select a subset of boards. Valid filters include 'all', 'open', 'closed', 'public', 'private', 'starred', and 'members'.
Parámetros de salida
dataobjectObligatorioThe raw response from the Trello API. This dictionary is expected to contain a list of Trello board objects that match the filter criteria, structured according to the Trello API specification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization by IDTRELLO_GET_ORGANIZATIONS_BY_ID_ORGAcciónRetrieves 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_ORGAcciónRetrieves detailed information about a specific trello organization, including optional related resources like members, boards, and actions, using its id or unique name.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization to retrieve.
boardsstringFilters the boards to return. Use 'all' or provide a comma-separated list of board states/types: closed, members, open, organization, pinned, public, starred, or unpinned.
fieldsstringSpecifies the fields to return for the organization itself. Use 'all' or provide a comma-separated list of field names: billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, or website.
actionsstringComma-separated list of action types (e.g., 'addMemberToBoard', 'createCard', 'updateOrganization') or 'all'. For a full list of types, consult the Trello API documentation. If not provided, Trello's default behavior applies.
membersstringFilters which members of the organization to return. Valid values: 'admins', 'all', 'none', 'normal', 'owners'.
board_listsstringFilters the lists to be returned for each board. Valid values: 'all', 'closed', 'none', 'open'.
membershipsstringFilters the memberships to return. Use 'all' or provide a comma-separated list of membership types: active, admin, deactivated, me, or normal.
board_fieldsstringSpecifies the fields to return for each board. Use 'all' or provide a comma-separated list of field names: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, or url.
paid_accountstringInclude organization's paid account status. Valid: 'true', 'false'. If not provided, this info is typically not included.
action_fieldsstringSpecifies the fields to return for each action. Use 'all' or provide a comma-separated list of field names: data, date, idMemberCreator, or type.
actions_limitstringThe maximum number of actions to return. Must be a number between 0 and 1000.
board_actionsstringComma-separated list of board action types (e.g., 'addAttachmentToCard', 'updateBoard') or 'all', specific to board actions. For a full list, consult the Trello API documentation. If not provided, Trello's default behavior applies.
member_fieldsstringSpecifies the fields to return for each member. Use 'all' or provide a comma-separated list of field names: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
membersInvitedstringFilters which invited (pending) members of the organization to return. Valid values: 'admins', 'all', 'none', 'normal', 'owners'.
actions_displaystringInclude a 'display' object with rendering info for each action. Valid: 'true', 'false'. If not provided, display info is typically not included.
member_activitystringInclude member activity data (Trello Premium organizations only). Valid: 'true', 'false'. If not provided, activity is typically not included.
actions_entitiesstringInclude an 'entities' object with details for each action. Valid: 'true', 'false'. If not provided, entities are typically not included.
memberships_memberstringInclude the member object for each membership. Valid: 'true', 'false'. If not provided, member objects are typically not included.
board_action_fieldsstringSpecifies the fields to return for each board action. Use 'all' or provide a comma-separated list of field names: data, date, idMemberCreator, or type.
board_actions_limitstringThe maximum number of board actions to return. Must be a number between 0 and 1000.
board_actions_sincestringRetrieve board actions after a specific ISO 8601 date/time, 'null', or 'lastView'. If not provided, recent actions are typically returned.
board_actions_formatstringSpecifies the format for returning board actions. Valid values: 'count', 'list', 'minimal'.
board_actions_displaystringInclude a 'display' object for board actions. Valid: 'true', 'false'. If not provided, display info is typically not included.
membersInvited_fieldsstringSpecifies the fields to return for each invited member. Use 'all' or provide a comma-separated list of field names: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
board_actions_entitiesstringInclude an 'entities' object with details for board actions. Valid: 'true', 'false'. If not provided, entities are typically not included.
memberships_member_fieldsstringSpecifies the member fields to return for memberships. Use 'all' or provide a comma-separated list of field names: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the detailed information of the retrieved Trello organization, including its properties and any requested nested resources like members, boards, or actions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization field by idTRELLO_GET_ORGANIZATIONS_BY_ID_ORG_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves 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.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the organization. Refer to Trello API documentation for a comprehensive list of valid fields.
idOrgstringObligatorioThe ID or name of the Trello organization.
Parámetros de salida
dataobjectObligatorioA dictionary containing the value of the requested field. The key is typically `'_value'` and its value is the actual data of the field, which can be a string, number, boolean, or a nested object depending on the field retrieved.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization deltas by idTRELLO_GET_ORGANIZATIONS_DELTAS_BY_ID_ORGAcciónRetrieves 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_ORGAcciónRetrieves a log of recent modifications (deltas) for a trello organization, filterable by tags and supporting incremental fetching via an update index.
Parámetros de entrada
tagsstringObligatorioA valid tag for subscribing to delta updates, filtering the type of changes returned.
idOrgstringObligatorioThe ID or name of the Trello organization.
ixLastUpdatestringObligatorioIndex of the last update received for fetching subsequent changes; use -1 to retrieve all changes since the beginning.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve organization members by idTRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORGAcciónRetrieves 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_ORGAcciónRetrieves members of a trello organization (specified by id or name), with an option to include member activity if the organization is premium.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the organization to retrieve members from.
fieldsstringSpecifies which member fields to return. Use 'all' to include all available fields, or provide a comma-separated list of specific fields. Available fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
filterstringDetermines which types of members to include in the response. 'admins' for administrators, 'all' for every member, 'none' for no members (useful for checking organization existence or permissions), 'normal' for regular members (excluding admins), 'owners' for organization owners.
activitystringSet to 'true' to include member activity information. This option is only available for Premium organizations. Defaults to 'false' if not specified.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization members by filterTRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTERAcciónFetches members of a specified trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.
TRELLO_GET_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_FILTERAcciónFetches members of a specified trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization.
filterstringObligatorioFilter for members. Common values: 'all', 'normal' (regular members), 'admins' (administrators), 'owners'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response data from the API, typically a list of member objects matching the filter criteria.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization member cardsTRELLO_GET_ORGANIZATIONS_MEMBERS_CARDS_BY_ID_ORG_BY_ID_MEMBERAcciónFetches all cards assigned to a specific member of a given trello organization.
TRELLO_GET_ORGANIZATIONS_MEMBERS_CARDS_BY_ID_ORG_BY_ID_MEMBERAcciónFetches all cards assigned to a specific member of a given trello organization.
Parámetros de entrada
liststringIndicates whether to include the list object to which the card belongs. Accepts 'true' or 'false'.
boardstringIndicates whether to include the board object to which the card belongs. Accepts 'true' or 'false'.
idOrgstringObligatorioThe ID or name of the Trello organization.
fieldsstringSpecifies which card fields to include in the response. Accepts 'all' or a comma-separated list of valid card fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed or url.
filterstringFilters the cards to retrieve. Allowed values are 'all', 'closed', 'none', 'open', or 'visible'.
actionsstringFilters actions on the cards. Accepts 'all' or a comma-separated list of action types. Valid types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember or updateOrganization.
membersstringIndicates whether to include member data on the cards. Accepts 'true' or 'false'.
idMemberstringObligatorioThe ID of the member whose cards are to be retrieved.
checklistsstringDetermines whether to include checklists on the cards. Accepts 'all' or 'none'.
attachmentsstringDetermines whether to include attachments. Accepts a boolean string ('true'/'false') or 'cover' to only include card cover attachments.
list_fieldsstringSpecifies which list fields to include if 'list' is 'true'. Accepts 'all' or a comma-separated list of valid fields: closed, idBoard, name, pos or subscribed.
board_fieldsstringSpecifies which board fields to include if 'board' is 'true'. Accepts 'all' or a comma-separated list of valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed or url.
member_fieldsstringSpecifies which member fields to include if 'members' is 'true'. Accepts 'all' or a comma-separated list of valid fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url or username.
checkItemStatesstringIndicates whether to include check item states on the cards. Accepts 'true' or 'false'.
attachment_fieldsstringSpecifies which attachment fields to include if attachments are retrieved. Accepts 'all' or a comma-separated list of valid fields: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews or url.
Parámetros de salida
dataobjectObligatorioA dictionary where keys are card IDs and values are the card objects, or a list of card objects if the API returns an array.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization membershipsTRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORGAcciónFetches organization-level memberships for a trello organization, with options to filter members and include their details; does not return board-specific memberships.
TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORGAcciónFetches organization-level memberships for a trello organization, with options to filter members and include their details; does not return board-specific memberships.
Parámetros de entrada
idOrgstringObligatorioThe unique identifier (ID) or name of the Trello organization for which to retrieve memberships.
filterstringFilters the list of memberships. Accepts 'all' or a comma-separated list of types: 'active', 'admin', 'deactivated', 'me', 'normal'.
memberstringSpecifies whether to retrieve full member objects. Set to 'true' to include, 'false' to exclude. If omitted, Trello defaults to 'false' (excluding details).
member_fieldsstringIf 'member' is 'true', specifies a comma-separated list of member fields to return (e.g., 'fullName,username' or 'all'). Allowed fields: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization membershipTRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMBERSHIPAcciónRetrieves a specific membership within a trello organization, using their respective ids, to ascertain the member's role, status, or permissions.
TRELLO_GET_ORGANIZATIONS_MEMBERSHIPS_BY_ID_ORG_BY_ID_MEMBERSHIPAcciónRetrieves a specific membership within a trello organization, using their respective ids, to ascertain the member's role, status, or permissions.
Parámetros de entrada
idOrgstringObligatorioThe ID of the organization.
memberstringDetermines whether to include the member object in the response. Valid values are 'true' or 'false'.
idMembershipstringObligatorioThe ID of the membership to retrieve.
member_fieldsstringComma-separated list of fields for the member object. Valid values: 'all', 'avatarHash', 'bio', 'bioData', 'confirmed', 'fullName', 'idPremOrgsAdmin', 'initials', 'memberType', 'products', 'status', 'url', 'username'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get invited organization membersTRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORGAcciónRetrieves 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_ORGAcciónRetrieves 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.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization. Using the organization's unique ID is generally more reliable.
fieldsstringDetermines the set of fields to be returned for each invited member. Specify 'all' to include all available fields, or provide a comma-separated list of desired fields. Valid fields include: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, or username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get organization invited member fieldTRELLO_GET_ORGANIZATIONS_MEMBERS_INVITED_BY_ID_ORG_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific `field` (e.g., fullname, username, email, status) for members with pending invitations to the trello organization specified by `idorg`.
Parámetros de entrada
fieldstringObligatorioThe specific field of an invited member to retrieve. This refers to an attribute of the invited member object.
idOrgstringObligatorioThe ID or name of the Trello organization.
Parámetros de salida
dataobjectObligatorioA dictionary containing the value of the requested field for the invited members. Typically, this will be a simple key-value pair like `{\"_value\": \"requested_field_value\"}` or may represent a sub-section of the invited member's data related to the field.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search TrelloTRELLO_GET_SEARCHAcciónSearches trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields.
TRELLO_GET_SEARCHAcciónSearches trello content (e.g., boards, cards, members) within specified organizations using a query and customizable result fields.
Parámetros de entrada
querystringObligatorioThe search query string. Must be between 1 and 16384 characters long.
idCardsstringA comma-separated list of card IDs to search for.
partialstringWhether to enable partial matching for the search query ('true' or 'false').
idBoardsstringA comma-separated list of board IDs to search within. Default is 'mine' (boards the user is a member of).
card_liststringWhether to include the list object for each card returned ('true' or 'false').
card_boardstringWhether to include the board object for each card returned ('true' or 'false').
cards_pagestringPage number for paginated card results. Must be 0-100. Default is 0.
modelTypesstringTypes of Trello objects to search (e.g., 'cards,boards' or 'all' from 'actions', 'boards', 'cards', 'members', 'organizations'). Default is 'all'.
card_fieldsstringFields for found cards; 'all' or a comma-separated list (e.g., 'name,due'). Default is 'all'.
cards_limitstringMaximum number of card results. Must be 1-1000. Default is 1.
board_fieldsstringFields for found boards; 'all' or a comma-separated list (e.g., 'name,url'). Default is 'name and idOrganization'.
boards_limitstringMaximum number of board results. Must be 1-1000. Default is 1.
card_membersstringWhether to include member objects for each card returned ('true' or 'false').
card_stickersstringWhether to include sticker objects for each card returned ('true' or 'false').
member_fieldsstringFields for found members; 'all' or a comma-separated list (e.g., 'fullName,username'). Default is 'avatarHash, fullName, initials, username and confirmed'.
members_limitstringMaximum number of member results. Must be 1-1000. Default is 10.
idOrganizationsstringObligatorioA comma-separated list of organization IDs to search within. This field is required.
card_attachmentsstringWhether to include attachments for cards ('true', 'false', or 'cover' for card cover attachments).
organization_fieldsstringFields for found organizations; 'all' or a comma-separated list (e.g., 'name,url'). Default is 'name and displayName'.
organizations_limitstringMaximum number of organization results. Must be 1-1000. Default is 10.
Parámetros de salida
dataobjectObligatorioSearch results, where keys usually match `modelTypes` (e.g., 'cards', 'boards') and values are lists of matching objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search for membersTRELLO_GET_SEARCH_MEMBERSAcciónSearches trello members by name, username, or email, optionally scoped to a board or organization.
TRELLO_GET_SEARCH_MEMBERSAcciónSearches trello members by name, username, or email, optionally scoped to a board or organization.
Parámetros de entrada
limitstringMaximum number of member records to return (string '1'-'20').
querystringObligatorioSearch query for Trello members by name, username, or email (1-16384 characters).
idBoardstringID of a Trello board to scope the member search; 'null' or omitted means no board restriction.
idOrganizationstringID of a Trello organization to scope the member search; 'null' or omitted means no organization restriction.
onlyOrgMembersstringSearch only for members of the `idOrganization` ('true' or 'false'); effective only when `idOrganization` is provided.
Parámetros de salida
dataobjectObligatorioTrello API response, typically a list of member objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get sessions socketTRELLO_GET_SESSIONS_SOCKETAcciónEstablishes a websocket connection with trello for receiving real-time updates on trello entities.
TRELLO_GET_SESSIONS_SOCKETAcciónEstablishes a websocket connection with trello for receiving real-time updates on trello entities.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioInformation about the established WebSocket session, such as session identifiers or status; specific structure and content may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get token by tokenTRELLO_GET_TOKENS_BY_TOKENAcciónRetrieves information about a specific trello api token, allowing selection of specific fields and inclusion of webhook details.
TRELLO_GET_TOKENS_BY_TOKENAcciónRetrieves information about a specific trello api token, allowing selection of specific fields and inclusion of webhook details.
Parámetros de entrada
fieldsstringComma-separated string of fields to include (e.g., 'dateCreated,idMember') or 'all'. Valid fields: 'dateCreated', 'dateExpires', 'idMember', 'identifier', 'permissions'.
webhooksstringString 'true' or 'false' to include webhook information.
Parámetros de salida
dataobjectObligatorioDictionary of token details. Structure depends on the 'fields' requested and can include 'dateCreated', 'dateExpires', 'idMember', 'identifier', 'permissions'.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get token fieldTRELLO_GET_TOKENS_BY_TOKEN_BY_FIELDAcciónRetrieves 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_FIELDAcciónRetrieves a specific field from a trello token, provided the token is valid, has necessary permissions, and the field is a valid token field.
Parámetros de entrada
fieldstringObligatorioThe specific field of the token to retrieve (e.g., 'identifier', 'idMember', 'dateCreated').
tokenstringObligatorioThe Trello authentication token.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get token memberTRELLO_GET_TOKENS_MEMBER_BY_TOKENAcciónRetrieves information about the trello member associated with the current api token, allowing customization of the returned fields.
TRELLO_GET_TOKENS_MEMBER_BY_TOKENAcciónRetrieves information about the trello member associated with the current api token, allowing customization of the returned fields.
Parámetros de entrada
fieldsstringSpecifies the member fields to return. Use 'all' for all fields, or a comma-separated list of specific field names. Available fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested member information. The structure of this dictionary is determined by the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Retrieve token member fieldTRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELDAcciónRetrieves a specific field for the trello member associated with the provided api token.
TRELLO_GET_TOKENS_MEMBER_BY_TOKEN_BY_FIELDAcciónRetrieves a specific field for the trello member associated with the provided api token.
Parámetros de entrada
fieldstringObligatorioThe field to retrieve for the member associated with the token. This can be any valid member field.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested field and its value. The key is the field name and the value is the field's content.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get webhooks for tokenTRELLO_GET_TOKENS_WEBHOOKS_BY_TOKENAcciónRetrieves all webhooks associated with a specific trello api token.
TRELLO_GET_TOKENS_WEBHOOKS_BY_TOKENAcciónRetrieves all webhooks associated with a specific trello api token.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioWebhook details for the token, typically including ID, description, callback URL, monitored model ID, and active status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get token webhook by IDTRELLO_GET_TOKENS_WEBHOOKS_BY_TOKEN_BY_ID_WEBHOOKAcciónRetrieves 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_WEBHOOKAcciónRetrieves detailed information for a specific trello webhook, identified by `idwebhook`, that is associated with the given `token`.
Parámetros de entrada
idWebhookstringObligatorioThe unique identifier (ID) of the webhook whose details are to be retrieved. This ID is typically a 24-character hexadecimal string.
Parámetros de salida
dataobjectObligatorioProperties and configuration details of the retrieved webhook, such as its callback URL, the ID of the model it watches, and its active status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get type by idTRELLO_GET_TYPES_BY_IDAcciónRetrieves the structural details of a trello object type (e.g., 'action', 'board', 'card') using its identifier; describes the type itself, not specific instances.
TRELLO_GET_TYPES_BY_IDAcciónRetrieves the structural details of a trello object type (e.g., 'action', 'board', 'card') using its identifier; describes the type itself, not specific instances.
Parámetros de entrada
idstringObligatorioThe identifier of the Trello object type whose details are to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the properties and characteristics of the specified Trello object type.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get webhook by IDTRELLO_GET_WEBHOOKS_BY_ID_WEBHOOKAcciónRetrieves the full configuration and status for a specific trello webhook by its unique id; this action does not return past notification history.
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOKAcciónRetrieves the full configuration and status for a specific trello webhook by its unique id; this action does not return past notification history.
Parámetros de entrada
idWebhookstringObligatorioThe unique identifier (ID) of the Trello webhook to retrieve.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get webhook field by idTRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELDAcciónGets a specific field's value from a trello webhook, avoiding retrieval of the full webhook object.
TRELLO_GET_WEBHOOKS_BY_ID_WEBHOOK_BY_FIELDAcciónGets a specific field's value from a trello webhook, avoiding retrieval of the full webhook object.
Parámetros de entrada
fieldstringObligatorioThe specific field to retrieve from the webhook object. For example, 'description', 'idModel', 'callbackURL', or 'active'.
idWebhookstringObligatorioThe unique identifier of the Trello webhook.
Parámetros de salida
dataobjectObligatorioDictionary containing the value of the specified field, often under a '_value' key.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add new list to boardTRELLO_LIST_CREATE_LISTAcciónDeprecated: use 'add lists' instead. creates a new list on a trello board, optionally copying an existing list, setting position, and initial state; does not modify existing lists or move cards.
TRELLO_LIST_CREATE_LISTAcciónDeprecated: use 'add lists' instead. creates a new list on a trello board, optionally copying an existing list, setting position, and initial state; does not modify existing lists or move cards.
Parámetros de entrada
posstringThe position of the new list on the board. Valid values are `top`, `bottom`, or a positive number (e.g., '1', '2.5').
namestringThe name for the new list. Must be a string with a length from 1 to 16384 characters. This is a required parameter.
closedstringIndicates whether the list should be created as closed (archived). Set to `true` for closed, or `false` for open.
idBoardstringThe ID of the board to which the new list should be added. This is a required parameter.
subscribedstringIndicates whether the user creating the list should be automatically subscribed to it. Set to `true` to subscribe, or `false` otherwise.
idListSourcestringThe ID of an existing list to copy when creating the new list. If provided, the new list will be a copy of this source list.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the newly created list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get list by IDTRELLO_LIST_GET_BY_ID_LISTAcciónRetrieves a trello list by its unique id, optionally including details for its cards and parent board. <<DEPRECATED use get_lists_by_id_list>>
TRELLO_LIST_GET_BY_ID_LISTAcciónRetrieves a trello list by its unique id, optionally including details for its cards and parent board. <<DEPRECATED use get_lists_by_id_list>>
Parámetros de entrada
boardstringDetermines whether the board object the list belongs to is returned. Set to 'true' to include board details or 'false' to omit them.
cardsstringDetermines whether cards are returned as part of the list data. Valid values are 'all', 'closed', 'none', or 'open'.
fieldsstringSpecifies the fields for the list itself to be returned. Valid values are 'all' or a comma-separated list of list fields: closed, idBoard, name, pos, or subscribed.
idListstringObligatorioThe ID of the Trello list to retrieve.
card_fieldsstringSpecifies the fields for cards to be returned if 'cards' is not 'none'. Valid values are 'all' or a comma-separated list of card fields: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url.
board_fieldsstringSpecifies the fields for the board to be returned if 'board' is 'true'. Valid values are 'all' or a comma-separated list of board fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, or url.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get cards in a listTRELLO_LIST_GET_CARDS_BY_ID_LISTAcciónDeprecated: fetches cards from a trello list by its id; use `getlistscardsbyidlist` instead.
TRELLO_LIST_GET_CARDS_BY_ID_LISTAcciónDeprecated: fetches cards from a trello list by its id; use `getlistscardsbyidlist` instead.
Parámetros de entrada
limitstringThe maximum number of cards to return. Must be a number from 1 to 1000, provided as a string. The default integer value `2` will be automatically converted to the string `'2'`.
sincestringFilter cards to include only those created or updated after this date. Provide a date string (e.g., YYYY-MM-DD or an ISO 8601 datetime string) or 'null'.
beforestringFilter cards to include only those created or updated before this date. Provide a date string (e.g., YYYY-MM-DD or an ISO 8601 datetime string) or 'null'.
fieldsstringFields to include for cards. Use 'all' or a comma-separated list of specific fields. Valid fields include: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idAttachmentCover, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, labels, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, or url. Defaults to 'all'.
filterstringFilter cards by their state. Valid values are 'all', 'closed', 'none', or 'open'. Defaults to 'open'.
idListstringObligatorioThe ID of the list from which to retrieve cards.
actionsstringDetermines what actions are returned. Use 'all' to return all actions, or provide a comma-separated list of specific action types. Valid action types include: addAttachmentToCard, addChecklistToCard, addMemberToBoard, addMemberToCard, addMemberToOrganization, addToOrganizationBoard, commentCard, convertToCardFromCheckItem, copyBoard, copyCard, copyCommentCard, createBoard, createCard, createList, createOrganization, deleteAttachmentFromCard, deleteBoardInvitation, deleteCard, deleteOrganizationInvitation, disablePowerUp, emailCard, enablePowerUp, makeAdminOfBoard, makeNormalMemberOfBoard, makeNormalMemberOfOrganization, makeObserverOfBoard, memberJoinedTrello, moveCardFromBoard, moveCardToBoard, moveListFromBoard, moveListToBoard, removeChecklistFromCard, removeFromOrganizationBoard, removeMemberFromCard, unconfirmedBoardInvitation, unconfirmedOrganizationInvitation, updateBoard, updateCard, updateCard:closed, updateCard:desc, updateCard:idList, updateCard:name, updateCheckItemStateOnCard, updateChecklist, updateList, updateList:closed, updateList:name, updateMember, or updateOrganization.
membersstringSpecify whether to include members. Accepted string values are 'true' or 'false'.
stickersstringSpecify whether to include stickers. Accepted string values are 'true' or 'false'.
checklistsstringSpecify whether to include checklists. Valid values are 'all' or 'none'. Defaults to 'none'.
attachmentsstringSpecify whether to include attachments. Accepted string values are 'true', 'false', or 'cover' (to retrieve only card cover attachments).
member_fieldsstringFields to include for members. Use 'all' or a comma-separated list of specific fields. Valid fields include: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, or username. Defaults to 'avatarHash,fullName,initials,username'.
checkItemStatesstringSpecify whether to include check item states. Accepted string values are 'true' or 'false'.
attachment_fieldsstringFields to include for attachments. Use 'all' or a comma-separated list of specific fields. Valid fields include: bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, or url. Defaults to 'all'.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get board by list IDTRELLO_LIST_ID_BOARD_GETAcciónDeprecated: please use the `get lists board by id list` action instead. retrieves the board to which a specific trello list belongs.
TRELLO_LIST_ID_BOARD_GETAcciónDeprecated: please use the `get lists board by id list` action instead. retrieves the board to which a specific trello list belongs.
Parámetros de entrada
fieldsstringBoard fields to return, comma-separated. Use 'all' for all fields. Valid fields: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.
idListstringObligatorioThe unique identifier of the Trello list for which to retrieve the parent board information.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the board to which the specified list belongs. The content and structure of this dictionary depend on the 'fields' parameter provided in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Mark card notifications readTRELLO_MARK_CARD_NOTIFICATIONS_READAcciónMarks all notifications associated with a specific trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications.
TRELLO_MARK_CARD_NOTIFICATIONS_READAcciónMarks all notifications associated with a specific trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications.
Parámetros de entrada
idCardstringObligatorioThe ID or short link of the card whose associated notifications are to be marked as read.
Parámetros de salida
dataobjectObligatorioAn empty dictionary is returned on successful execution, confirming that notifications have been marked as read. In case of an error, this may contain error details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member boards with filterTRELLO_MEMBER_GET_BOARDSAcciónDeprecated: retrieves a filtered list of boards for a trello member; use `get members boards by id member by filter` instead.
TRELLO_MEMBER_GET_BOARDSAcciónDeprecated: retrieves a filtered list of boards for a trello member; use `get members boards by id member by filter` instead.
Parámetros de entrada
filterstringThe filter to apply when retrieving boards. Determines which subset of boards is returned.
idMemberstringObligatorioThe ID or username of the Trello member whose boards are to be retrieved.
Parámetros de salida
dataobjectObligatorioA dictionary containing the list of boards that match the specified filter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member boards by idTRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBERAcciónDeprecated: use `getmembersboardsbyidmember`; retrieves trello boards for a member (id/username).
TRELLO_MEMBER_GET_BOARDS_BY_ID_MEMBERAcciónDeprecated: use `getmembersboardsbyidmember`; retrieves trello boards for a member (id/username).
Parámetros de entrada
listsstringFilters the lists returned for each board. Valid values: 'all', 'closed', 'none', 'open'.
fieldsstringSpecifies the fields to return for each board. Accepts 'all' or a comma-separated list of field names. Possible field names: 'closed', 'dateLastActivity', 'dateLastView', 'desc', 'descData', 'idOrganization', 'invitations', 'invited', 'labelNames', 'memberships', 'name', 'pinned', 'powerUps', 'prefs', 'shortLink', 'shortUrl', 'starred', 'subscribed', 'url'.
filterstringFilters the boards returned. Valid values are 'all' or a comma-separated list of: 'closed', 'members', 'open', 'organization', 'pinned', 'public', 'starred', 'unpinned'.
actionsstringSpecifies which actions to return for each board. Accepts 'all' or a comma-separated list of action types. Possible action types: 'addAttachmentToCard', 'addChecklistToCard', 'addMemberToBoard', 'addMemberToCard', 'addMemberToOrganization', 'addToOrganizationBoard', 'commentCard', 'convertToCardFromCheckItem', 'copyBoard', 'copyCard', 'copyCommentCard', 'createBoard', 'createCard', 'createList', 'createOrganization', 'deleteAttachmentFromCard', 'deleteBoardInvitation', 'deleteCard', 'deleteOrganizationInvitation', 'disablePowerUp', 'emailCard', 'enablePowerUp', 'makeAdminOfBoard', 'makeNormalMemberOfBoard', 'makeNormalMemberOfOrganization', 'makeObserverOfBoard', 'memberJoinedTrello', 'moveCardFromBoard', 'moveCardToBoard', 'moveListFromBoard', 'moveListToBoard', 'removeChecklistFromCard', 'removeFromOrganizationBoard', 'removeMemberFromCard', 'unconfirmedBoardInvitation', 'unconfirmedOrganizationInvitation', 'updateBoard', 'updateCard', 'updateCard:closed', 'updateCard:desc', 'updateCard:idList', 'updateCard:name', 'updateCheckItemStateOnCard', 'updateChecklist', 'updateList', 'updateList:closed', 'updateList:name', 'updateMember', 'updateOrganization'.
idMemberstringObligatorioThe ID or username of the Trello member.
membershipsstringFilters boards by the member's membership type. Accepts 'all' or a comma-separated list of: 'active', 'admin', 'deactivated', 'me', 'normal'.
organizationstringDetermines whether to return organization data for boards. Valid values: 'true' or 'false'.
action_fieldsstringSpecifies fields for returned actions if actions are requested. Accepts 'all' or a comma-separated list: 'data', 'date', 'idMemberCreator', 'type'.
actions_limitstringThe maximum number of actions to return, from 0 to 1000.
actions_sincestringFilters actions to those that occurred after this date, or accepts 'null' or 'lastView'.
actions_formatstringThe format for returned actions. Valid values: 'count', 'list', or 'minimal'.
actions_entitiesstringDetermines whether to return entity data for actions. Valid values: 'true' or 'false'.
organization_fieldsstringSpecifies the fields to return for the organization if 'organization' is 'true'. Accepts 'all' or a comma-separated list of field names. Possible field names: 'billableMemberCount', 'desc', 'descData', 'displayName', 'idBoards', 'invitations', 'invited', 'logoHash', 'memberships', 'name', 'powerUps', 'prefs', 'premiumFeatures', 'products', 'url', 'website'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. This typically includes a list of board objects that the member is associated with. The specific structure and content will depend on the query parameters like 'fields', 'actions', etc., used in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get member by IDTRELLO_MEMBER_GET_BY_IDAcción[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.
TRELLO_MEMBER_GET_BY_IDAcción[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.
Parámetros de entrada
cardsstringFilters cards. Valid values: 'all', 'closed', 'none', 'open', 'visible'.
boardsstringFilters boards. Valid values: 'all' or a comma-separated list (e.g., 'open,starred').
fieldsstringMember fields to return. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username,email').
tokensstringFilters API tokens for the member. Valid values: 'all', 'none'.
actionsstringFilters actions by type. Valid values: 'all' or a comma-separated list of action types (e.g., addAttachmentToCard, commentCard, createBoard).
idMemberstringObligatorioThe ID or username of the Trello member.
boardStarsstringInclude information about the member's starred boards. Valid values: 'true', 'false'.
board_listsstringFilters lists on boards. Valid values: 'all', 'closed', 'none', 'open'.
card_fieldsstringFields to return for each card. Valid values: 'all' or a comma-separated list (e.g., 'name,desc').
customEmojistringFilters custom emoji. Valid values: 'all', 'none'.
action_sincestringRetrieve actions created after this date/time (ISO 8601 or 'lastView'), or 'null' for no restriction.
board_fieldsstringFields to return for each board. Valid values: 'all' or a comma-separated list (e.g., 'name,idOrganization').
card_membersstringInclude member objects for each card. Valid values: 'true', 'false'.
paid_accountstringInclude paid account information for the member. Valid values: 'true', 'false'.
action_beforestringRetrieve actions created before this date/time (ISO 8601), or 'null' for no restriction.
action_fieldsstringFields to return for each action. Valid values: 'all' or a comma-separated list (e.g., 'data,date').
actions_limitstringMaximum number of actions to return (0-1000).
board_actionsstringFilters board actions by type. Valid values: 'all' or a comma-separated list of action types (e.g., createCard, updateBoard).
boardsInvitedstringFilters boards the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'open,starred').
card_stickersstringInclude sticker information for cards. Valid values: 'true', 'false'.
notificationsstringFilters notifications by type. Valid values: 'all' or a comma-separated list of notification types (e.g., commentCard, addedToBoard).
organizationsstringFilters organizations the member belongs to. Valid values: 'all', 'members', 'none', 'public'.
savedSearchesstringInclude the member's saved searches. Valid values: 'true', 'false'.
customStickersstringFilters custom stickers. Valid values: 'all', 'none'.
actions_displaystringInclude display information for actions. Valid values: 'true', 'false'.
actions_entitiesstringInclude related entities in actions. Valid values: 'true', 'false'.
boardBackgroundsstringFilters board backgrounds. Valid values: 'all', 'custom', 'default', 'none', 'premium'.
card_attachmentsstringInclude card attachments. Valid values: 'true', 'false', 'cover'.
board_membershipsstringFilters board memberships. Valid values: 'all' or a comma-separated list (e.g., 'active,admin').
board_organizationstringInclude the organization for each board. Valid values: 'true', 'false'.
card_member_fieldsstringFields to return for card members. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username').
notification_sincestringRetrieve notifications created after this notification ID, or 'null' for no restriction.
board_action_fieldsstringFields to return for each board action. Valid values: 'all' or a comma-separated list (e.g., 'data,date').
board_actions_limitstringMaximum number of board actions to return (0-1000).
board_actions_sincestringRetrieve board actions created after this date/time (ISO 8601 or 'lastView'), or 'null' for no restriction.
notification_beforestringRetrieve notifications created before this notification ID, or 'null' for no restriction.
notification_fieldsstringFields to return for notifications. Valid values: 'all' or a comma-separated list (e.g., 'data,date,unread').
notifications_limitstringMaximum number of notifications to return (1-1000).
organization_fieldsstringFields to return for organizations. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
board_actions_formatstringFormat for board actions. Valid values: 'count', 'list', 'minimal'.
boardsInvited_fieldsstringFields to return for boards the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'name,idOrganization').
organizationsInvitedstringFilters organizations the member has been invited to. Valid values: 'all', 'members', 'none', 'public'.
board_actions_displaystringInclude display information for board actions. Valid values: 'true', 'false'.
notifications_displaystringInclude display information for notifications. Valid values: 'true', 'false'.
board_actions_entitiesstringInclude related entities in board actions. Valid values: 'true', 'false'.
card_attachment_fieldsstringFields to return for card attachments. Valid values: 'all' or a comma-separated list (e.g., 'url,name').
customBoardBackgroundsstringFilters custom board backgrounds. Valid values: 'all', 'none'.
notifications_entitiesstringInclude related entities in notifications. Valid values: 'true', 'false'.
board_organization_fieldsstringFields to return for the board's organization. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
organization_paid_accountstringInclude paid account information for organizations. Valid values: 'true', 'false'.
notification_memberCreatorstringInclude the member creator for notifications. Valid values: 'true', 'false'.
organizationsInvited_fieldsstringFields to return for organizations the member has been invited to. Valid values: 'all' or a comma-separated list (e.g., 'name,displayName').
notification_memberCreator_fieldsstringFields for the notification member creator. Valid values: 'all' or a comma-separated list (e.g., 'fullName,username').
Parámetros de salida
dataobjectObligatorioA dictionary containing the member's details based on the requested fields and filters.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove checklist itemTRELLO_REMOVE_CHECKLIST_ITEM_FROM_CARD_BY_IDSAcciónPermanently deletes a specific checklist item from a checklist on a trello card using their respective ids.
TRELLO_REMOVE_CHECKLIST_ITEM_FROM_CARD_BY_IDSAcciónPermanently deletes a specific checklist item from a checklist on a trello card using their respective ids.
Parámetros de entrada
idCardstringObligatorioID or short link of the card containing the checklist.
idCheckItemstringObligatorioID of the checklist item to remove.
idCheckliststringObligatorioID of the checklist containing the item to be removed.
Parámetros de salida
dataobjectObligatorioConfirms deletion or provides error details; structure may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Remove member's custom board backgroundTRELLO_REMOVE_SPECIFIC_MEMBER_S_BOARD_BACKGROUNDSAcciónPermanently deletes a specific custom board background (identified by `idboardbackground`) associated with an existing trello member (identified by `idmember`).
TRELLO_REMOVE_SPECIFIC_MEMBER_S_BOARD_BACKGROUNDSAcciónPermanently deletes a specific custom board background (identified by `idboardbackground`) associated with an existing trello member (identified by `idmember`).
Parámetros de entrada
idMemberstringObligatorioThe ID or username of the Trello member.
idBoardBackgroundstringObligatorioThe ID of the custom board background to be removed.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Trello (deprecated)TRELLO_SEARCH_GET_RESULTSAcciónDeprecated: use the `get search` action to search trello content within specified organizations.
TRELLO_SEARCH_GET_RESULTSAcciónDeprecated: use the `get search` action to search trello content within specified organizations.
Parámetros de entrada
querystringObligatorioThe search query string. Must be between 1 and 16384 characters long.
idCardsstringA comma-separated list of card IDs to search for.
partialstringWhether to enable partial matching for the search query ('true' or 'false').
idBoardsstringA comma-separated list of board IDs to search within. Default is 'mine' (boards the user is a member of).
card_liststringWhether to include the list object for each card returned ('true' or 'false').
card_boardstringWhether to include the board object for each card returned ('true' or 'false').
cards_pagestringPage number for paginated card results. Must be 0-100. Default is 0.
modelTypesstringTypes of Trello objects to search (e.g., 'cards,boards' or 'all' from 'actions', 'boards', 'cards', 'members', 'organizations'). Default is 'all'.
card_fieldsstringFields for found cards; 'all' or a comma-separated list (e.g., 'name,due'). Default is 'all'.
cards_limitstringMaximum number of card results. Must be 1-1000. Default is 1.
board_fieldsstringFields for found boards; 'all' or a comma-separated list (e.g., 'name,url'). Default is 'name and idOrganization'.
boards_limitstringMaximum number of board results. Must be 1-1000. Default is 1.
card_membersstringWhether to include member objects for each card returned ('true' or 'false').
card_stickersstringWhether to include sticker objects for each card returned ('true' or 'false').
member_fieldsstringFields for found members; 'all' or a comma-separated list (e.g., 'fullName,username'). Default is 'avatarHash, fullName, initials, username and confirmed'.
members_limitstringMaximum number of member results. Must be 1-1000. Default is 10.
idOrganizationsstringObligatorioA comma-separated list of organization IDs to search within. This field is required.
card_attachmentsstringWhether to include attachments for cards ('true', 'false', or 'cover' for card cover attachments).
organization_fieldsstringFields for found organizations; 'all' or a comma-separated list (e.g., 'name,url'). Default is 'name and displayName'.
organizations_limitstringMaximum number of organization results. Must be 1-1000. Default is 10.
Parámetros de salida
dataobjectObligatorioSearch results, where keys usually match `modelTypes` (e.g., 'cards', 'boards') and values are lists of matching objects.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get token memberTRELLO_TOKEN_GET_MEMBER_BY_TOKENAcciónRetrieves information for the trello member associated with the api token, with customizable fields. <<deprecated: please use the 'get tokens member by token' action instead.>>
TRELLO_TOKEN_GET_MEMBER_BY_TOKENAcciónRetrieves information for the trello member associated with the api token, with customizable fields. <<deprecated: please use the 'get tokens member by token' action instead.>>
Parámetros de entrada
fieldsstringSpecifies the member fields to return. Use 'all' for all fields, or a comma-separated list of specific field names. Available fields: avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idBoardsPinned, idOrganizations, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, premiumFeatures, products, status, trophies, uploadedAvatarHash, url, username.
Parámetros de salida
dataobjectObligatorioA dictionary containing the requested member information. The structure of this dictionary is determined by the 'fields' parameter in the request.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Member Board StarTRELLO_TRELLO_UPDATE_MEMBER_BOARD_STARAcciónUpdates 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.
TRELLO_TRELLO_UPDATE_MEMBER_BOARD_STARAcciónUpdates 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.
Parámetros de entrada
posstringNew position for the board star ('top', 'bottom', or a positive number string like '1' or '1024.5'). 'top' is first, 'bottom' is last.
idBoardstringID of the Trello board this star should point to; if provided, updates the star's reference.
idMemberstringObligatorioID or username of the Trello member.
idBoardStarstringObligatorioUnique ID of the board star to update (not the board ID it points to).
Parámetros de salida
dataobjectObligatorioDetails of the updated board star, including its ID, starred board ID, and position.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update action textTRELLO_UPDATE_ACTIONS_BY_ID_ACTIONAcciónUpdates the `text` field of a specific trello comment action, identified by `idaction`.
TRELLO_UPDATE_ACTIONS_BY_ID_ACTIONAcciónUpdates the `text` field of a specific trello comment action, identified by `idaction`.
Parámetros de entrada
textstringThe new text content for the action (comment). Must be a string with a length from 1 to 16384 characters.
idActionstringObligatorioThe unique identifier of the action (comment) to be updated.
Parámetros de salida
dataobjectObligatorioThe Trello API response, typically containing the updated action object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update action textTRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTIONAcciónUpdates the text of an existing trello action (e.g., a comment or card update) identified by `idaction`; this change only affects the action's text content.
TRELLO_UPDATE_ACTIONS_TEXT_BY_ID_ACTIONAcciónUpdates the text of an existing trello action (e.g., a comment or card update) identified by `idaction`; this change only affects the action's text content.
Parámetros de entrada
valuestringThe new text content for the action. This string must have a length between 1 and 16384 characters, inclusive.
idActionstringObligatorioThe unique identifier of the Trello action (e.g., a comment or card update) whose text needs to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API's response, typically representing the details of the action after its text has been updated.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board membershipTRELLO_UPDATE_BOARD_MEMBERSHIPAcciónUpdates 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_MEMBERSHIPAcciónUpdates 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.
Parámetros de entrada
typestringNew role for the member on the board, determining their permissions. Must be 'admin', 'normal', or 'observer'.
idBoardstringObligatorioUnique identifier of the Trello board.
idMembershipstringObligatorioUnique identifier of the membership to be updated.
member_fieldsstringFields for the member to include in the response. Use 'all' or a comma-separated list (e.g., avatarHash, bio, fullName).
Parámetros de salida
dataobjectObligatorioDetails of the updated board membership; specific fields returned depend on the `member_fields` request parameter.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board by IDTRELLO_UPDATE_BOARDS_BY_ID_BOARDAcciónUpdates attributes (e.g., name, description, status, preferences) of an existing trello board identified by `idboard`.
TRELLO_UPDATE_BOARDS_BY_ID_BOARDAcciónUpdates attributes (e.g., name, description, status, preferences) of an existing trello board identified by `idboard`.
Parámetros de entrada
descstringNew board description (max 16384 characters). An empty string removes the current description.
namestringNew name for the board (1-16384 characters).
closedstringSet to 'true' to close (archive) the board, or 'false' to re-open.
idBoardstringObligatorioThe ID of the Trello board to update.
powerUpsstringPower-Ups to enable (e.g., 'calendar,voting', 'all'). Valid: `calendar`, `cardAging`, `recap`, `voting`.
subscribedstring'true' or 'false' for the authenticated user to be subscribed to the board.
prefs_votingstringVoting permissions. Maps to API parameter 'prefs_voting'. Allowed values: `disabled`, `members`, `observers`, `org`, `public`.
idBoardSourcestringID of an existing board to copy settings (e.g., lists, labels) from.
prefs__votingstringVoting permissions. Maps to API parameter 'prefs/voting'. Allowed values: `disabled`, `members`, `observers`, `org`, `public`.
idOrganizationstringID or name of the Trello Workspace to associate with this board.
keepFromSourcestringComma-separated components to copy from `idBoardSource` (e.g., 'cards,labels', 'all'). Defaults to 'cards' if `idBoardSource` is set. Valid: `cards`, `lists`, `members`, `checklists`, `comments`, `labels`, `stickers`, `attachments`.
prefs_commentsstringCommenting permissions. Maps to API parameter 'prefs_comments'. Allowed values: `disabled`, `members`, `observers`, `org`, `public`.
prefs_selfJoinstringEnables or disables self-join for Workspace members. Maps to API parameter 'prefs_selfJoin'. Set to 'true' or 'false'.
labelNames__redstringCustom name for the red label (max 16384 chars). Maps to API parameter 'labelNames/red'.
prefs__commentsstringCommenting permissions. Maps to API parameter 'prefs/comments'. Allowed values: `disabled`, `members`, `observers`, `org`, `public`.
prefs__selfJoinstringEnable or disable self-join for Workspace members. Maps to API parameter 'prefs/selfJoin'. Set to 'true' or 'false'.
prefs_cardAgingstringCard aging style. Maps to API parameter 'prefs_cardAging'. Allowed values: `pirate`, `regular`.
labelNames__bluestringCustom name for the blue label (max 16384 chars). Maps to API parameter 'labelNames/blue'.
prefs__cardAgingstringCard aging style. Maps to API parameter 'prefs/cardAging'. Allowed values: `pirate`, `regular`.
prefs_backgroundstringBoard background. Maps to API parameter 'prefs_background'. Can be a color name, a custom background ID, or a Trello photo ID. Max length: 16384 characters.
prefs_cardCoversstringEnables or disables card covers. Maps to API parameter 'prefs_cardCovers'. Set to 'true' or 'false'.
labelNames__greenstringCustom name for the green label (max 16384 chars). Maps to API parameter 'labelNames/green'.
prefs__backgroundstringBoard background. Maps to API parameter 'prefs/background'. Use a standard Trello background name (e.g., 'blue', 'orange', 'green', 'red', 'purple', 'pink', 'lime', 'sky', 'grey') or the ID of a custom background image.
prefs__cardCoversstringEnable or disable card covers. Maps to API parameter 'prefs/cardCovers'. Set to 'true' or 'false'.
prefs_invitationsstringInvitation permissions. Maps to API parameter 'prefs_invitations'. Allowed values: `admins`, `members`.
labelNames__orangestringCustom name for the orange label (max 16384 chars). Maps to API parameter 'labelNames/orange'.
labelNames__purplestringCustom name for the purple label (max 16384 chars). Maps to API parameter 'labelNames/purple'.
labelNames__yellowstringCustom name for the yellow label (max 16384 chars). Maps to API parameter 'labelNames/yellow'.
prefs__invitationsstringInvitation permissions. Maps to API parameter 'prefs/invitations'. Allowed values: `admins`, `members`.
prefs_permissionLevelstringBoard's visibility and permission level. Maps to API parameter 'prefs_permissionLevel'. Allowed values: `org`, `private`, `public`.
prefs__permissionLevelstringBoard visibility and permission level. Maps to API parameter 'prefs/permissionLevel'. Allowed values: `org` (Workspace-visible), `private`, `public`.
prefs__calendarFeedEnabledstringEnable or disable the iCalendar feed. Maps to API parameter 'prefs/calendarFeedEnabled'. Set to 'true' or 'false'.
Parámetros de salida
dataobjectObligatorioDetails of the updated Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board closed statusTRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARDAcciónArchives (closes) an active trello board or reopens a previously archived board.
TRELLO_UPDATE_BOARDS_CLOSED_BY_ID_BOARDAcciónArchives (closes) an active trello board or reopens a previously archived board.
Parámetros de entrada
valuestringThe desired closed state for the board. Set to the string 'true' to close (archive) the board, or the string 'false' to reopen it.
idBoardstringObligatorioThe ID of the Trello board to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary representing the Trello board with its updated 'closed' status and other properties.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board descriptionTRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARDAcciónUpdates the description of a specified trello board; the update is immediate and does not affect other board elements like lists, cards, or membership.
TRELLO_UPDATE_BOARDS_DESC_BY_ID_BOARDAcciónUpdates the description of a specified trello board; the update is immediate and does not affect other board elements like lists, cards, or membership.
Parámetros de entrada
valuestringThe new description for the board. Must be a string with a length between 0 and 16384 characters. Providing an empty string ("") will clear the board's description. If `null` is sent or the field is omitted, Trello's behavior might vary, potentially leaving the description unchanged or clearing it; use an empty string for an explicit clear.
idBoardstringObligatorioThe unique identifier of the Trello board whose description will be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board sidebar actions preferencesTRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFSAcciónUpdates the current user's preference for the visibility of sidebar board actions on a specific trello board.
TRELLO_UPDATE_BOARD_SIDEBAR_ACTIONS_PREFSAcciónUpdates the current user's preference for the visibility of sidebar board actions on a specific trello board.
Parámetros de entrada
valuestringControls the visibility of sidebar board actions. Use 'true' to show them, 'false' to hide them.
idBoardstringObligatorioThe unique identifier of the Trello board for which the 'showSidebarBoardActions' preference is being updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board organizationTRELLO_UPDATE_BOARDS_ID_ORGANIZATION_BY_ID_BOARDAcciónMoves 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_BOARDAcciónMoves an existing trello board to a specified, existing trello organization, which can affect the board's visibility and member access.
Parámetros de entrada
valuestringThe ID of the new Trello organization to which the board will be moved. Must be a string with a length between 0 and 16384 characters. An empty string may be used to attempt to remove the board from its current organization, if the Trello API supports this behavior.
idBoardstringObligatorioThe ID of the Trello board to be moved to a new organization.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response. The exact contents can vary and might be minimal; it may not include full updated board details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a board's blue label nameTRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARDAcciónSets the name of the blue label for a trello board.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_BLUE_BY_ID_BOARDAcciónSets the name of the blue label for a trello board.
Parámetros de entrada
valuestringThe new name for the blue label. Must be a string with a length from 0 to 16384 characters. An empty string can be used to remove the current name.
idBoardstringObligatorioThe unique identifier of the Trello board whose blue label name is to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board's green label nameTRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARDAcciónUpdates 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.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_GREEN_BY_ID_BOARDAcciónUpdates 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.
Parámetros de entrada
valuestringThe new name for the green label (0-16384 characters). An empty string may reset the name or cause an error.
idBoardstringObligatorioThe ID of the Trello board for which the green label name will be updated.
Parámetros de salida
dataobjectObligatorioThe response data from the Trello API, typically confirming the update or providing details of the updated label settings.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board label orange nameTRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARDAcciónUpdates the name of the orange label for a specified trello board, affecting only the label's name, not its color or associated cards.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_ORANGE_BY_ID_BOARDAcciónUpdates the name of the orange label for a specified trello board, affecting only the label's name, not its color or associated cards.
Parámetros de entrada
valuestringThe new name for the orange label. It must be a string with a length from 0 to 16384 characters. An empty string will remove the current custom name.
idBoardstringObligatorioThe unique identifier of the Trello board whose orange label name is to be updated.
Parámetros de salida
dataobjectObligatorioThe Trello API response data. This is typically a dictionary, which might be empty on success or contain details of the updated resource such as the board or label.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update purple label nameTRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARDAcciónUpdates the name of the purple label on a trello board specified by `idboard`.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_PURPLE_BY_ID_BOARDAcciónUpdates the name of the purple label on a trello board specified by `idboard`.
Parámetros de entrada
valuestringThe new name to be assigned to the purple label. This string must have a length between 0 and 16384 characters. An empty string can be used to clear the existing custom name.
idBoardstringObligatorioThe unique identifier of the Trello board where the purple label's name will be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello, typically reflecting the updated state of the board or label after the operation.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board label name redTRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARDAcciónUpdates the name of the red label on a specified trello board, without affecting its color or other labels.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_RED_BY_ID_BOARDAcciónUpdates the name of the red label on a specified trello board, without affecting its color or other labels.
Parámetros de entrada
valuestringThe new name for the red label. Must be a string with a length between 0 and 16384 characters. An empty string is a valid value to clear the name.
idBoardstringObligatorioThe unique identifier of the Trello board whose red label name is to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update yellow label name on boardTRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARDAcciónUpdates the name of a board's yellow label; other colored labels are unaffected.
TRELLO_UPDATE_BOARDS_LABEL_NAMES_YELLOW_BY_ID_BOARDAcciónUpdates the name of a board's yellow label; other colored labels are unaffected.
Parámetros de entrada
valuestringThe new name for the yellow label. Must be a string with a length between 0 and 16384 characters. An empty string ("") will remove the current name of the label.
idBoardstringObligatorioThe ID of the Trello board where the yellow label name will be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello, which typically includes confirmation or details of the updated label.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board membersTRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARDAcciónAdds 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_BOARDAcciónAdds or updates a member's role on a specific trello board, typically requiring the member's `email` and a membership `type`.
Parámetros de entrada
typestringRole to assign to the member on the board, determining permissions. Typically required by Trello.
emailstringEmail address of the user to add or update. Typically required by Trello.
idBoardstringObligatorioThe unique identifier of the Trello board.
fullNamestringFull name for a new user invitation; must be >=1 character and no leading/trailing spaces.
Parámetros de salida
dataobjectObligatorioTrello API's response, which may include details of the board or updated member.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board member attributesTRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERAcciónUpdates 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.
TRELLO_UPDATE_BOARDS_MEMBERS_BY_ID_BOARD_BY_ID_MEMBERAcciónUpdates 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.
Parámetros de entrada
typestringNew role for the member on this board, determining their permissions.
emailstringNew board-specific email address for the member; does not change their global Trello account email.
idBoardstringObligatorioID of the board.
fullNamestringNew board-specific full name for the member; must be >=1 character and not start/end with a space.
idMemberstringObligatorioID of the member to update.
Parámetros de salida
dataobjectObligatorioUpdated attributes of the board member.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Modify board email position preferenceTRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARDAcciónUpdates a trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist.
TRELLO_UPDATE_BOARDS_MY_PREFS_EMAIL_POSITION_BY_ID_BOARDAcciónUpdates a trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist.
Parámetros de entrada
valuestringDesired position for new cards created via email.
idBoardstringObligatorioThe unique identifier of the Trello board for which to update the email position preference.
Parámetros de salida
dataobjectObligatorioTrello API response, typically confirming the update or detailing board preferences.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board email list preferenceTRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARDAcciónSets or disables the default trello list for new cards created via email on a specific board.
TRELLO_UPDATE_BOARDS_MY_PREFS_ID_EMAIL_LIST_BY_ID_BOARDAcciónSets or disables the default trello list for new cards created via email on a specific board.
Parámetros de entrada
valuestringID of an existing list on the board to be the default for emailed cards, or 'none' to disable this feature.
idBoardstringObligatorioID of the board whose email-to-list preference will be updated.
Parámetros de salida
dataobjectObligatorioAPI response from Trello, typically confirming the update or reflecting the board's new 'myPrefs'.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board show list guide preferenceTRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARDAcciónUpdates the 'show list guide' preference for a specified trello board, affecting visibility for all users of that board.
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_LIST_GUIDE_BY_ID_BOARDAcciónUpdates the 'show list guide' preference for a specified trello board, affecting visibility for all users of that board.
Parámetros de entrada
valuestringDetermines whether the list guide is shown; use 'true' to display or 'false' to hide.
idBoardstringObligatorioThe unique identifier of the Trello board.
Parámetros de salida
dataobjectObligatorioAPI response data, typically confirming the updated preference. Structure may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update my board sidebar activity preferenceTRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_ACTIVITY_BY_ID_BOARDAcciónSets 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.
TRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_ACTIVITY_BY_ID_BOARDAcciónSets 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.
Parámetros de entrada
valuestringDetermines the visibility of the sidebar activity. Set to 'true' to show the activity feed, or 'false' to hide it.
idBoardstringObligatorioThe unique identifier of the Trello board whose sidebar activity visibility preference is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated 'myPrefs' for the board, including the new 'showSidebarActivity' status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board sidebar visibilityTRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_BY_ID_BOARDAcciónUpdates 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_BOARDAcciónUpdates the authenticated user's personal preference for showing or hiding the sidebar on a specific trello board.
Parámetros de entrada
valuestringSet to 'true' to show the sidebar, or 'false' to hide it.
idBoardstringObligatorioThe ID of the board for which to update the sidebar visibility preference.
Parámetros de salida
dataobjectObligatorioA dictionary which, upon success, is often empty or contains a simple confirmation, as the API primarily indicates success via HTTP status codes. In case of errors, it might contain error details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board sidebar members preferenceTRELLO_UPDATE_BOARDS_MY_PREFS_SHOW_SIDEBAR_MEMBERS_BY_ID_BOARDAcciónUpdates 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_BOARDS_MY_PREFS_SHOW_SIDEBAR_MEMBERS_BY_ID_BOARDAcciónUpdates the authenticated user's preference for showing or hiding members in a specific trello board's sidebar, affecting only the current user's view.
Parámetros de entrada
valuestringDetermines whether to show members in the board sidebar. Set to 'true' to show members, or 'false' to hide them. This is a per-user preference.
idBoardstringObligatorioThe unique identifier of the Trello board for which the sidebar member visibility preference will be updated.
Parámetros de salida
dataobjectObligatorioThe Trello API response, typically confirming the updated preference.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board nameTRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARDAcciónUpdates the name of an existing trello board, identified by `idboard`; this change only affects the board's name, not its other attributes.
TRELLO_UPDATE_BOARDS_NAME_BY_ID_BOARDAcciónUpdates the name of an existing trello board, identified by `idboard`; this change only affects the board's name, not its other attributes.
Parámetros de entrada
valuestringThe new name for the board. Must be a string with a length between 1 and 16384 characters.
idBoardstringObligatorioThe unique identifier of the Trello board whose name is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated Trello board.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board backgroundTRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARDAcciónUpdates the cosmetic background preference for a specific trello board; this change does not affect board functionality or content.
TRELLO_UPDATE_BOARDS_PREFS_BACKGROUND_BY_ID_BOARDAcciónUpdates the cosmetic background preference for a specific trello board; this change does not affect board functionality or content.
Parámetros de entrada
valuestringThe standard background name (e.g., 'blue', 'pink', 'grey', 'green', 'orange', 'purple', 'sky', 'rose', 'lime', 'lake', 'mountains', 'forest', 'beach', 'city') or the ID of a previously uploaded custom background. If not provided or set to null/empty string, Trello may revert to a default or existing background based on its internal logic.
idBoardstringObligatorioThe ID of the board for which the background preference will be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated board preferences, typically reflecting the new background setting.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board calendar feed enabled statusTRELLO_UPDATE_BOARDS_PREFS_CALENDAR_FEED_ENABLED_BY_ID_BOARDAcciónUpdates 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_BOARDAcciónUpdates 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.
Parámetros de entrada
valuestringA string value that enables or disables the calendar feed. Set to 'true' to enable, or 'false' to disable.
idBoardstringObligatorioThe ID of the Trello board for which to update the calendar feed preference.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated board preferences, typically including the new state of the 'calendarFeedEnabled' preference and other relevant board preference fields.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board card aging preferenceTRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARDAcciónUpdates the card aging visual preference to 'pirate' or 'regular' mode for a specified trello board.
TRELLO_UPDATE_BOARDS_PREFS_CARD_AGING_BY_ID_BOARDAcciónUpdates the card aging visual preference to 'pirate' or 'regular' mode for a specified trello board.
Parámetros de entrada
valuestringThe card aging preference to set for the board. 'pirate' mode makes cards visually age (yellow, tear, and crack) over time to indicate inactivity, while 'regular' mode uses a standard visual representation.
idBoardstringObligatorioThe ID of the Trello board for which to update the card aging preference.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board card cover preferenceTRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARDAcciónUpdates 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.
TRELLO_UPDATE_BOARDS_PREFS_CARD_COVERS_BY_ID_BOARDAcciónUpdates 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.
Parámetros de entrada
valuestringThe desired state for card covers on the board. Set to 'true' to enable (show) card covers, or 'false' to disable (hide) them.
idBoardstringObligatorioThe ID of the Trello board for which the card cover display preference will be updated.
Parámetros de salida
dataobjectObligatorioAPI response from Trello, typically including the updated board preferences.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board comment preferencesTRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARDAcciónChanges the permission settings for who can add comments to cards on a specific trello board, without affecting other board settings.
TRELLO_UPDATE_BOARDS_PREFS_COMMENTS_BY_ID_BOARDAcciónChanges the permission settings for who can add comments to cards on a specific trello board, without affecting other board settings.
Parámetros de entrada
valuestringSpecifies the new permission level for who can add comments to cards on the board.
idBoardstringObligatorioThe unique identifier of the Trello board whose comment preferences are to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board invitation preferencesTRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARDAcciónUpdates who can invite new members ('admins' or 'members') to a specific trello board.
TRELLO_UPDATE_BOARDS_PREFS_INVITATIONS_BY_ID_BOARDAcciónUpdates who can invite new members ('admins' or 'members') to a specific trello board.
Parámetros de entrada
valuestringDetermines who can invite new members to the board: 'admins' (only administrators) or 'members' (all current members).
idBoardstringObligatorioIdentifier of the Trello board whose invitation preferences will be updated.
Parámetros de salida
dataobjectObligatorioAPI response from Trello, typically confirming the updated board preferences.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board prefs permission levelTRELLO_UPDATE_BOARDS_PREFS_PERMISSION_LEVEL_BY_ID_BOARDAcciónUpdates 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_BOARDAcciónUpdates 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.
Parámetros de entrada
valuestringThe new permission level for the board. Must be one of 'private' (board is private) or 'public' (board is public).
idBoardstringObligatorioThe ID of the Trello board whose permission level preference is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response data from Trello. This typically includes the updated board preferences or a confirmation of the change. The exact structure may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board self-join preferenceTRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARDAcciónUpdates a board's 'selfjoin' preference, determining if members can join freely or must be invited.
TRELLO_UPDATE_BOARDS_PREFS_SELF_JOIN_BY_ID_BOARDAcciónUpdates a board's 'selfjoin' preference, determining if members can join freely or must be invited.
Parámetros de entrada
valuestringSpecifies the new 'selfJoin' preference for the board. Provide the string 'true' to enable users to join the board on their own, or 'false' to make the board invite-only.
idBoardstringObligatorioThe unique identifier (ID) of the Trello board whose 'selfJoin' preference is to be updated.
Parámetros de salida
dataobjectObligatorioThe response body from the Trello API, typically containing a dictionary with the board's updated preferences or the full board object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board voting preferencesTRELLO_UPDATE_BOARDS_PREFS_VOTING_BY_ID_BOARDAcciónSets 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_BOARDAcciónSets who can vote on cards for an existing trello board, changing only the voting preferences for all cards on the board.
Parámetros de entrada
valuestringThe desired voting permission level for the board. Determines who can vote on cards. Allowed values: 'disabled' (voting is disabled), 'members' (only board members can vote), 'observers' (board members and observers can vote), 'org' (members of the organization to which the board belongs can vote), or 'public' (any Trello user can vote).
idBoardstringObligatorioThe unique identifier of the Trello board for which to update voting preferences.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated board information, reflecting the new voting preference setting.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board subscription statusTRELLO_UPDATE_BOARDS_SUBSCRIBED_BY_ID_BOARDAcciónUpdates 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_BOARDAcciónUpdates the authenticated user's subscription status (subscribe/unsubscribe for notifications) for a specified trello board, to which the user must have access.
Parámetros de entrada
valuestringThe new subscription status. Set to 'true' to subscribe to the board, or 'false' to unsubscribe.
idBoardstringObligatorioThe ID of the Trello board for which to update the subscription status.
Parámetros de salida
dataobjectObligatorioTrello's response after updating the board subscription; contents may vary.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update board star positionTRELLO_UPDATE_BOARD_STAR_POSITIONAcciónUpdates 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).
TRELLO_UPDATE_BOARD_STAR_POSITIONAcciónUpdates 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).
Parámetros de entrada
valuestringThe new position for the starred board. Valid inputs are the literal strings 'top', 'bottom', or a string representing a positive number (e.g., '1', '2.5', '10').
idMemberstringObligatorioThe ID or username of the Trello member. The special value 'me' can be used to refer to the currently authenticated user.
idBoardStarstringObligatorioThe unique identifier of the specific board star whose position is to be changed. Each board starred by a member has a unique `idBoardStar`.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response, typically the updated boardStar object with its new position details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update checklist item positionTRELLO_UPDATE_CARD_CHECKLIST_ITEM_POSITIONAcciónUpdates the position of a check item within a checklist on a trello card; the new position can be 'top', 'bottom', or a positive integer.
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_POSITIONAcciónUpdates the position of a check item within a checklist on a trello card; the new position can be 'top', 'bottom', or a positive integer.
Parámetros de entrada
valuestringNew position: 'top', 'bottom', or a positive integer. 'top' moves to the beginning, 'bottom' to the end.
idCardstringObligatorioID or short link of the card containing the checklist.
idCheckItemstringObligatorioID of the check item to move.
idCheckliststringObligatorioID of the checklist containing the item to be moved.
Parámetros de salida
dataobjectTrello API response detailing the updated item or card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card checklist item stateTRELLO_UPDATE_CARD_CHECKLIST_ITEM_STATE_BY_IDSAcciónUpdates the state of a specific check item on a trello card's checklist, only affecting its completion status and no other properties.
TRELLO_UPDATE_CARD_CHECKLIST_ITEM_STATE_BY_IDSAcciónUpdates the state of a specific check item on a trello card's checklist, only affecting its completion status and no other properties.
Parámetros de entrada
valuestringThe new state for the check item. Use 'complete' or 'true' to mark as complete, and 'incomplete' or 'false' to mark as incomplete.
idCardstringObligatorioThe ID or short link of the Trello card containing the checklist item.
idCheckItemstringObligatorioThe ID of the check item within the checklist whose state needs to be updated.
idCheckliststringObligatorioThe ID of the checklist on the card that contains the check item to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated check item or a confirmation from the Trello API.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card commentTRELLO_UPDATE_CARD_COMMENTAcciónUpdates the text for a given comment action (`idaction`) on a specified card (`idcard`), affecting only the text content.
TRELLO_UPDATE_CARD_COMMENTAcciónUpdates the text for a given comment action (`idaction`) on a specified card (`idcard`), affecting only the text content.
Parámetros de entrada
textstringThe new text for the comment (1-16384 characters).
idCardstringObligatorioThe ID or short link of the card containing the comment to be updated.
idActionstringObligatorioThe ID of the comment action to be updated. In Trello, a comment on a card is an action.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated comment action from the Trello API.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card attributesTRELLO_UPDATE_CARDS_BY_ID_CARDAcciónUpdates 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_CARDAcciónUpdates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover.
Parámetros de entrada
duestringThe new due date for the card, in ISO 8601 format, or 'null' to remove the due date.
posstringThe new position of the card within its list. Can be 'top', 'bottom', or a positive floating-point number. Higher numbers are further down the list.
descstringThe new description for the card. String length must be from 0 to 16384 characters.
namestringThe new name for the card. Required if not copying the name from `idCardSource`, `fileSource`, or `urlSource`.
closedstringDetermines whether the card should be archived (closed). Set to 'true' to archive, 'false' to unarchive.
idCardstringObligatorioThe ID or shortLink of the card to update.
idListstringThe ID of the list to move the card to.
labelsstringComma-separated list of label colors (e.g., 'green,yellow,red') to apply, overwriting existing labels. Use 'idLabels' for more precise control. 'all' may add all available label colors.
idBoardstringThe ID of the board to move the card to. If `idList` is also provided, the card will be moved to that list on the new board.
idLabelsstringComma-separated list of label IDs to apply, replacing existing labels. To preserve existing labels, fetch current `idLabels`, append new ones, and submit the combined list.
idMembersstringComma-separated list of member IDs to assign, replacing existing members. To preserve existing members, fetch current `idMembers`, append new ones, and submit the combined list.
urlSourcestringA URL to be attached to the card (e.g., a link to an external resource). If the card is being created from a URL (e.g. via a bookmarklet), this will be the source URL. Set to 'null' or an empty string to remove an existing attachment link created this way.
fileSourcestringThe URL of a file to be attached to the card. Trello will fetch and attach the file from this URL.
subscribedstringDetermines whether the user is subscribed to the card. Set to 'true' to subscribe, 'false' to unsubscribe.
idCardSourcestringThe ID of a card to copy properties from. Requires `keepFromSource` to be specified.
keepFromSourcestringIf `idCardSource` is specified, this is a comma-separated list of properties to copy from the source card. Valid values are 'all', or any combination of 'attachments', 'checklists', 'comments', 'customFields', 'due', 'labels', 'members', 'pluginData', 'stickers'.
idAttachmentCoverstringThe ID of an existing image attachment to be used as the card cover. Use 'null' or an empty string to remove the cover.
Parámetros de salida
dataobjectObligatorioThe full card object as a JSON response after the update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card closed status by idTRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARDAcciónUpdates the 'closed' status of an existing trello card.
TRELLO_UPDATE_CARDS_CLOSED_BY_ID_CARDAcciónUpdates the 'closed' status of an existing trello card.
Parámetros de entrada
valuestringDesired 'closed' state: 'true' to close (archive) the card, 'false' to re-open (unarchive) and return it to the board.
idCardstringObligatorioThe ID or shortLink of the Trello card to be updated. The card ID is a 24-character hexadecimal string, while the shortLink is a shorter code found in the card's URL.
Parámetros de salida
dataobjectObligatorioThe Trello card object after the update, including its new 'closed' status and other details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card descriptionTRELLO_UPDATE_CARDS_DESC_BY_ID_CARDAcciónUpdates or clears the entire description of an existing trello card; use an empty string for `value` to clear.
TRELLO_UPDATE_CARDS_DESC_BY_ID_CARDAcciónUpdates or clears the entire description of an existing trello card; use an empty string for `value` to clear.
Parámetros de entrada
valuestringThe new description for the card (0-16384 characters). An empty string clears the card's current description.
idCardstringObligatorioThe ID or short link of the card whose description will be updated.
Parámetros de salida
dataobjectObligatorioThe updated card object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card due dateTRELLO_UPDATE_CARDS_DUE_BY_ID_CARDAcciónUpdates the due date of a specific trello card; the card identified by `idcard` must exist.
TRELLO_UPDATE_CARDS_DUE_BY_ID_CARDAcciónUpdates the due date of a specific trello card; the card identified by `idcard` must exist.
Parámetros de entrada
valuestringThe new due date for the card (e.g., 'YYYY-MM-DD', 'YYYY-MM-DDTHH:mm:ss.sssZ'), or `null` to remove the current due date.
idCardstringObligatorioThe ID or short link of the Trello card to update.
Parámetros de salida
dataobjectObligatorioA dictionary representing the Trello card object with the updated due date information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card attachment coverTRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARDAcciónSets 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.
TRELLO_UPDATE_CARDS_ID_ATTACHMENT_COVER_BY_ID_CARDAcciónSets 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.
Parámetros de entrada
valuestringID of an existing image attachment on the card for the cover; provide `None` (or omit, as it defaults to `None`) to remove the cover.
idCardstringObligatorioID or shortLink of the Trello card.
Parámetros de salida
dataobjectObligatorioThe updated Trello card object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move card to boardTRELLO_UPDATE_CARDS_ID_BOARD_BY_ID_CARDAcciónMoves 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_CARDAcciónMoves a trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows.
Parámetros de entrada
valuestringThe ID of the destination board to which the card will be moved. This board must exist and be accessible.
idCardstringObligatorioThe ID or shortLink of the card to be moved. This card must exist.
idListstringThe ID of the list on the destination board where the card should be placed. If not provided, the card will be moved to the default list (usually the first one) on the target board.
Parámetros de salida
dataobjectObligatorioA dictionary containing the full details of the updated card after being moved.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card list IDTRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARDAcciónMoves a trello card to a different list on the same trello board; this operation is idempotent and only updates the card's list id.
TRELLO_UPDATE_CARDS_ID_LIST_BY_ID_CARDAcciónMoves a trello card to a different list on the same trello board; this operation is idempotent and only updates the card's list id.
Parámetros de entrada
valuestringThe ID of the target list to move the card to. This ID uniquely identifies the list within the Trello board (e.g., `5f7704097d4d9b4c...`).
idCardstringObligatorioThe ID or short link of the card to be moved. Card IDs can be short (e.g., `FY2OWrnc`) or long (e.g., `571d07b591c8b68aeb4f6acc`).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Add member to cardTRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARDAcciónAdds 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.
TRELLO_UPDATE_CARDS_ID_MEMBERS_BY_ID_CARDAcciónAdds 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.
Parámetros de entrada
valuestringThe ID of the Trello member to be added to the card.
idCardstringObligatorioThe ID or shortlink of the Trello card to which the member will be added.
Parámetros de salida
dataobjectObligatorioAPI response from Trello; successful addition may include the card's updated member ID list or a confirmation object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card labelsTRELLO_UPDATE_CARDS_LABELS_BY_ID_CARDAcciónUpdates labels on an existing trello card; use `value` with a color list (e.g., 'red,blue') or 'all' to replace all labels, or `color` and `name` to add/update a specific label (created if new on board with given attributes).
TRELLO_UPDATE_CARDS_LABELS_BY_ID_CARDAcciónUpdates labels on an existing trello card; use `value` with a color list (e.g., 'red,blue') or 'all' to replace all labels, or `color` and `name` to add/update a specific label (created if new on board with given attributes).
Parámetros de entrada
namestringName for a label (0-16384 characters).
colorstringColor for a label. Valid Trello label colors: 'yellow', 'purple', 'blue', 'red', 'green', 'orange', 'black', 'sky', 'pink', 'lime'.
valuestringComma-separated list of label colors (see examples) or 'all'. Uses valid Trello label colors.
idCardstringObligatorioThe ID or short link of the Trello card whose labels are to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response, which may include details of the updated labels or card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card nameTRELLO_UPDATE_CARDS_NAME_BY_ID_CARDAcciónUpdates the name of an existing trello card, identified by its id or shortlink; other card properties remain unchanged.
TRELLO_UPDATE_CARDS_NAME_BY_ID_CARDAcciónUpdates the name of an existing trello card, identified by its id or shortlink; other card properties remain unchanged.
Parámetros de entrada
valuestringThe new name for the card. Must be a string with a length from 1 to 16384 characters.
idCardstringObligatorioThe ID or shortLink of the Trello card whose name is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary representing the Trello card object with its updated name and other properties.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card positionTRELLO_UPDATE_CARDS_POS_BY_ID_CARDAcciónUpdates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.
TRELLO_UPDATE_CARDS_POS_BY_ID_CARDAcciónUpdates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.
Parámetros de entrada
valuestringNew position for the card: 'top', 'bottom', or a positive integer (1-indexed).
idCardstringObligatorioID or shortLink of the Trello card to move.
Parámetros de salida
dataobjectObligatorioFull JSON representation of the moved card.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card sticker attributesTRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónUpdates 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.
TRELLO_UPDATE_CARDS_STICKERS_BY_ID_CARD_BY_ID_STICKERAcciónUpdates 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.
Parámetros de entrada
topstringVertical position (y-coordinate) in pixels, as a numeric string.
leftstringHorizontal position (x-coordinate) in pixels, as a numeric string.
imagestringNew image for the sticker (URL or pre-defined identifier); length 0-16384.
idCardstringObligatorioThe ID or short link of the card containing the sticker.
rotatestringRotation angle in degrees. Note: Trello's API may not fully support this; parameter might be ignored or cause an error.
zIndexstringStacking order (depth), as an integer string (e.g., '1'). Higher values are on top.
idStickerstringObligatorioThe ID of the sticker to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated sticker.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update card subscribed statusTRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARDAcciónUpdates the user's subscription status for a trello card, if the card exists and is accessible.
TRELLO_UPDATE_CARDS_SUBSCRIBED_BY_ID_CARDAcciónUpdates the user's subscription status for a trello card, if the card exists and is accessible.
Parámetros de entrada
valuestringObligatorioThe desired subscription status. Set to 'true' to subscribe or 'false' to unsubscribe.
idCardstringObligatorioThe ID or short link of the Trello card to update.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response data after attempting to update the card's subscription status. The structure may vary based on Trello's response.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a checklist itemTRELLO_UPDATE_CHECKLIST_ITEM_BY_IDSAcciónUpdates 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_IDSAcciónUpdates 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.
Parámetros de entrada
posstringThe new position for the check item within its checklist. Accepts 'top', 'bottom', or a positive number (float or integer). Higher numbers are further down the list.
namestringThe new name for the check item. Must be a string with a length from 1 to 16384 characters.
statestringThe new completion state of the check item. Valid values are 'complete', 'incomplete', 'true', or 'false'. 'true' is an alias for 'complete', and 'false' is an alias for 'incomplete'.
idCardstringObligatorioThe ID or short link of the card containing the checklist item.
idCheckItemstringObligatorioThe ID of the check item to be updated.
idCheckliststringThe ID of the target checklist to move the check item to. If omitted, the item remains in its current checklist.
idChecklistCurrentstringObligatorioThe ID of the checklist that currently contains the check item to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated check item.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update checklist item name in cardTRELLO_UPDATE_CHECKLIST_ITEM_NAME_IN_CARDAcciónUpdates the name of a specific check item on a checklist within a trello card, provided the card, checklist, and check item all exist.
TRELLO_UPDATE_CHECKLIST_ITEM_NAME_IN_CARDAcciónUpdates the name of a specific check item on a checklist within a trello card, provided the card, checklist, and check item all exist.
Parámetros de entrada
valuestringNew name for the check item (1-16384 characters).
idCardstringObligatorioID or shortLink of the card containing the checklist and item.
idCheckItemstringObligatorioID of the check item within the specified checklist to rename.
idCheckliststringObligatorioID of the checklist on the specified card, containing the item to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update checklistTRELLO_UPDATE_CHECKLISTS_BY_ID_CHECKLISTAcciónUpdates 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_CHECKLISTAcciónUpdates an existing trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist.
Parámetros de entrada
posstringThe new position for the checklist on the card. Accepts 'top', 'bottom', or a string representing a positive number (e.g., '1', '1024', '1.5').
namestringThe new name for the checklist. Must be a string with a length between 0 and 16384 characters, inclusive.
idCardstringThe ID of the Trello card to which the checklist should be moved or associated.
idBoardstringThe ID of the Trello board to which the checklist should be moved or associated.
idCheckliststringObligatorioThe unique identifier of the Trello checklist to be updated.
idChecklistSourcestringThe ID of a source Trello checklist whose items should be copied into the checklist being updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the full representation of the updated Trello checklist.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move checklist to cardTRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLISTAcciónMoves a trello checklist to a new parent card; the checklist and the destination card must exist.
TRELLO_UPDATE_CHECKLISTS_ID_CARD_BY_ID_CHECKLISTAcciónMoves a trello checklist to a new parent card; the checklist and the destination card must exist.
Parámetros de entrada
valuestringID of the destination card for the checklist.
idCheckliststringObligatorioID of the checklist to be moved.
Parámetros de salida
dataobjectObligatorioTrello API response, typically reflecting the checklist's updated state after being moved.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update checklist nameTRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLISTAcciónUpdates the name of an existing trello checklist.
TRELLO_UPDATE_CHECKLISTS_NAME_BY_ID_CHECKLISTAcciónUpdates the name of an existing trello checklist.
Parámetros de entrada
valuestringThe new name to assign to the checklist. This name must be a string with a length between 1 and 16384 characters.
idCheckliststringObligatorioThe unique identifier of the checklist whose name is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary representing the checklist with its newly updated name and other properties.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update checklist position by idTRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLISTAcciónUpdates the position of an existing checklist on a trello card.
TRELLO_UPDATE_CHECKLISTS_POS_BY_ID_CHECKLISTAcciónUpdates the position of an existing checklist on a trello card.
Parámetros de entrada
valuestringThe new position for the checklist. Valid values are 'top', 'bottom', or a positive number (float or integer).
idCheckliststringObligatorioThe unique identifier of the checklist to be repositioned.
Parámetros de salida
dataobjectObligatorioDictionary containing the details of the updated checklist, reflecting its new position, according to Trello's checklist object model.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update label attributesTRELLO_UPDATE_LABELS_BY_ID_LABELAcciónUpdates an existing trello label's attributes (color, name, or associated board) by its id; the label must exist.
TRELLO_UPDATE_LABELS_BY_ID_LABELAcciónUpdates an existing trello label's attributes (color, name, or associated board) by its id; the label must exist.
Parámetros de entrada
namestringThe new name for the label. Must be a string with a length from 0 to 16384 characters. If omitted, the name remains unchanged.
colorstringThe new color for the label. Provide a valid Trello label color name or 'null' to remove the color. If omitted, the color remains unchanged.
idBoardstringThe ID of the board to which the label should be moved or associated. If omitted, the label's board association remains unchanged.
idLabelstringObligatorioThe ID of the label to update.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated label.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update label colorTRELLO_UPDATE_LABELS_COLOR_BY_ID_LABELAcciónUpdates the color of an existing trello label, or removes its color if 'null' is specified for the value.
TRELLO_UPDATE_LABELS_COLOR_BY_ID_LABELAcciónUpdates the color of an existing trello label, or removes its color if 'null' is specified for the value.
Parámetros de entrada
valuestringThe new color for the label. Valid Trello label color names (e.g., 'green', 'yellow', 'red', 'blue', 'purple', 'orange', 'black', 'sky', 'pink', 'lime') or 'null' to remove the color.
idLabelstringObligatorioThe ID of the Trello label whose color is to be updated.
Parámetros de salida
dataobjectObligatorioThe Trello API response, typically a JSON object representing the updated label.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update label nameTRELLO_UPDATE_LABELS_NAME_BY_ID_LABELAcciónUpdates 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.
TRELLO_UPDATE_LABELS_NAME_BY_ID_LABELAcciónUpdates 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.
Parámetros de entrada
valuestringThe new name for the label, with a length from 0 to 16384 characters.
idLabelstringObligatorioThe unique identifier of the Trello label whose name is to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update list attributesTRELLO_UPDATE_LISTS_BY_ID_LISTAcciónUpdates 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_LISTAcciónUpdates attributes of an existing trello list, such as name, position, archive status, board, or copies cards from another list, provided the list `idlist` exists.
Parámetros de entrada
posstringNew position for the list on the board (e.g., 'top', 'bottom', '1', '1024.5').
namestringNew name for the list (1-16384 characters).
closedstringSet to 'true' to archive the list, or 'false' to unarchive.
idListstringObligatorioThe unique identifier of the Trello list to be updated. This ID is a path parameter.
idBoardstringID of the board to move the list to.
subscribedstringSet to 'true' to subscribe the current user, or 'false' to unsubscribe.
idListSourcestringID of a source list whose cards will be copied to this list.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated Trello list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update lists closed statusTRELLO_UPDATE_LISTS_CLOSED_BY_ID_LISTAcciónUpdates 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.
TRELLO_UPDATE_LISTS_CLOSED_BY_ID_LISTAcciónUpdates 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.
Parámetros de entrada
valuestringThe new closed status for the list. Set to 'true' to close (archive) the list, or 'false' to re-open it.
idListstringObligatorioThe ID of the Trello list to update.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Move list to boardTRELLO_UPDATE_LISTS_ID_BOARD_BY_ID_LISTAcciónMoves 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_LISTAcciónMoves an existing trello list (identified by `idlist`) to an existing destination board (board id in `value`), optionally setting its new position (`pos`).
Parámetros de entrada
posstringPosition for the list on the destination board: 'top', 'bottom', or a positive number. If omitted, the list is typically added to the bottom.
valuestringID of the destination board.
idListstringObligatorioID of the list to be moved.
Parámetros de salida
dataobjectObligatorioDetails of the updated list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update list nameTRELLO_UPDATE_LISTS_NAME_BY_ID_LISTAcciónUpdates the name of an existing trello list, identified by its id; this only changes the list's name, not its cards or position.
TRELLO_UPDATE_LISTS_NAME_BY_ID_LISTAcciónUpdates the name of an existing trello list, identified by its id; this only changes the list's name, not its cards or position.
Parámetros de entrada
valuestringNew name for the list (1-16384 characters).
idListstringObligatorioID of the list to rename.
Parámetros de salida
dataobjectObligatorioResponse data, typically confirming the update or providing details of the updated list.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update list positionTRELLO_UPDATE_LISTS_POS_BY_ID_LISTAcciónChanges 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_LISTAcciónChanges a trello list's order on a board to 'top', 'bottom', or a specified numeric position, affecting only its position.
Parámetros de entrada
valuestringNew position for the list: 'top', 'bottom', or a positive number.
idListstringObligatorioThe ID of the Trello list whose position is to be updated.
Parámetros de salida
dataobjectObligatorioDetails of the Trello list after its position has been updated, including its new position.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update list subscriptionTRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LISTAcciónUpdates the subscription status for a trello list, allowing the user to subscribe or unsubscribe to control notifications.
TRELLO_UPDATE_LISTS_SUBSCRIBED_BY_ID_LISTAcciónUpdates the subscription status for a trello list, allowing the user to subscribe or unsubscribe to control notifications.
Parámetros de entrada
valuestringThe desired subscription state. Use 'true' to subscribe to the list or 'false' to unsubscribe. This controls whether the user receives notifications for this list.
idListstringObligatorioThe unique identifier of the Trello list whose subscription status is to be updated.
Parámetros de salida
dataobjectObligatorioThe response from the Trello API, typically confirming the update or providing details of the new subscription state.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Member Board BackgroundTRELLO_UPDATE_MEMBER_BOARD_BACKGROUNDAcciónUpdates an existing board background's properties (brightness, image file, or tiling) for a specified trello member, using their id and the board background id.
TRELLO_UPDATE_MEMBER_BOARD_BACKGROUNDAcciónUpdates an existing board background's properties (brightness, image file, or tiling) for a specified trello member, using their id and the board background id.
Parámetros de entrada
filestringThe image file to be used as the board background. This should be the raw image data or a URL to the image, depending on the API's expectation for file uploads.
tilestringDetermines if the board background image should be tiled. Set to 'true' to tile the image, or 'false' to display it normally.
idMemberstringObligatorioThe ID or username of the Trello member whose board background is being updated.
brightnessstringAdjusts the brightness of the board background. Valid values are 'dark', 'light', or 'unknown'.
idBoardBackgroundstringObligatorioThe ID of the existing board background to be updated. This identifier specifies which of the member's board backgrounds will be modified.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member avatar sourceTRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBERAcciónUpdates the avatar source for a specified trello member.
TRELLO_UPDATE_MEMBERS_AVATAR_SOURCE_BY_ID_MEMBERAcciónUpdates the avatar source for a specified trello member.
Parámetros de entrada
valuestringObligatorioThe new avatar source for the member. Choosing 'upload' indicates that a custom uploaded image should be used if one exists; it does not perform an upload.
idMemberstringObligatorioThe ID or username of the Trello member whose avatar source is to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member saved searchTRELLO_UPDATE_MEMBER_SAVED_SEARCHAcciónUpdates an existing trello member's saved search (name, position, or query) identified by `idmember` and `idsavedsearch`.
TRELLO_UPDATE_MEMBER_SAVED_SEARCHAcciónUpdates an existing trello member's saved search (name, position, or query) identified by `idmember` and `idsavedsearch`.
Parámetros de entrada
posstringThe new position for the saved search. Valid values are 'top', 'bottom', or a positive numeric string (e.g., '1', '2').
namestringThe new name for the saved search. Must be a non-empty string containing at least one non-space character.
querystringThe new search query string. Must be a string with a length between 1 and 16384 characters, inclusive.
idMemberstringObligatorioThe ID or username of the Trello member.
idSavedSearchstringObligatorioThe ID of the saved search to be updated.
Parámetros de salida
dataobjectObligatorioDetails of the updated saved search object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member saved search nameTRELLO_UPDATE_MEMBER_SAVED_SEARCH_NAMEAcciónUpdates 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.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_NAMEAcciónUpdates 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.
Parámetros de entrada
valuestringThe new name to be assigned to the saved search. Must be a non-empty string with at least one non-space character.
idMemberstringObligatorioThe ID or username of the Trello member whose saved search is being updated.
idSavedSearchstringObligatorioThe ID of the saved search to be renamed.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated saved search object or a confirmation from the Trello API.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member saved search positionTRELLO_UPDATE_MEMBER_SAVED_SEARCH_POSAcciónUpdates the position of a specified saved search for a trello member; other attributes of the saved search or member remain unchanged.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_POSAcciónUpdates the position of a specified saved search for a trello member; other attributes of the saved search or member remain unchanged.
Parámetros de entrada
valuestringThe new position for the saved search. Accepts 'top', 'bottom', or a positive integer (as a string) representing the desired list index.
idMemberstringObligatorioThe ID or username of the Trello member.
idSavedSearchstringObligatorioThe ID of the saved search to be repositioned.
Parámetros de salida
dataobjectObligatorioConfirms the update or returns details of the repositioned saved search.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member saved search queryTRELLO_UPDATE_MEMBER_SAVED_SEARCH_QUERYAcciónUpdates the query string of an existing saved search for a trello member.
TRELLO_UPDATE_MEMBER_SAVED_SEARCH_QUERYAcciónUpdates the query string of an existing saved search for a trello member.
Parámetros de entrada
valuestringNew query string for the saved search, defining the search criteria. Must be 1 to 16384 characters.
idMemberstringObligatorioThe ID or username of the Trello member to whom the saved search belongs.
idSavedSearchstringObligatorioThe unique identifier of the saved search whose query is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API representation of the updated saved search, including its new query.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member bioTRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBERAcciónUpdates the bio of a specified trello member.
TRELLO_UPDATE_MEMBERS_BIO_BY_ID_MEMBERAcciónUpdates the bio of a specified trello member.
Parámetros de entrada
valuestringThe new bio content for the member. This can be an empty string or a string with a maximum length of 16,384 characters.
idMemberstringObligatorioThe ID or username of the Trello member whose bio is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary representing the member object with the updated bio information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member by IDTRELLO_UPDATE_MEMBERS_BY_ID_MEMBERAcciónUpdates an existing trello member's profile information, preferences, or username.
TRELLO_UPDATE_MEMBERS_BY_ID_MEMBERAcciónUpdates an existing trello member's profile information, preferences, or username.
Parámetros de entrada
biostringBiography (0-16384 characters).
fullNamestringFull name (at least 1 character; no leading/trailing spaces).
idMemberstringObligatorioThe ID or username of the Trello member to update.
initialsstringInitials (1-4 characters; no leading/trailing spaces).
usernamestringDesired username (at least 3 characters; lowercase letters, underscores, numbers only; must be unique).
avatarSourcestringSource for the member's avatar. Valid values: 'gravatar', 'none', 'upload'.
prefs__localestringPreferred locale (0-255 characters).
prefs__colorBlindstringToggle color blind mode. Valid values: 'true', 'false'.
prefs__minutesBetweenSummariesstringTime between email summaries. Valid values: '-1' (disabled), '1' (every minute), '60' (every hour).
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member's custom board backgroundTRELLO_UPDATE_MEMBER_S_CUSTOM_BOARD_BACKGROUNDSAcciónUpdates a specific existing custom board background for a trello member.
TRELLO_UPDATE_MEMBER_S_CUSTOM_BOARD_BACKGROUNDSAcciónUpdates a specific existing custom board background for a trello member.
Parámetros de entrada
filestringThe new image file (URL or path) for the background.
tilestringWhether the background image should be tiled ('true' or 'false').
idMemberstringObligatorioThe ID or username of the Trello member.
brightnessstringSets the brightness for the background ('dark', 'light', or 'unknown').
idBoardBackgroundstringObligatorioThe ID of the specific custom board background to update.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated custom board background.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member full name by idTRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBERAcciónUpdates 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.
TRELLO_UPDATE_MEMBERS_FULL_NAME_BY_ID_MEMBERAcciónUpdates 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.
Parámetros de entrada
valuestringThe new full name for the member. Must be a string with a length of at least 1 and cannot begin or end with a space.
idMemberstringObligatorioThe ID or username of the Trello member whose full name is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated member object, including the new full name and other member details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member initialsTRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBERAcciónUpdates the initials for a specified trello member, identified by their id or username.
TRELLO_UPDATE_MEMBERS_INITIALS_BY_ID_MEMBERAcciónUpdates the initials for a specified trello member, identified by their id or username.
Parámetros de entrada
valuestringNew initials (1-4 characters, no leading/trailing spaces). If omitted or an empty string is provided, Trello may clear the member's current initials.
idMemberstringObligatorioID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioTrello API's response, typically including details of the updated member or a confirmation status.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member color blind preferenceTRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBERAcciónUpdates a trello member's color blind preference, which only changes their specific display without affecting others.
TRELLO_UPDATE_MEMBERS_PREFS_COLOR_BLIND_BY_ID_MEMBERAcciónUpdates a trello member's color blind preference, which only changes their specific display without affecting others.
Parámetros de entrada
valuestringSpecifies the desired state for the color blind preference. Use the string 'true' to enable color blind mode, or the string 'false' to disable it.
idMemberstringObligatorioThe ID or username of the Trello member whose color blind preference will be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member locale preferenceTRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBERAcciónUpdates a trello member's locale preference; affects date/time display (not existing content translation) and an empty `value` may reset to default.
TRELLO_UPDATE_MEMBERS_PREFS_LOCALE_BY_ID_MEMBERAcciónUpdates a trello member's locale preference; affects date/time display (not existing content translation) and an empty `value` may reset to default.
Parámetros de entrada
valuestringLocale code (e.g., 'en-US') for the member. 0-255 characters. An empty string may reset to default.
idMemberstringObligatorioID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioTypically a dictionary containing the updated member's preferences, including the new locale, or a status confirming the update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update Member Summary IntervalTRELLO_UPDATE_MEMBER_SUMMARY_INTERVALAcciónUpdates a trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.
TRELLO_UPDATE_MEMBER_SUMMARY_INTERVALAcciónUpdates a trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.
Parámetros de entrada
valuestringSpecifies the new interval in minutes for email summary notifications. Use '-1' to disable summaries, '1' for updates every minute, or '60' for updates every hour.
idMemberstringObligatorioThe ID or username of the Trello member.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update member usernameTRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBERAcciónUpdates the username for an existing trello member, identified by their id or current username.
TRELLO_UPDATE_MEMBERS_USERNAME_BY_ID_MEMBERAcciónUpdates the username for an existing trello member, identified by their id or current username.
Parámetros de entrada
valuestringThe new username for the member. It must be at least 3 characters long, unique across all Trello users, and contain only lowercase letters, numbers, and underscores.
idMemberstringObligatorioThe ID or current username of the Trello member whose username is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello. On a successful update, this typically includes the full member object with the new username and other details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update notification status by idTRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATIONAcciónUpdates only the 'unread' status of a specific trello notification.
TRELLO_UPDATE_NOTIFICATIONS_BY_ID_NOTIFICATIONAcciónUpdates only the 'unread' status of a specific trello notification.
Parámetros de entrada
unreadstringA string indicating the desired unread status. Set to 'true' to mark the notification as unread, or 'false' to mark it as read.
idNotificationstringObligatorioThe unique identifier (ID) of the Trello notification whose read status is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated notification. This may be an empty dictionary if the Trello API confirms success without returning specific content, as is common for update operations.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update notification unread statusTRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATIONAcciónMarks an existing and accessible trello notification as read or unread.
TRELLO_UPDATE_NOTIFICATIONS_UNREAD_BY_ID_NOTIFICATIONAcciónMarks an existing and accessible trello notification as read or unread.
Parámetros de entrada
valuestringThe new unread status for the notification. Set to 'true' to mark the notification as unread, or 'false' to mark it as read.
idNotificationstringObligatorioThe unique identifier of the Trello notification whose unread status is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response from Trello, typically confirming the updated unread status of the notification.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization attributesTRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORGAcciónUpdates various attributes of an existing trello organization, identified by `idorg`.
TRELLO_UPDATE_ORGANIZATIONS_BY_ID_ORGAcciónUpdates various attributes of an existing trello organization, identified by `idorg`.
Parámetros de entrada
descstringNew description for the organization (0-16384 characters).
namestringNew name for the organization (0-16384 characters); typically lowercase, without spaces.
idOrgstringObligatorioThe ID or name of the organization to update.
websitestringThe organization's website URL. Must start with 'http://' or 'https://'. Use the literal string 'null' or an empty string to remove the website.
displayNamestringNew display name for the organization (length of at least 1, cannot begin or end with a space).
prefs__permissionLevelstringSets the default permission level for new boards created in the organization. Valid values: 'private' or 'public'.
prefs__associatedDomainstringThe Google Workspace domain to associate with the organization (e.g., 'example.com'). Clears the domain if an empty string is provided.
prefs__googleAppsVersionstringThe version of Google Workspace integration. Valid values are '1' or '2'.
prefs__orgInviteRestrictstringRestricts organization membership invitations to email addresses from specified domains. Use a comma-separated list of domains (e.g., 'example.com,*.example.org'). An empty string removes restrictions.
prefs__externalMembersDisabledstringSet to 'true' to prevent external members (guests) from being added to boards within the organization. Set to 'false' to allow external members.
prefs__boardVisibilityRestrict__orgstringControls who can create organization-visible boards. Valid values: 'admin' (only admins), 'org' (any organization member), 'none' (disabled).
prefs__boardVisibilityRestrict__publicstringControls who can create public boards. Valid values: 'admin' (only admins), 'org' (any organization member), 'none' (disabled).
prefs__boardVisibilityRestrict__privatestringControls who can create private boards. Valid values: 'admin' (only admins), 'org' (any organization member), 'none' (disabled).
Parámetros de salida
dataobjectObligatorioThe updated organization object.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization descriptionTRELLO_UPDATE_ORGANIZATIONS_DESC_BY_ID_ORGAcciónUpdates 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_ORGAcciónUpdates or clears the description for an existing trello organization, identified by its id or name, to a new string up to 16384 characters.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the organization whose description is to be updated. This can be the organization's unique 24-character hexadecimal ID or its registered name.
valuestringThe new description for the organization. Must be a string with a length between 0 and 16384 characters. An empty string can be used to clear the existing description.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API response, typically including the details of the updated organization.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization display nameTRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORGAcciónUpdates the display name of a trello organization, identifiable by its current id or name (`idorg`), to the new `value`; other attributes remain unaffected.
TRELLO_UPDATE_ORGANIZATIONS_DISPLAY_NAME_BY_ID_ORGAcciónUpdates the display name of a trello organization, identifiable by its current id or name (`idorg`), to the new `value`; other attributes remain unaffected.
Parámetros de entrada
idOrgstringObligatorioThe ID or current name of the Trello organization to update.
valuestringThe new display name for the organization. It must be a string with a length of at least 1 and cannot begin or end with a space.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated organization, including its new display name.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an organization memberTRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORGAcciónAdds/updates a member in a specified trello organization (`idorg`); `email` and `type` are api-required, `fullname` is needed if `email` is new to trello.
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORGAcciónAdds/updates a member in a specified trello organization (`idorg`); `email` and `type` are api-required, `fullname` is needed if `email` is new to trello.
Parámetros de entrada
typestringMembership type determining the member's permissions within the organization; required by Trello API.
emailstringMember's email address; used to identify an existing member or invite/add a new one. Required by the Trello API.
idOrgstringObligatorioID or name of the Trello organization (Workspace).
fullNamestringMember's full name. Used when inviting a new member; required if `email` isn't linked to an existing Trello account. Must be >=1 character and not start/end with a space.
Parámetros de salida
dataobjectObligatorioDetails of the member's updated or newly created membership.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization memberTRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERAcciónUpdates a member's details (email, full name, or type) in a trello organization, applying changes only to the fields provided.
TRELLO_UPDATE_ORGANIZATIONS_MEMBERS_BY_ID_ORG_BY_ID_MEMBERAcciónUpdates a member's details (email, full name, or type) in a trello organization, applying changes only to the fields provided.
Parámetros de entrada
typestringThe new type of member. Determines the member's permissions within the organization.
emailstringThe new email address for the member.
idOrgstringObligatorioThe ID of the organization.
fullNamestringThe new full name for the member. Must be at least 1 character long and cannot begin or end with a space.
idMemberstringObligatorioThe ID of the member to update.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated member's information.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization name by idTRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORGAcciónUpdates 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.
TRELLO_UPDATE_ORGANIZATIONS_NAME_BY_ID_ORGAcciónUpdates 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.
Parámetros de entrada
idOrgstringObligatorioThe ID or current name of the Trello organization whose name is to be updated.
valuestringThe new name for the organization. It must be unique, at least 3 characters long, and contain only lowercase letters, underscores, and numbers.
Parámetros de salida
dataobjectObligatorioA dictionary containing the Trello API's response, typically including details of the organization with its updated name or a confirmation of the update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization Google Apps versionTRELLO_UPDATE_ORGANIZATIONS_PREFS_GOOGLE_APPS_VERSION_BY_ID_ORGAcciónUpdates the google apps integration version preference for a specified trello organization, to manage compatibility or features related to google workspace services.
TRELLO_UPDATE_ORGANIZATIONS_PREFS_GOOGLE_APPS_VERSION_BY_ID_ORGAcciónUpdates the google apps integration version preference for a specified trello organization, to manage compatibility or features related to google workspace services.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization to update.
valuestringThe Google Apps version (typically '1' or '2') to set for the organization, representing different integration versions or configurations.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated organization preferences, specifically reflecting the new Google Apps version setting.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization invite restrictionTRELLO_UPDATE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGAcciónModifies a trello organization's invitation policy using an email, domain, or keyword rule, affecting only future invites, not existing members.
TRELLO_UPDATE_ORGANIZATIONS_PREFS_ORG_INVITE_RESTRICT_BY_ID_ORGAcciónModifies a trello organization's invitation policy using an email, domain, or keyword rule, affecting only future invites, not existing members.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization.
valuestringSpecifies the invitation restriction: an email address (e.g., 'user@example.com'), an email domain (e.g., '@example.com' for that domain's users), 'none' (any member can invite), or 'admins' (only admins can invite).
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated organization preferences.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization permission levelTRELLO_UPDATE_ORGANIZATIONS_PREFS_PERMISSION_LEVEL_BY_ID_ORGAcciónUpdates 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_ORGAcciónUpdates a trello organization's `permissionlevel` preference, determining if it's members-only or link-accessible, and affecting new board default visibility.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization (Workspace). For example, 'trelloorg123' or 'MyTrelloOrganizationName'.
valuestringThe new permission level for the organization. Must be either 'private' or 'public'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello, typically reflecting the organization's updated state or preferences after the permission level change.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization websiteTRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORGAcciónUpdates the website url for a specified trello organization.
TRELLO_UPDATE_ORGANIZATIONS_WEBSITE_BY_ID_ORGAcciónUpdates the website url for a specified trello organization.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the organization to update.
valuestringThe new website URL for the organization. Must start with 'http://' or 'https://'. Provide 'null' or an empty string to remove the website.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an organization's associated domain preferencesTRELLO_UPDATE_ORG_ASSOCIATED_DOMAIN_PREFSAcciónUpdates or removes the google workspace domain associated with a trello organization, often to configure features like sso or automatic user provisioning.
TRELLO_UPDATE_ORG_ASSOCIATED_DOMAIN_PREFSAcciónUpdates or removes the google workspace domain associated with a trello organization, often to configure features like sso or automatic user provisioning.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the organization to update. This organization must exist.
valuestringThe Google Workspace domain to link to this organization (e.g., 'example.com'). If an empty string is provided, the existing associated domain will be removed. The domain should be a valid, existing Google Workspace domain.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated preferences for the organization, including the new associated domain if successfully set.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization board visibility preferenceTRELLO_UPDATE_ORG_BOARD_VISIBILITYAcciónUpdates the preference controlling who can set board visibility to 'organization-visible' within an existing trello organization.
TRELLO_UPDATE_ORG_BOARD_VISIBILITYAcciónUpdates the preference controlling who can set board visibility to 'organization-visible' within an existing trello organization.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization for which to update the board visibility restriction.
valuestringSpecifies the permission level for setting a board's visibility to 'organization-visible'. Allowed values are: * `admin`: Only organization administrators can set boards to 'organization-visible'. * `none`: No specific restriction; board members with appropriate permissions can set its visibility to 'organization-visible'. * `org`: Any member of the organization can set boards to 'organization-visible'.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello. This typically includes the updated preference state or a confirmation message.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update an organization's external members accessTRELLO_UPDATE_ORG_EXTERNAL_MEMBERS_ACCESSAcciónUpdates the 'externalmembersdisabled' preference for a trello organization to control whether non-members can be added to its boards.
TRELLO_UPDATE_ORG_EXTERNAL_MEMBERS_ACCESSAcciónUpdates the 'externalmembersdisabled' preference for a trello organization to control whether non-members can be added to its boards.
Parámetros de entrada
idOrgstringObligatorioThe ID or unique name of the Trello organization to update.
valuestringBoolean value to set the 'externalMembersDisabled' preference. 'true' disables adding external members, 'false' enables it.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated organization preferences or a confirmation of the successful update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update org member deactivation statusTRELLO_UPDATE_ORG_MEMBER_DEACTIVATIONAcciónUpdates a member's deactivation status in an organization; 'true' deactivates (suspends access temporarily), 'false' reactivates.
TRELLO_UPDATE_ORG_MEMBER_DEACTIVATIONAcciónUpdates a member's deactivation status in an organization; 'true' deactivates (suspends access temporarily), 'false' reactivates.
Parámetros de entrada
idOrgstringObligatorioID or name of the Trello organization.
valuestringSet to 'true' to deactivate the member or 'false' to reactivate.
idMemberstringObligatorioID of the member whose deactivation status is to be updated.
Parámetros de salida
dataobjectObligatorioThe raw response from the Trello API.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update org membershipTRELLO_UPDATE_ORG_MEMBERSHIPAcciónUpdates a trello organization member's type to 'admin', 'normal', or 'observer', using the organization and membership ids.
TRELLO_UPDATE_ORG_MEMBERSHIPAcciónUpdates a trello organization member's type to 'admin', 'normal', or 'observer', using the organization and membership ids.
Parámetros de entrada
typestringThe new type for the membership. Valid values are 'admin', 'normal', or 'observer'.
idOrgstringObligatorioThe ID or name of the Trello organization.
idMembershipstringObligatorioThe ID of the specific membership to be updated.
member_fieldsstringMember fields to return in the response. Use 'all' or a comma-separated list: avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization private board visibility restrictionTRELLO_UPDATE_ORG_PRIVATE_BOARD_VISIBILITYAcciónUpdates the organization's preference controlling who is permitted to change the visibility of its private boards; requires admin privileges for the organization.
TRELLO_UPDATE_ORG_PRIVATE_BOARD_VISIBILITYAcciónUpdates the organization's preference controlling who is permitted to change the visibility of its private boards; requires admin privileges for the organization.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization whose private board visibility restrictions are to be updated.
valuestringRestriction level determining who can change visibility of private boards within the organization.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated organization preferences related to private board visibility restrictions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update organization public board visibilityTRELLO_UPDATE_ORG_PUBLIC_BOARD_VISIBILITYAcciónUpdates the restriction on who can set board visibility to public for a specified trello organization.
TRELLO_UPDATE_ORG_PUBLIC_BOARD_VISIBILITYAcciónUpdates the restriction on who can set board visibility to public for a specified trello organization.
Parámetros de entrada
idOrgstringObligatorioThe ID or name of the Trello organization.
valuestringSpecifies the restriction level for setting board visibility to public. Valid values are 'admin' (only administrators can set boards to public), 'org' (any member of the organization can set boards to public), or 'none' (public boards are disabled for the organization).
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated organization preferences related to public board visibility restrictions.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update session by idTRELLO_UPDATE_SESSIONS_BY_ID_SESSIONAcciónUpdates a trello user session's viewed board id or status; call when user activity or board focus changes.
TRELLO_UPDATE_SESSIONS_BY_ID_SESSIONAcciónUpdates a trello user session's viewed board id or status; call when user activity or board focus changes.
Parámetros de entrada
statusstringThe new status of the session. Valid values are 'active', 'disconnected', or 'idle'.
idBoardstringThe ID of the Trello board the user is currently viewing.
idSessionstringObligatorioThe unique identifier of the session to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary containing the response from the Trello API. For this operation, it typically returns an empty object or a simple confirmation upon successful update.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update session status by IDTRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSIONAcciónUpdates the status of an existing trello session.
TRELLO_UPDATE_SESSIONS_STATUS_BY_ID_SESSIONAcciónUpdates the status of an existing trello session.
Parámetros de entrada
valuestringThe new status to set for the session. Must be one of 'active', 'disconnected', or 'idle'.
idSessionstringObligatorioThe unique identifier of the Trello session whose status is to be updated.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update a token's webhookTRELLO_UPDATE_TOKENS_WEBHOOKS_BY_TOKENAcciónUpdates 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.
TRELLO_UPDATE_TOKENS_WEBHOOKS_BY_TOKENAcciónUpdates 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.
Parámetros de entrada
idModelstringThe ID of the new Trello model (e.g., board, list, card, or member) that the webhook should monitor for changes. If updated, this changes the scope of the webhook.
callbackURLstringThe new callback URL for the webhook. This URL must be publicly reachable and capable of handling HEAD requests (for Trello's validation) and POST requests (for notifications). Trello will send a HEAD request to this URL to confirm its validity before saving the webhook.
descriptionstringA new description for the webhook. Must be a string with a length between 0 and 16384 characters.
Parámetros de salida
dataobjectObligatorioerrorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhooksTRELLO_UPDATE_WEBHOOKSAcciónUpdates 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.
TRELLO_UPDATE_WEBHOOKSAcciónUpdates 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.
Parámetros de entrada
activestringIndicates if the webhook is active (true) or inactive (false).
idModelstringID of the Trello model (e.g., board, card, list) the webhook should monitor.
callbackURLstringNew valid URL for POST requests; Trello verifies with a HEAD request before updating.
descriptionstringNew description for the webhook (0-16384 characters).
Parámetros de salida
dataobjectObligatorioContains the updated webhook object, including `id`, `description`, `idModel`, `callbackURL`, and `active`.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhook active statusTRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOKAcciónUpdates the active status ('true' or 'false') of an existing trello webhook specified by `idwebhook`, without affecting other properties.
TRELLO_UPDATE_WEBHOOKS_ACTIVE_BY_ID_WEBHOOKAcciónUpdates the active status ('true' or 'false') of an existing trello webhook specified by `idwebhook`, without affecting other properties.
Parámetros de entrada
valuestringDesired active state; 'true' to activate, 'false' to deactivate.
idWebhookstringObligatorioThe unique identifier of the webhook to be updated.
Parámetros de salida
dataobjectObligatorioAPI response; typically an empty object on success, or error details on failure.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhook configurationTRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOKAcciónUpdates an existing trello webhook's configuration, avoiding the need to delete and recreate it for modifications.
TRELLO_UPDATE_WEBHOOKS_BY_ID_WEBHOOKAcciónUpdates an existing trello webhook's configuration, avoiding the need to delete and recreate it for modifications.
Parámetros de entrada
activestringDetermines if the webhook is active. Provide 'true' to activate or 'false' to deactivate the webhook.
idModelstringThe ID of the Trello model (e.g., board, list, or card) that this webhook should monitor. This changes the source of notifications.
idWebhookstringObligatorioThe ID of the webhook to update.
callbackURLstringA new callback URL for the webhook. This must be a valid URL that Trello can reach with a HEAD request to verify.
descriptionstringA new description for the webhook. Must be a string with a length between 0 and 16384 characters.
Parámetros de salida
dataobjectObligatorioA dictionary containing the details of the updated webhook.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhook callback urlTRELLO_UPDATE_WEBHOOKS_CALLBACK_URLBY_ID_WEBHOOKAcciónUpdates the callback url for a specific trello webhook; other webhook attributes remain unchanged.
TRELLO_UPDATE_WEBHOOKS_CALLBACK_URLBY_ID_WEBHOOKAcciónUpdates the callback url for a specific trello webhook; other webhook attributes remain unchanged.
Parámetros de entrada
valuestringObligatorioA valid URL that Trello will send a HEAD request to verify. This URL will receive webhook notifications.
idWebhookstringObligatorioThe ID of the webhook to update.
Parámetros de salida
dataobjectObligatorioA dictionary containing the updated webhook's details.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhook descriptionTRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOKAcciónUpdates the description of an existing trello webhook; an empty string for the new description removes the current one.
TRELLO_UPDATE_WEBHOOKS_DESCRIPTION_BY_ID_WEBHOOKAcciónUpdates the description of an existing trello webhook; an empty string for the new description removes the current one.
Parámetros de entrada
valuestringThe new description for the webhook. Must be a string with a length between 0 and 16384 characters. An empty string will remove the existing description.
idWebhookstringObligatorioThe unique identifier of the webhook whose description is to be updated.
Parámetros de salida
dataobjectObligatorioA dictionary representing the API's response to the update request. This typically contains a confirmation or details of the updated webhook.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Update webhook idModelTRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOKAcciónUpdates 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.
TRELLO_UPDATE_WEBHOOKS_ID_MODEL_BY_ID_WEBHOOKAcciónUpdates 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.
Parámetros de entrada
valuestringThe new ID of the Trello model (e.g., board, list, or card) that the webhook should monitor. If provided, this ID will replace the webhook's current `idModel`.
idWebhookstringObligatorioThe unique identifier of the webhook whose monitored model is to be updated. This ID is part of the request URL path.
Parámetros de salida
dataobjectObligatorioA dictionary containing the API response from Trello. Typically, this includes details of the updated webhook upon success, or error information if the update failed.
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Triggers (5)
Los triggers son eventos externos que pueden iniciar un flujo en tus agentes (ej: nuevo email, mensaje recibido, registro creado).
Card Archived TriggerTRELLO_ARCHIVED_CARD_TRIGGERTriggerTriggered when a card is archived in the specified board
TRELLO_ARCHIVED_CARD_TRIGGERTriggerTriggered when a card is archived in the specified board
Configuración
board_idstringObligatorioID of the board to monitor
Payload del evento
archived_atstringWhen the card was archived
archived_bystringUsername who archived the card
board_idstringID of the board
board_namestringName of the board
card_idstringObligatorioID of the archived card
card_namestringObligatorioName/title of the card
descriptionstringCard description if any
New Activity TriggerTRELLO_NEW_ACTIVITY_TRIGGERTriggerTriggered when there is activity in Trello.
TRELLO_NEW_ACTIVITY_TRIGGERTriggerTriggered when there is activity in Trello.
Configuración
Sin parámetros.
Payload del evento
action_idstringObligatorioID of the activity
action_typestringObligatorioType of activity
board_idstringID of the board if applicable
board_namestringName of the board if applicable
card_idstringID of the card if applicable
card_namestringName of the card if applicable
created_atstringWhen the activity occurred
member_idstringID of the member who performed the action
member_namestringName of the member who performed the action
New Board TriggerTRELLO_NEW_BOARD_TRIGGERTriggerTriggered when a board is created in the specified workspace
TRELLO_NEW_BOARD_TRIGGERTriggerTriggered when a board is created in the specified workspace
Configuración
workspace_idstringObligatorioID of the workspace to monitor
Payload del evento
board_idstringObligatorioID of the new board
board_namestringObligatorioName of the board
created_atstringWhen the board was created
created_bystringUsername who created the board
descriptionstringBoard description if any
New Card TriggerTRELLO_NEW_CARD_TRIGGERTriggerTriggered when a card is created in the specified board
TRELLO_NEW_CARD_TRIGGERTriggerTriggered when a card is created in the specified board
Configuración
board_idstringObligatorioID of the board to monitor
Payload del evento
board_idstringID of the board
board_namestringName of the board
card_idstringObligatorioID of the new card
card_namestringObligatorioName/title of the card
created_atstringWhen the card was created
created_bystringUsername who created the card
descriptionstringCard description if any
Card Updated TriggerTRELLO_UPDATED_CARD_TRIGGERTriggerTriggered when a specific card is updated
TRELLO_UPDATED_CARD_TRIGGERTriggerTriggered when a specific card is updated
Configuración
card_idstringObligatorioID of the specific card to monitor
Payload del evento
board_idstringID of the board
board_namestringName of the board
card_idstringObligatorioID of the updated card
card_namestringObligatorioName/title of the card
descriptionstringCurrent card description
new_dataobjectNew values of updated fields
old_dataobjectPrevious values of updated fields
updated_atstringWhen the card was updated
updated_bystringUsername who updated the card