Trello

Learn how to use Trello with Composio

Overview

Enum

TRELLO

Description

A web-based, kanban-style, list-making application.

Authentication Details

consumer_key
stringRequired
consumer_secret
stringRequired
scopes
stringDefaults to read,write,account
token
stringRequired

Actions

Deprecated: use `get actions board by id action` instead. retrieves details for the trello board associated with a specific action id, returning board information only.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.

Action Parameters

display
string
entities
string
fields
stringDefaults to all
idAction
stringRequired
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username

Action Response

data
object
error
successful
boolean
Retrieves the trello list associated with a specific trello action id, for actions linked to a list. <<DEPRECATED use get_actions_list_by_id_action>>

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Creates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.

Action Parameters

closed
string
desc
string
idBoardSource
string
idOrganization
string
keepFromSource
string
labelNames__blue
string
labelNames__green
string
labelNames__orange
string
labelNames__purple
string
labelNames__red
string
labelNames__yellow
string
name
string
powerUps
string
prefs__background
string
prefs__calendarFeedEnabled
string
prefs__cardAging
string
prefs__cardCovers
string
prefs__comments
string
prefs__invitations
string
prefs__permissionLevel
string
prefs__selfJoin
string
prefs__voting
string
prefs_background
string
prefs_cardAging
string
prefs_cardCovers
string
prefs_comments
string
prefs_invitations
string
prefs_permissionLevel
string
prefs_selfJoin
string
prefs_voting
string
subscribed
string

Action Response

data
object
error
successful
boolean
Generates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.

Action Parameters

idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Creates a new, initially empty checklist with a given name on an existing and accessible trello board.

Action Parameters

idBoard
stringRequired
name
string

Action Response

data
object
error
successful
boolean
Generates a new email key for the trello board specified by idboard to enable or reset adding cards via email; this invalidates any previously existing email key for the board.

Action Parameters

idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Creates a new label on an existing trello board.

Action Parameters

color
string
idBoard
stringRequired
name
string

Action Response

data
object
error
successful
boolean
Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.

Action Parameters

idBoard
stringRequired
name
stringRequired
pos
string

Action Response

data
object
error
successful
boolean
Marks the trello board specified by idboard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings.

Action Parameters

idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Enables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.

Action Parameters

closed
string
desc
string
due
string
fileSource
string
idAttachmentCover
string
idBoard
string
idCardSource
string
idLabels
string
idList
string
idMembers
string
keepFromSource
string
labels
string
name
string
pos
string
subscribed
string
urlSource
string

Action Response

data
object
error
successful
boolean
Adds a new text comment, which can include @mentions, to a trello card specified by its id; file attachments are not supported via this action.

Action Parameters

idCard
stringRequired
text
string

Action Response

data
object
error
successful
boolean
Adds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.

Action Parameters

file
string
idCard
stringRequired
mimeType
string
name
string
url
string

Action Response

data
object
error
successful
boolean
Adds a checklist to a trello card: use `value` to add a specific existing checklist, `idchecklistsource` to create a new checklist by copying an existing one (optionally using `name` for the new checklist's name), or `name` to create a new empty checklist from scratch.

Action Parameters

idCard
stringRequired
idChecklistSource
string
name
string
value
string

Action Response

data
object
error
successful
boolean
Adds 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.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Assigns a trello member to a specific trello card by card id (or short link) and member id.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Adds a label to an existing trello card (specified by `idcard`), defining the label by `name` and either `color` or the overriding `value` (which specifies color by name); a new label is created on the board if a matching one (by name/color combination) doesn't already exist.

Action Parameters

color
string
idCard
stringRequired
name
string
value
string

Action Response

data
object
error
successful
boolean
Casts a 'yes' vote for a specified member on a trello card; a member can only vote once per card.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Adds a sticker to a trello card, using a default sticker name (e.g., 'taco-cool') or a custom sticker id for the image, and allows specifying its position, rotation, and z-index.

Action Parameters

idCard
stringRequired
image
string
left
string
rotate
string
top
string
zIndex
string

Action Response

data
object
error
successful
boolean
Creates a new checklist on a trello card, either by name or by copying from `idchecklistsource`, targeting an `idcard` or `idboard`; this action creates only the checklist structure, not its items.

Action Parameters

idBoard
string
idCard
string
idChecklistSource
string
name
string
pos
string

Action Response

data
object
error
successful
boolean
Adds a new check item to a specified trello checklist; this action does not update existing check items.

Action Parameters

checked
string
idChecklist
stringRequired
name
string
pos
string

Action Response

data
object
error
successful
boolean
Adds a new check item to an existing checklist on a specific trello card.

Action Parameters

idCard
stringRequired
idChecklist
stringRequired
name
string
pos
string

Action Response

data
object
error
successful
boolean
Creates a new label with a specified name (required) and color on a trello board (idboard required); this action defines the label but does not apply it to cards.

Action Parameters

color
string
idBoard
string
name
string

Action Response

data
object
error
successful
boolean
Creates a new list on a specified trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards.

Action Parameters

closed
string
idBoard
string
idListSource
string
name
string
pos
string
subscribed
string

Action Response

data
object
error
successful
boolean
Archives all cards in a trello list; while cards can be restored via the trello interface, this action does not provide an unarchive function.

Action Parameters

idList
stringRequired

Action Response

data
object
error
successful
boolean
Creates a new card in a trello list, which must be specified by an existing and accessible `idlist`.

Action Parameters

desc
string
due
string
idList
stringRequired
idMembers
string
labels
string
name
string

Action Response

data
object
error
successful
boolean
Moves all cards from a trello list to a *different* board; this action is irreversible, moves (not copies) cards, and empties the source list without deleting it.

Action Parameters

idBoard
string
idList
stringRequired

Action Response

data
object
error
successful
boolean
Updates a trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.

Action Parameters

file
string
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Adds a new custom board background, from an image file, to a specified trello member's collection, making it available for their use but not applying it to any board.

Action Parameters

brightness
string
file
string
idMember
stringRequired
tile
string

Action Response

data
object
error
successful
boolean
Stars a trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member.

Action Parameters

idBoard
string
idMember
stringRequired
pos
string

Action Response

data
object
error
successful
boolean
Adds a new custom board background for a specified trello member; the `file` parameter (image data) is required.

Action Parameters

brightness
string
file
string
idMember
stringRequired
tile
string

Action Response

data
object
error
successful
boolean
Adds a new custom emoji using an image file and a unique name to a trello member's account; this emoji is member-specific and not shared across the workspace.

Action Parameters

file
string
idMember
stringRequired
name
string

Action Response

data
object
error
successful
boolean
Uploads a custom sticker to a trello member's collection, if the member's plan allows custom stickers and respects associated limits.

Action Parameters

file
string
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Creates a new saved search with a specified name, position, and query for a trello member.

Action Parameters

idMember
stringRequired
name
stringRequired
pos
stringRequired
query
stringRequired

Action Response

data
object
error
successful
boolean
Marks all trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.

Action Parameters

Action Response

data
object
error
successful
boolean
Creates a new trello organization (workspace) with a `displayname` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions).

Action Parameters

desc
string
displayName
string
name
string
prefs__associatedDomain
string
prefs__boardVisibilityRestrict__org
string
prefs__boardVisibilityRestrict__private
string
prefs__boardVisibilityRestrict__public
string
prefs__externalMembersDisabled
string
prefs__googleAppsVersion
string
prefs__orgInviteRestrict
string
prefs__permissionLevel
string
website
string

Action Response

data
object
error
successful
boolean
Sets or updates the logo for a trello organization; the provided image file must adhere to trello's format and size restrictions.

Action Parameters

file
string
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Creates or updates a trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.

Action Parameters

idBoard
string
status
string

Action Response

data
object
error
successful
boolean
Creates a webhook for a trello token to monitor a trello model (`idmodel`) and send notifications to a `callbackurl`, which must be publicly accessible and able to respond to trello's head validation request.

Action Parameters

callbackURL
string
description
string
idModel
string

Action Response

data
object
error
successful
boolean
<<deprecated: this action is deprecated. please use 'add boards' instead.>> creates a new trello board, requiring the 'name' parameter.

Action Parameters

closed
string
desc
string
idBoardSource
string
idOrganization
string
keepFromSource
string
labelNames__blue
string
labelNames__green
string
labelNames__orange
string
labelNames__purple
string
labelNames__red
string
labelNames__yellow
string
name
string
powerUps
string
prefs__background
string
prefs__calendarFeedEnabled
string
prefs__cardAging
string
prefs__cardCovers
string
prefs__comments
string
prefs__invitations
string
prefs__permissionLevel
string
prefs__selfJoin
string
prefs__voting
string
prefs_background
string
prefs_cardAging
string
prefs_cardCovers
string
prefs_comments
string
prefs_invitations
string
prefs_permissionLevel
string
prefs_selfJoin
string
prefs_voting
string
subscribed
string

Action Response

data
object
error
successful
boolean
Deprecated: use `get boards cards by id board by filter`. retrieves cards from a trello board using a filter.

Action Parameters

filter
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches comprehensive details for a specific trello board by its id; this is a read-only action. <<DEPRECATED use get_boards_by_id_board>>

Action Parameters

action_fields
stringDefaults to all
action_member
string
action_memberCreator
string
action_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
action_member_fields
stringDefaults to avatarHash, fullName, initials and username
actions
string
actions_display
string
actions_entities
string
actions_format
stringDefaults to list
actions_limit
stringDefaults to 50
actions_since
string
boardStars
stringDefaults to none
card_attachment_fields
stringDefaults to all
card_attachments
string
card_checklists
stringDefaults to none
card_fields
stringDefaults to all
card_stickers
string
cards
stringDefaults to none
checklist_fields
stringDefaults to all
checklists
stringDefaults to none
fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url, shortUrl, prefs and labelNames
idBoard
stringRequired
label_fields
stringDefaults to all
labels
stringDefaults to none
labels_limit
stringDefaults to 50
list_fields
stringDefaults to all
lists
stringDefaults to none
member_fields
stringDefaults to avatarHash, initials, fullName, username and confirmed
members
stringDefaults to none
membersInvited
stringDefaults to none
membersInvited_fields
stringDefaults to avatarHash, initials, fullName and username
memberships
stringDefaults to none
memberships_member
string
memberships_member_fields
stringDefaults to fullName and username
myPrefs
string
organization
string
organization_fields
stringDefaults to name and displayName
organization_memberships
stringDefaults to none

Action Response

data
object
error
successful
boolean
Deprecated (use `get boards cards by id board`): retrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to visible
idBoard
stringRequired
limit
string
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Deprecated: retrieves lists from a specified trello board; use `get boards lists by id board`.

Action Parameters

card_fields
stringDefaults to all
cards
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to open
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
(deprecated: use add cards) creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.

Action Parameters

closed
string
desc
string
due
string
fileSource
string
idAttachmentCover
string
idBoard
string
idCardSource
string
idLabels
string
idList
string
idMembers
string
keepFromSource
string
labels
string
name
string
pos
string
subscribed
string
urlSource
string

Action Response

data
object
error
successful
boolean
Deprecated: use `get cards by id card`. retrieves a trello card by id/shortlink, with options for related data.

Action Parameters

action_fields
stringDefaults to all
action_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 50
attachment_fields
stringDefaults to all
attachments
string
board
string
board_fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url and prefs
checkItemState_fields
stringDefaults to all
checkItemStates
string
checklist_fields
stringDefaults to all
checklists
stringDefaults to none
fields
stringDefaults to badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl and url
idCard
stringRequired
list
string
list_fields
stringDefaults to all
memberVoted_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
membersVoted
string
sticker_fields
stringDefaults to all
stickers
string

Action Response

data
object
error
successful
boolean
(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a trello card.

Action Parameters

field
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Updates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. <<DEPRECATED use update_cards_by_id_card>>

Action Parameters

closed
string
desc
string
due
string
fileSource
string
idAttachmentCover
string
idBoard
string
idCard
stringRequired
idCardSource
string
idLabels
string
idList
string
idMembers
string
keepFromSource
string
labels
string
name
string
pos
string
subscribed
string
urlSource
string

Action Response

data
object
error
successful
boolean
Deprecated: moves a trello card to a different list on the same board. use `update cards id list by id card` instead.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates 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>>

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Converts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item; this is irreversible via the api and offers no customization during conversion.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Deletes a specific trello action, such as a `commentcard`, by its id; this is an irreversible operation and only applies to deletable action types, as many (especially system-generated) actions cannot be deleted.

Action Parameters

idAction
stringRequired

Action Response

data
object
error
successful
boolean
Permanently removes a current member from a trello board, revoking their access; this action is irreversible.

Action Parameters

idBoard
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Disables a power-up on a trello board using the board's id and the plugin id of a power-up currently enabled on that board; this action is irreversible and may result in data loss.

Action Parameters

idBoard
stringRequired
powerUp
stringRequired

Action Response

data
object
error
successful
boolean
Deletes a specific comment action (identified by `idaction`) from a trello card (identified by `idcard`); this operation is irreversible and only affects comments.

Action Parameters

idAction
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Permanently removes a specified attachment from a trello card; this action is irreversible and requires that both the card and the attachment exist.

Action Parameters

idAttachment
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes an archived trello card specified by its `idcard`.

Action Parameters

idCard
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a specific checklist from a trello card.

Action Parameters

idCard
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Removes a specific label from a trello card; the label itself is not deleted from the board, only its association with the card.

Action Parameters

idCard
stringRequired
idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Removes a currently assigned member from a trello card, affecting only the card's member list and not the member's board membership or overall permissions.

Action Parameters

idCard
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Permanently removes a specific `color` label from an existing trello card identified by `idcard`, if the card has that label; this only disassociates the label from the card, not deleting the label definition itself.

Action Parameters

color
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Removes a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.

Action Parameters

idCard
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Permanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).

Action Parameters

idCard
stringRequired
idSticker
stringRequired

Action Response

data
object
error
successful
boolean
Permanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.

Action Parameters

idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a specific check item from a checklist on a trello card; this operation is irreversible and only affects the specified item, not the entire checklist.

Action Parameters

idCheckItem
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.

Action Parameters

idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.

Action Parameters

idBoardBackground
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Deletes a custom sticker from a trello member's collection; this permanent action is only available for custom stickers within a trello workspace on a paid plan.

Action Parameters

idCustomSticker
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.

Action Parameters

idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Deletes an existing trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.

Action Parameters

idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Permanently removes a member from a trello organization by id, revoking all access to its content; re-invitation is required for renewed access, and this does not delete the member's trello account.

Action Parameters

idMember
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Irreversibly deletes an associated email domain from a trello organization's preferences to update email domain restrictions for workspace membership; the domain must be currently associated for removal.

Action Parameters

idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Removes a previously set email domain invitation restriction for a trello organization.

Action Parameters

idOrg
stringRequired
value
stringRequired

Action Response

data
object
error
successful
boolean
Deletes a specific trello api token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to invalidate compromised or unneeded tokens.

Action Parameters

Action Response

data
object
error
successful
boolean
Deletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.

Action Parameters

idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.

Action Parameters

idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Dismisses a specific one-time message for an existing trello member, preventing it from being displayed again.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Retrieves details for the trello board associated with a specific action id, returning board information only.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specified `field` from the trello board associated with the provided trello `idaction`.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves detailed information about a specific trello action by its id.

Action Parameters

display
string
entities
string
fields
stringDefaults to all
idAction
stringRequired
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username

Action Response

data
object
error
successful
boolean
Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a trello action using its unique id.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves trello card details for a given `idaction`, which must be an action specifically linked to a card; returns only card data, not action details.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field from the trello card associated with the given action id.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a display-friendly representation of an existing and accessible trello action for ui/report purposes, providing presentation-focused data instead of full raw details and without altering the action.

Action Parameters

idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.

Action Parameters

idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the trello list associated with a specific trello action id, for actions linked to a list.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field of the list associated with a trello action, returning only that single field's value.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves specified details of the trello member who performed the action identified by `idaction`; information is specific to this action's context, not the member's full profile.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Fetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves details about the trello member who created the action with the given `idaction`.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Gets information about the creator of a trello action.

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Fetches the organization details for a given trello action, if the action has an associated organization.

Action Parameters

fields
stringDefaults to all
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves 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').

Action Parameters

field
stringRequired
idAction
stringRequired

Action Response

data
object
error
successful
boolean
Executes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.

Action Parameters

urls
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves actions (e.g., card creations, comments) for a trello board by its id, useful for activity tracking; the board must exist.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to all
format
stringDefaults to list
idBoard
stringRequired
idModels
string
limit
stringDefaults to 50
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 0
since
string

Action Response

data
object
error
successful
boolean
Retrieves board stars (user-marked favorites) for a specified trello board, where `idboard` must be an existing board; use to list a user's starred boards or all stars on a particular board.

Action Parameters

filter
stringDefaults to mine
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches comprehensive details for a specific trello board by its id; this is a read-only action.

Action Parameters

action_fields
stringDefaults to all
action_member
string
action_memberCreator
string
action_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
action_member_fields
stringDefaults to avatarHash, fullName, initials and username
actions
string
actions_display
string
actions_entities
string
actions_format
stringDefaults to list
actions_limit
stringDefaults to 50
actions_since
string
boardStars
stringDefaults to none
card_attachment_fields
stringDefaults to all
card_attachments
string
card_checklists
stringDefaults to none
card_fields
stringDefaults to all
card_stickers
string
cards
stringDefaults to none
checklist_fields
stringDefaults to all
checklists
stringDefaults to none
fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url, shortUrl, prefs and labelNames
idBoard
stringRequired
label_fields
stringDefaults to all
labels
stringDefaults to none
labels_limit
stringDefaults to 50
list_fields
stringDefaults to all
lists
stringDefaults to none
member_fields
stringDefaults to avatarHash, initials, fullName, username and confirmed
members
stringDefaults to none
membersInvited
stringDefaults to none
membersInvited_fields
stringDefaults to avatarHash, initials, fullName and username
memberships
stringDefaults to none
memberships_member
string
memberships_member_fields
stringDefaults to fullName and username
myPrefs
string
organization
string
organization_fields
stringDefaults to name and displayName
organization_memberships
stringDefaults to none

Action Response

data
object
error
successful
boolean
Retrieves the value of a single, specified field from a trello board.

Action Parameters

field
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to visible
idBoard
stringRequired
limit
string
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Retrieves cards from a specified trello board, filtered by 'all', 'closed', 'none', 'open', or 'visible'.

Action Parameters

filter
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves details for a specific trello card by its id and its parent board's id, with options to customize returned fields for the card and associated data like attachments, actions, members, and checklists.

Action Parameters

action_fields
stringDefaults to all
action_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 50
attachment_fields
stringDefaults to all
attachments
string
checkItemState_fields
stringDefaults to all
checkItemStates
string
checklist_fields
stringDefaults to all
checklists
stringDefaults to none
fields
stringDefaults to all
idBoard
stringRequired
idCard
stringRequired
labels
string
member_fields
stringDefaults to avatarHash, initials, fullName and username
members
string

Action Response

data
object
error
successful
boolean
Retrieves checklists (primarily structure/metadata, not detailed item history) from a trello board, with options to include associated card and check item details and to control which fields are returned for each entity.

Action Parameters

card_fields
stringDefaults to all
cards
stringDefaults to none
checkItem_fields
stringDefaults to name, nameData, pos and state
checkItems
stringDefaults to all
fields
stringDefaults to all
filter
stringDefaults to all
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves recent changes (deltas) for a trello board by its id, allowing tracking of modifications since a specified update sequence number (`ixlastupdate`).

Action Parameters

idBoard
stringRequired
ixLastUpdate
stringRequired
tags
stringRequired

Action Response

data
object
error
successful
boolean
Fetches labels for a specified trello board, aiding in its organization or label management; this action does not detail per-card label usage.

Action Parameters

fields
stringDefaults to all
idBoard
stringRequired
limit
stringDefaults to 50

Action Response

data
object
error
successful
boolean
Fetches specified fields for a specific label on a trello board; this read-only action does not return information about which cards the label is attached to.

Action Parameters

fields
stringDefaults to all
idBoard
stringRequired
idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves lists from a specified trello board, with options to filter lists and include card details.

Action Parameters

card_fields
stringDefaults to all
cards
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to open
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches lists by status from an accessible trello board; card details for these lists require a separate call.

Action Parameters

filter
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves trello board memberships (user roles and permissions) for auditing access or managing collaboration, returning only membership data and not other board content.

Action Parameters

filter
stringDefaults to all
idBoard
stringRequired
member
string
member_fields
stringDefaults to fullName and username

Action Response

data
object
error
successful
boolean
Retrieves a specific membership on a trello board by its id, optionally including member details.

Action Parameters

idBoard
stringRequired
idMembership
stringRequired
member
string
member_fields
stringDefaults to fullName and username

Action Response

data
object
error
successful
boolean
Retrieves members of a trello board, with options to filter the list and select specific member fields to return.

Action Parameters

activity
string
fields
stringDefaults to fullName and username
filter
stringDefaults to normal
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves members of a trello board using a specified filter, assuming the board exists and the filter is valid.

Action Parameters

filter
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves cards for a member on a board, with options to customize returned fields and related data; member must have board access.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
board
string
board_fields
stringDefaults to name, desc, closed, idOrganization, pinned, url and prefs
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to visible
idBoard
stringRequired
idMember
stringRequired
list
string
list_fields
stringDefaults to all
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string

Action Response

data
object
error
successful
boolean
Retrieves a list of members invited to a specific trello board who have not yet joined.

Action Parameters

fields
stringDefaults to all
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field (e.g., email, username) for members who have been invited to a trello board but have not yet joined.

Action Parameters

field
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the authenticated user's preferences for a specific trello board.

Action Parameters

idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches information about the trello workspace (organization) to which a specific board belongs, returning details for the workspace only, not the board itself or its content.

Action Parameters

fields
stringDefaults to all
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field from the organization associated with a trello board, useful for obtaining targeted details without fetching the entire organization object.

Action Parameters

field
stringRequired
idBoard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves 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.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to commentCard and updateCard:idList
format
stringDefaults to list
idCard
stringRequired
idModels
string
limit
stringDefaults to 50
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 0
since
string

Action Response

data
object
error
successful
boolean
Retrieves attachments for a trello card.

Action Parameters

fields
stringDefaults to all
filter
string
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific attachment from a trello card by card id and attachment id.

Action Parameters

fields
stringDefaults to all
idAttachment
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches detailed information about the trello board to which a specific, existing, and accessible card belongs, using the card's id or short link.

Action Parameters

fields
stringDefaults to all
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field from the board associated with a given trello card.

Action Parameters

field
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a trello card by its id or shortlink, with options to include related data like actions, attachments, members, and checklists.

Action Parameters

action_fields
stringDefaults to all
action_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 50
attachment_fields
stringDefaults to all
attachments
string
board
string
board_fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url and prefs
checkItemState_fields
stringDefaults to all
checkItemStates
string
checklist_fields
stringDefaults to all
checklists
stringDefaults to none
fields
stringDefaults to badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl and url
idCard
stringRequired
list
string
list_fields
stringDefaults to all
memberVoted_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
membersVoted
string
sticker_fields
stringDefaults to all
stickers
string

Action Response

data
object
error
successful
boolean
Retrieves the value of a single, specified field from a trello card.

Action Parameters

field
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all checklists, including their check items, for a trello card specified by its id or shortlink, if the card exists and is accessible.

Action Parameters

card_fields
stringDefaults to all
cards
stringDefaults to none
checkItem_fields
stringDefaults to name, nameData, pos and state
checkItems
stringDefaults to all
fields
stringDefaults to all
filter
stringDefaults to all
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Gets the states (e.g., 'complete', 'incomplete') of checklist items on a trello card; returns only item states, not full checklist or card details.

Action Parameters

fields
stringDefaults to all
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Gets the trello list to which a specified card (which must exist) belongs.

Action Parameters

fields
stringDefaults to all
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches a specific field from the trello list that a given card belongs to.

Action Parameters

field
stringRequired
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves members of a trello card, identified by its id or shortlink, allowing customization of which member fields are returned.

Action Parameters

fields
stringDefaults to avatarHash, fullName, initials and username
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Fetches members who voted on a trello card; requires an existing card id, the voting power-up to be active on the board, and members to have voted; returns member details, not vote counts.

Action Parameters

fields
stringDefaults to avatarHash, fullName, initials and username
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all visual stickers (used for categorization, emphasis, or decoration) from an existing and accessible trello card; this read-only action does not affect other card elements.

Action Parameters

fields
stringDefaults to all
idCard
stringRequired

Action Response

data
object
error
successful
boolean
Call this action to retrieve detailed properties (like image, position, rotation) of a specific sticker on a trello card.

Action Parameters

fields
stringDefaults to all
idCard
stringRequired
idSticker
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the trello board a specific checklist belongs to, using the checklist id.

Action Parameters

fields
stringDefaults to all
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specified `field` (e.g., 'name', 'desc') from the trello board associated with the given `idchecklist`.

Action Parameters

field
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Fetches a trello checklist by its `idchecklist`, requiring the id to refer to an existing checklist, and allows specifying which details of the checklist, its cards, and check items are returned.

Action Parameters

card_fields
stringDefaults to all
cards
stringDefaults to none
checkItem_fields
stringDefaults to name, nameData, pos and state
checkItems
stringDefaults to all
fields
stringDefaults to all
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field's value from a trello checklist by its id and the field name, without loading the entire checklist object or its items.

Action Parameters

field
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves cards associated with a specific, valid trello checklist id, allowing for filtering and customization of card and related entity data fields.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to open
idChecklist
stringRequired
limit
string
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Retrieves 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.

Action Parameters

filter
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves check items from an existing trello checklist, optionally filtering them and specifying which fields to return.

Action Parameters

fields
stringDefaults to name, nameData, pos and state
filter
stringDefaults to all
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific check item from a checklist using the checklist id and check item id.

Action Parameters

fields
stringDefaults to name,nameData,pos,state
idCheckItem
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the trello board to which a given, valid trello label id (`idlabel`) belongs.

Action Parameters

fields
stringDefaults to all
idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specified `field` (e.g., 'name', 'url') from the trello board associated with a given `idlabel`.

Action Parameters

field
stringRequired
idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves detailed information for a specific trello label by its id, allowing selection of specific fields to return.

Action Parameters

fields
stringDefaults to all
idLabel
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves actions (like card movements or comments, newest first) for a trello list by its id, to track history or create activity logs.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to all
format
stringDefaults to list
idList
stringRequired
idModels
string
limit
stringDefaults to 5
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 1
since
string

Action Response

data
object
error
successful
boolean
Retrieves the board to which a specific trello list belongs.

Action Parameters

fields
stringDefaults to all
idList
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves 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.

Action Parameters

field
stringRequired
idList
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a trello list by its unique id, optionally including details for its cards and parent board.

Action Parameters

board
string
board_fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url and prefs
card_fields
stringDefaults to all
cards
stringDefaults to none
fields
stringDefaults to name, closed, idBoard and pos
idList
stringRequired

Action Response

data
object
error
successful
boolean
Fetches the value of a single, specified field from a trello list.

Action Parameters

field
stringRequired
idList
stringRequired

Action Response

data
object
error
successful
boolean
Fetches cards from a trello list by its id, with options to filter and customize the returned card data.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to open
idList
stringRequired
limit
stringDefaults to 2
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Retrieves cards from a specific trello list, filtered by criteria like 'open', 'closed', or 'all'.

Action Parameters

filter
stringRequired
idList
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a list of actions for a specified trello member, allowing filtering by type, date, models, and control over output format and fields.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to all
format
stringDefaults to list
idMember
stringRequired
idModels
string
limit
stringDefaults to 50
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 0
since
string

Action Response

data
object
error
successful
boolean
Retrieves board-level details (not lists/cards) for trello boards associated with a member id or username, allowing extensive customization of the returned data.

Action Parameters

action_fields
stringDefaults to all
actions
string
actions_entities
string
actions_format
stringDefaults to list
actions_limit
stringDefaults to 5
actions_since
string
fields
stringDefaults to all
filter
stringDefaults to all
idMember
stringRequired
lists
stringDefaults to open
memberships
stringDefaults to none
organization
string
organization_fields
stringDefaults to name and displayName

Action Response

data
object
error
successful
boolean
Retrieves a list of boards for a specific trello member, applying a filter such as 'open', 'starred', or 'all'.

Action Parameters

filter
stringDefaults to open
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves trello boards to which a specific member has been invited but has not yet joined.

Action Parameters

fields
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field from trello boards to which a member has been invited but not yet joined; returns an empty result for no pending invitations.

Action Parameters

field
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Fetches the board backgrounds for a specified trello member.

Action Parameters

filter
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Fetches only the boards a specific trello member has starred, identified by their id or username.

Action Parameters

idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves detailed information about a specific board star (a trello board marked as a favorite) for a given trello member.

Action Parameters

idBoardStar
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Fetches comprehensive information about a trello member, specified by id or username, including profile, activities, boards, cards, notifications, and organization affiliations, with customizable detail levels via filters and field parameters.

Action Parameters

action_before
string
action_fields
stringDefaults to all
action_since
string
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 5
boardBackgrounds
stringDefaults to none
boardStars
string
board_action_fields
stringDefaults to all
board_actions
string
board_actions_display
string
board_actions_entities
string
board_actions_format
stringDefaults to list
board_actions_limit
stringDefaults to 50
board_actions_since
string
board_fields
stringDefaults to name, closed, idOrganization and pinned
board_lists
stringDefaults to open
board_memberships
stringDefaults to none
board_organization
string
board_organization_fields
stringDefaults to name and displayName
boards
string
boardsInvited
string
boardsInvited_fields
stringDefaults to name, closed, idOrganization and pinned
card_attachment_fields
stringDefaults to url and previews
card_attachments
string
card_fields
stringDefaults to all
card_member_fields
stringDefaults to avatarHash, fullName, initials and username
card_members
string
card_stickers
string
cards
stringDefaults to none
customBoardBackgrounds
stringDefaults to none
customEmoji
stringDefaults to none
customStickers
stringDefaults to none
fields
stringDefaults to all
idMember
stringRequired
notification_before
string
notification_fields
stringDefaults to all
notification_memberCreator
string
notification_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
notification_since
string
notifications
string
notifications_display
string
notifications_entities
string
notifications_limit
stringDefaults to 50
organization_fields
stringDefaults to all
organization_paid_account
string
organizations
stringDefaults to none
organizationsInvited
stringDefaults to none
organizationsInvited_fields
stringDefaults to all
paid_account
string
savedSearches
string
tokens
stringDefaults to none

Action Response

data
object
error
successful
boolean
Efficiently retrieves a specific field (e.g., fullname, username, bio) of a trello member using their id or username, without fetching the entire member profile.

Action Parameters

field
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves cards for a trello member, specified by id or username, with options to filter cards and include related data like actions, attachments, and checklists.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to visible
idMember
stringRequired
limit
string
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Retrieves cards for a trello member, applying a filter that must be a trello-recognized card filter.

Action Parameters

filter
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves custom board backgrounds for a trello member, who must exist, using their id or username.

Action Parameters

filter
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all custom (user-specific, non-standard) emojis that a specified trello member has created or can access.

Action Parameters

filter
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a member's custom stickers, which are unique personalized stickers created by them, distinct from standard trello stickers.

Action Parameters

filter
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a chronological list of all changes (deltas) made by a specific trello member, including modifications to boards, lists, and cards, to audit activity or sync data.

Action Parameters

idMember
stringRequired
ixLastUpdate
stringRequired
tags
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves notifications for a trello member, specified by their id or username, with options for filtering and pagination.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to all
idMember
stringRequired
limit
stringDefaults to 50
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 0
read_filter
stringDefaults to all
since
string

Action Response

data
object
error
successful
boolean
Retrieves a list of a trello member's notifications, filtered by specified types.

Action Parameters

filter
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Fetches organizations a specific trello member belongs to; the `idmember` must be an id or username of an existing trello member.

Action Parameters

fields
stringDefaults to all
filter
stringDefaults to all
idMember
stringRequired
paid_account
string

Action Response

data
object
error
successful
boolean
Fetches a list of organizations a specific trello member belongs to, using a filter to narrow down the results.

Action Parameters

filter
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves organizations a trello member has been invited to but has not yet accepted or declined.

Action Parameters

fields
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all saved search queries for a trello member; this action only retrieves saved searches and does not execute them.

Action Parameters

idMember
stringRequired

Action Response

data
object
error
successful
boolean
Gets api token metadata for a trello member; actual token values are excluded for security.

Action Parameters

filter
stringDefaults to all
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific custom board background for a trello member, using the member's id and the board background's id.

Action Parameters

fields
stringDefaults to all
idBoardBackground
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves metadata (e.g., brightness, urls, tiling status) for a specific custom board background of a trello member, not the image file itself.

Action Parameters

fields
stringDefaults to all
idBoardBackground
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific custom emoji by its id for a trello member, requiring that both the member and emoji exist and are associated.

Action Parameters

fields
stringDefaults to all
idCustomEmoji
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific custom sticker by id for a trello member; returns only sticker data (not its usage on cards/boards), with optional field selection.

Action Parameters

fields
stringDefaults to all
idCustomSticker
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Get a specific field of an organization to which the member has a pending invitation; returns data only if such an invitation exists.

Action Parameters

field
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Fetches all cards assigned to a specific member of a given trello organization.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
board
string
board_fields
stringDefaults to name, desc, closed, idOrganization, pinned, url and prefs
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to visible
idMember
stringRequired
idOrg
stringRequired
list
string
list_fields
stringDefaults to all
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string

Action Response

data
object
error
successful
boolean
Gets the trello board associated with a given notification id, returning only board data and allowing selection of specific board fields.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific, valid field from the board associated with a trello notification.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific trello notification by its id, optionally including related entities and specific fields for the notification and its related entities.

Action Parameters

board
string
board_fields
stringDefaults to name
card
string
card_fields
stringDefaults to name
display
string
entities
string
fields
stringDefaults to all
idNotification
stringRequired
list
string
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
organization
string
organization_fields
stringDefaults to displayName

Action Response

data
object
error
successful
boolean
Retrieves a specific field from a trello notification.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves card details (excluding notification, board, or list data) for a specified trello idnotification, which must exist and be linked to a card.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field of a trello card, using the id of a notification that is directly associated with that card.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the information needed to display an existing trello notification, identified by its id, without altering the notification or fetching its complete metadata.

Action Parameters

idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves 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.

Action Parameters

idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves details of the trello list associated with a specific notification id.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Efficiently retrieves a single specified field from a trello list linked to a notification, avoiding fetching the entire list.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Fetches details of the member (not the notification content itself) associated with a specific trello notification id.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific `field` of the trello member associated with the given `idnotification`.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Fetches the creator (member) of a trello notification, identified by `idnotification`, returning only creator details and respecting trello privacy settings and user permissions.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the trello organization linked to a specific notification id; returns organization details only, not the notification itself.

Action Parameters

fields
stringDefaults to all
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific field from the trello organization associated with a given notification, provided the notification is linked to an organization.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Fetches a specific field of the member who created the specified trello notification.

Action Parameters

field
stringRequired
idNotification
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves 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.

Action Parameters

before
string
display
string
entities
string
fields
stringDefaults to all
filter
stringDefaults to all
format
stringDefaults to list
idModels
string
idOrg
stringRequired
limit
stringDefaults to 50
member
string
memberCreator
string
memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
member_fields
stringDefaults to avatarHash, fullName, initials and username
page
stringDefaults to 0
since
string

Action Response

data
object
error
successful
boolean
Fetches boards for a trello organization, specified by its id or name, with options to filter and customize returned data.

Action Parameters

action_fields
stringDefaults to all
actions
string
actions_entities
string
actions_format
stringDefaults to list
actions_limit
stringDefaults to 5
actions_since
string
fields
stringDefaults to all
filter
stringDefaults to all
idOrg
stringRequired
lists
stringDefaults to none
memberships
stringDefaults to none
organization
string
organization_fields
stringDefaults to name and displayName

Action Response

data
object
error
successful
boolean
Fetches a list of boards belonging to a specific trello organization, filtered by a given criterion.

Action Parameters

filter
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves detailed information about a specific trello organization, including optional related resources like members, boards, and actions, using its id or unique name.

Action Parameters

action_fields
stringDefaults to all
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 50
board_action_fields
stringDefaults to all
board_actions
string
board_actions_display
string
board_actions_entities
string
board_actions_format
stringDefaults to list
board_actions_limit
stringDefaults to 50
board_actions_since
string
board_fields
stringDefaults to all
board_lists
stringDefaults to open
boards
stringDefaults to none
fields
stringDefaults to name, displayName, desc, descData, url, website, logoHash, products and powerUps
idOrg
stringRequired
member_activity
string
member_fields
stringDefaults to avatarHash, fullName, initials, username and confirmed
members
stringDefaults to none
membersInvited
stringDefaults to none
membersInvited_fields
stringDefaults to avatarHash, initials, fullName and username
memberships
stringDefaults to none
memberships_member
string
memberships_member_fields
stringDefaults to fullName and username
paid_account
string

Action Response

data
object
error
successful
boolean
Retrieves the value of a single specified `field` for a trello organization `idorg`, ideal for efficiently fetching a specific piece of information without loading the full organization details.

Action Parameters

field
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a log of recent modifications (deltas) for a trello organization, filterable by tags and supporting incremental fetching via an update index.

Action Parameters

idOrg
stringRequired
ixLastUpdate
stringRequired
tags
stringRequired

Action Response

data
object
error
successful
boolean
Fetches organization-level memberships for a trello organization, with options to filter members and include their details; does not return board-specific memberships.

Action Parameters

filter
stringDefaults to all
idOrg
stringRequired
member
string
member_fields
stringDefaults to fullName and username

Action Response

data
object
error
successful
boolean
Retrieves members of a trello organization (specified by id or name), with an option to include member activity if the organization is premium.

Action Parameters

activity
string
fields
stringDefaults to fullName and username
filter
stringDefaults to normal
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Fetches members of a specified trello organization using a filter like 'all', 'normal', 'admins', or 'owners'.

Action Parameters

filter
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves members invited to a trello organization who have not yet accepted their invitation, returning only data for pending invitations (not active or former members) and cannot send or modify invitations.

Action Parameters

fields
stringDefaults to all
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific `field` (e.g., fullname, username, email, status) for members with pending invitations to the trello organization specified by `idorg`.

Action Parameters

field
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves a specific membership within a trello organization, using their respective ids, to ascertain the member's role, status, or permissions.

Action Parameters

idMembership
stringRequired
idOrg
stringRequired
member
string
member_fields
stringDefaults to fullName,username

Action Response

data
object
error
successful
boolean
Searches trello members by name, username, or email, optionally scoped to a board or organization.

Action Parameters

idBoard
string
idOrganization
string
limit
stringDefaults to 8
onlyOrgMembers
string
query
stringRequired

Action Response

data
object
error
successful
boolean
Establishes a websocket connection with trello for receiving real-time updates on trello entities.

Action Parameters

Action Response

data
object
error
successful
boolean
Retrieves information about a specific trello api token, allowing selection of specific fields and inclusion of webhook details.

Action Parameters

fields
stringDefaults to all
webhooks
string

Action Response

data
object
error
successful
boolean
Retrieves a specific field from a trello token, provided the token is valid, has necessary permissions, and the field is a valid token field.

Action Parameters

field
stringRequired
token
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves information about the trello member associated with the current api token, allowing customization of the returned fields.

Action Parameters

fields
stringDefaults to all

Action Response

data
object
error
successful
boolean
Retrieves a specific field for the trello member associated with the provided api token.

Action Parameters

field
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves all webhooks associated with a specific trello api token.

Action Parameters

Action Response

data
object
error
successful
boolean
Retrieves detailed information for a specific trello webhook, identified by `idwebhook`, that is associated with the given `token`.

Action Parameters

idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the structural details of a trello object type (e.g., 'action', 'board', 'card') using its identifier; describes the type itself, not specific instances.

Action Parameters

id
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves the full configuration and status for a specific trello webhook by its unique id; this action does not return past notification history.

Action Parameters

idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Gets a specific field's value from a trello webhook, avoiding retrieval of the full webhook object.

Action Parameters

field
stringRequired
idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: 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.

Action Parameters

closed
string
idBoard
string
idListSource
string
name
string
pos
string
subscribed
string

Action Response

data
object
error
successful
boolean
Retrieves a trello list by its unique id, optionally including details for its cards and parent board. <<DEPRECATED use get_lists_by_id_list>>

Action Parameters

board
string
board_fields
stringDefaults to name, desc, descData, closed, idOrganization, pinned, url and prefs
card_fields
stringDefaults to all
cards
stringDefaults to none
fields
stringDefaults to name, closed, idBoard and pos
idList
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: fetches cards from a trello list by its id; use `getlistscardsbyidlist` instead.

Action Parameters

actions
string
attachment_fields
stringDefaults to all
attachments
string
before
string
checkItemStates
string
checklists
stringDefaults to none
fields
stringDefaults to all
filter
stringDefaults to open
idList
stringRequired
limit
stringDefaults to 2
member_fields
stringDefaults to avatarHash, fullName, initials and username
members
string
since
string
stickers
string

Action Response

data
object
error
successful
boolean
Deprecated: please use the `get lists board by id list` action instead. retrieves the board to which a specific trello list belongs.

Action Parameters

fields
stringDefaults to all
idList
stringRequired

Action Response

data
object
error
successful
boolean
Marks all notifications associated with a specific trello card as read; this is irreversible and only affects read status, not deleting or modifying notifications.

Action Parameters

idCard
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: retrieves a filtered list of boards for a trello member; use `get members boards by id member by filter` instead.

Action Parameters

filter
stringDefaults to open
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: use `getmembersboardsbyidmember`; retrieves trello boards for a member (id/username).

Action Parameters

action_fields
stringDefaults to all
actions
string
actions_entities
string
actions_format
stringDefaults to list
actions_limit
stringDefaults to 5
actions_since
string
fields
stringDefaults to all
filter
stringDefaults to all
idMember
stringRequired
lists
stringDefaults to open
memberships
stringDefaults to none
organization
string
organization_fields
stringDefaults to name and displayName

Action Response

data
object
error
successful
boolean
[deprecated: please use 'get members by id member' instead] fetches comprehensive trello member information by id/username, including profile, activities, boards, cards, notifications, and organizations, with customizable detail.

Action Parameters

action_before
string
action_fields
stringDefaults to all
action_since
string
actions
string
actions_display
string
actions_entities
string
actions_limit
stringDefaults to 5
boardBackgrounds
stringDefaults to none
boardStars
string
board_action_fields
stringDefaults to all
board_actions
string
board_actions_display
string
board_actions_entities
string
board_actions_format
stringDefaults to list
board_actions_limit
stringDefaults to 50
board_actions_since
string
board_fields
stringDefaults to name, closed, idOrganization and pinned
board_lists
stringDefaults to open
board_memberships
stringDefaults to none
board_organization
string
board_organization_fields
stringDefaults to name and displayName
boards
string
boardsInvited
string
boardsInvited_fields
stringDefaults to name, closed, idOrganization and pinned
card_attachment_fields
stringDefaults to url and previews
card_attachments
string
card_fields
stringDefaults to all
card_member_fields
stringDefaults to avatarHash, fullName, initials and username
card_members
string
card_stickers
string
cards
stringDefaults to none
customBoardBackgrounds
stringDefaults to none
customEmoji
stringDefaults to none
customStickers
stringDefaults to none
fields
stringDefaults to all
idMember
stringRequired
notification_before
string
notification_fields
stringDefaults to all
notification_memberCreator
string
notification_memberCreator_fields
stringDefaults to avatarHash, fullName, initials and username
notification_since
string
notifications
string
notifications_display
string
notifications_entities
string
notifications_limit
stringDefaults to 50
organization_fields
stringDefaults to all
organization_paid_account
string
organizations
stringDefaults to none
organizationsInvited
stringDefaults to none
organizationsInvited_fields
stringDefaults to all
paid_account
string
savedSearches
string
tokens
stringDefaults to none

Action Response

data
object
error
successful
boolean
Removes a specific starred board (identified by `idboardstar`) from a trello member's (identified by `idmember`) list of favorites; `idboardstar` must be an existing star for that member.

Action Parameters

idBoardStar
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a specific checklist item from a checklist on a trello card using their respective ids.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
stringRequired

Action Response

data
object
error
successful
boolean
Removes a member entirely from a specific trello organization, including from all its boards and cards; this action is permanent and does not delete the member's trello account.

Action Parameters

idMember
stringRequired
idOrg
stringRequired

Action Response

data
object
error
successful
boolean
Permanently deletes a specific custom board background (identified by `idboardbackground`) associated with an existing trello member (identified by `idmember`).

Action Parameters

idBoardBackground
stringRequired
idMember
stringRequired

Action Response

data
object
error
successful
boolean
Deprecated: use the `get search` action to search trello content within specified organizations.

Action Parameters

board_fields
stringDefaults to name and idOrganization
boards_limit
stringDefaults to 1
card_attachments
string
card_board
string
card_fields
stringDefaults to all
card_list
string
card_members
string
card_stickers
string
cards_limit
stringDefaults to 1
cards_page
stringDefaults to 0
idBoards
stringDefaults to mine
idCards
string
idOrganizations
stringRequired
member_fields
stringDefaults to avatarHash, fullName, initials, username and confirmed
members_limit
stringDefaults to 10
modelTypes
stringDefaults to all
organization_fields
stringDefaults to name and displayName
organizations_limit
stringDefaults to 10
partial
string
query
stringRequired

Action Response

data
object
error
successful
boolean
Retrieves information for the trello member associated with the api token, with customizable fields. <<deprecated: please use the 'get tokens member by token' action instead.>>

Action Parameters

fields
stringDefaults to all

Action Response

data
object
error
successful
boolean
Updates the `text` field of a specific trello comment action, identified by `idaction`.

Action Parameters

idAction
stringRequired
text
string

Action Response

data
object
error
successful
boolean
Updates 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.

Action Parameters

idAction
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates attributes (e.g., name, description, status, preferences) of an existing trello board identified by `idboard`.

Action Parameters

closed
string
desc
string
idBoard
stringRequired
idBoardSource
string
idOrganization
string
keepFromSource
string
labelNames__blue
string
labelNames__green
string
labelNames__orange
string
labelNames__purple
string
labelNames__red
string
labelNames__yellow
string
name
string
powerUps
string
prefs__background
string
prefs__calendarFeedEnabled
string
prefs__cardAging
string
prefs__cardCovers
string
prefs__comments
string
prefs__invitations
string
prefs__permissionLevel
string
prefs__selfJoin
string
prefs__voting
string
prefs_background
string
prefs_cardAging
string
prefs_cardCovers
string
prefs_comments
string
prefs_invitations
string
prefs_permissionLevel
string
prefs_selfJoin
string
prefs_voting
string
subscribed
string

Action Response

data
object
error
successful
boolean
Archives (closes) an active trello board or reopens a previously archived board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the description of a specified trello board; the update is immediate and does not affect other board elements like lists, cards, or membership.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Moves an existing trello board to a specified, existing trello organization, which can affect the board's visibility and member access.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Sets the name of the blue label for a trello board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of the green label for a specified trello board; this change is board-wide, affects all cards using this label, and does not change the label's color.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of the orange label for a specified trello board, affecting only the label's name, not its color or associated cards.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of the purple label on a trello board specified by `idboard`.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of the red label on a specified trello board, without affecting its color or other labels.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of a board's yellow label; other colored labels are unaffected.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Adds or updates a member's role on a specific trello board, typically requiring the member's `email` and a membership `type`.

Action Parameters

email
string
fullName
string
idBoard
stringRequired
type
string

Action Response

data
object
error
successful
boolean
Updates a current member's email, full name, or role (admin, normal, or observer) on a specific trello board; email and full name changes are board-specific and do not affect the member's global trello profile.

Action Parameters

email
string
fullName
string
idBoard
stringRequired
idMember
stringRequired
type
string

Action Response

data
object
error
successful
boolean
Updates a trello board's email position preference for new cards; this preference only affects new cards (not existing ones) and the board must exist.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Sets or disables the default trello list for new cards created via email on a specific board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the 'show list guide' preference for a specified trello board, affecting visibility for all users of that board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the authenticated user's personal preference for showing or hiding the sidebar on a specific trello board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of an existing trello board, identified by `idboard`; this change only affects the board's name, not its other attributes.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the cosmetic background preference for a specific trello board; this change does not affect board functionality or content.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the 'calendarfeedenabled' preference for a trello board, which, when enabled, makes board cards with due dates accessible via an icalendar feed for external calendar integration.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the card aging visual preference to 'pirate' or 'regular' mode for a specified trello board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the preference on a specific trello board for whether existing card covers are displayed; this controls visibility only and does not add or remove the actual covers from cards.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Changes the permission settings for who can add comments to cards on a specific trello board, without affecting other board settings.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates who can invite new members ('admins' or 'members') to a specific trello board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the permission level preference (e.g., 'private' or 'public') for a trello board, identified by `idboard`, if the board exists and the authenticated user possesses administrative permissions for it.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a board's 'selfjoin' preference, determining if members can join freely or must be invited.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Sets who can vote on cards for an existing trello board, changing only the voting preferences for all cards on the board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the authenticated user's subscription status (subscribe/unsubscribe for notifications) for a specified trello board, to which the user must have access.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a user's role (e.g., admin, normal, observer) on a specific trello board or retrieves updated member details, requiring existing board and membership ids.

Action Parameters

idBoard
stringRequired
idMembership
stringRequired
member_fields
string
type
string

Action Response

data
object
error
successful
boolean
Updates the current user's preference for the visibility of sidebar board actions on a specific trello board.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Sets the current user's preference for displaying or concealing the sidebar activity feed on an accessible trello board; this change only affects the requesting user.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the authenticated user's preference for showing or hiding members in a specific trello board's sidebar, affecting only the current user's view.

Action Parameters

idBoard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the display position of a specific starred board for a trello member (referenced by `idmember` or 'me') using its `idboardstar`, allowing reordering to 'top', 'bottom', or a specific positive numerical position (as a string).

Action Parameters

idBoardStar
stringRequired
idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover.

Action Parameters

closed
string
desc
string
due
string
fileSource
string
idAttachmentCover
string
idBoard
string
idCard
stringRequired
idCardSource
string
idLabels
string
idList
string
idMembers
string
keepFromSource
string
labels
string
name
string
pos
string
subscribed
string
urlSource
string

Action Response

data
object
error
successful
boolean
Updates the 'closed' status of an existing trello card.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates or clears the entire description of an existing trello card; use an empty string for `value` to clear.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the due date of a specific trello card; the card identified by `idcard` must exist.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Sets or removes the attachment cover for an existing trello card, using a specified image attachment id from that card or `none` to remove the cover.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Moves a trello card to a different board and, optionally, to a specific list on that new board, useful for reorganizing across projects or workflows.

Action Parameters

idCard
stringRequired
idList
string
value
string

Action Response

data
object
error
successful
boolean
Moves a trello card to a different list on the same trello board; this operation is idempotent and only updates the card's list id.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Adds a member to a trello card, appending their id to the card's list of member ids; the card must exist and the member must have board permissions.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates 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).

Action Parameters

color
string
idCard
stringRequired
name
string
value
string

Action Response

data
object
error
successful
boolean
Updates the name of an existing trello card, identified by its id or shortlink; other card properties remain unchanged.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.

Action Parameters

idCard
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing sticker's image, position (top, left coordinates), or stacking order (zindex) on a specific trello card; the `rotate` parameter may not be supported by trello.

Action Parameters

idCard
stringRequired
idSticker
stringRequired
image
string
left
string
rotate
string
top
string
zIndex
string

Action Response

data
object
error
successful
boolean
Updates the user's subscription status for a trello card, if the card exists and is accessible.

Action Parameters

idCard
stringRequired
value
stringRequired

Action Response

data
object
error
successful
boolean
Updates the position of a check item within a checklist on a trello card; the new position can be 'top', 'bottom', or a positive integer.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the state of a specific check item on a trello card's checklist, only affecting its completion status and no other properties.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the text for a given comment action (`idaction`) on a specified card (`idcard`), affecting only the text content.

Action Parameters

idAction
stringRequired
idCard
stringRequired
text
string

Action Response

data
object
error
successful
boolean
Updates an existing trello checklist, allowing modification of its name, position, associated card/board, or copying items from a source checklist.

Action Parameters

idBoard
string
idCard
string
idChecklist
stringRequired
idChecklistSource
string
name
string
pos
string

Action Response

data
object
error
successful
boolean
Moves a trello checklist to a new parent card; the checklist and the destination card must exist.

Action Parameters

idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of an existing trello checklist.

Action Parameters

idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the position of an existing checklist on a trello card.

Action Parameters

idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a check item's attributes (name, position, state) or moves it to a different checklist on the same card, requiring the card id, current checklist id, and check item id.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
string
idChecklistCurrent
stringRequired
name
string
pos
string
state
string

Action Response

data
object
error
successful
boolean
Updates the name of a specific check item on a checklist within a trello card, provided the card, checklist, and check item all exist.

Action Parameters

idCard
stringRequired
idCheckItem
stringRequired
idChecklist
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing trello label's attributes (color, name, or associated board) by its id; the label must exist.

Action Parameters

color
string
idBoard
string
idLabel
stringRequired
name
string

Action Response

data
object
error
successful
boolean
Updates the color of an existing trello label, or removes its color if 'null' is specified for the value.

Action Parameters

idLabel
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the name of an existing trello label, identified by `idlabel`; an empty string for `value` clears the label's name but does not delete the label.

Action Parameters

idLabel
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates attributes of an existing trello list, such as name, position, archive status, board, or copies cards from another list, provided the list `idlist` exists.

Action Parameters

closed
string
idBoard
string
idList
stringRequired
idListSource
string
name
string
pos
string
subscribed
string

Action Response

data
object
error
successful
boolean
Updates whether an existing trello list is closed (archived); a closed list is hidden from the board view but not deleted and can be re-opened.

Action Parameters

idList
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Moves an existing trello list (identified by `idlist`) to an existing destination board (board id in `value`), optionally setting its new position (`pos`).

Action Parameters

idList
stringRequired
pos
string
value
string

Action Response

data
object
error
successful
boolean
Updates the name of an existing trello list, identified by its id; this only changes the list's name, not its cards or position.

Action Parameters

idList
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Changes a trello list's order on a board to 'top', 'bottom', or a specified numeric position, affecting only its position.

Action Parameters

idList
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the subscription status for a trello list, allowing the user to subscribe or unsubscribe to control notifications.

Action Parameters

idList
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the avatar source for a specified trello member.

Action Parameters

idMember
stringRequired
value
stringRequired

Action Response

data
object
error
successful
boolean
Updates the bio of a specified trello member.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing trello member's profile information, preferences, or username.

Action Parameters

avatarSource
string
bio
string
fullName
string
idMember
stringRequired
initials
string
prefs__colorBlind
string
prefs__locale
string
prefs__minutesBetweenSummaries
string
username
string

Action Response

data
object
error
successful
boolean
Updates the full name for a trello member, identified by their valid id or username; this operation only affects the full name, leaving other profile information unchanged.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the initials for a specified trello member, identified by their id or username.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello member's color blind preference, which only changes their specific display without affecting others.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello member's locale preference; affects date/time display (not existing content translation) and an empty `value` may reset to default.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the username for an existing trello member, identified by their id or current username.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing board background's properties (brightness, image file, or tiling) for a specified trello member, using their id and the board background id.

Action Parameters

brightness
string
file
string
idBoardBackground
stringRequired
idMember
stringRequired
tile
string

Action Response

data
object
error
successful
boolean
Updates an existing board star for a member, allowing changes to the target board (must be a valid, accessible board id if specified) or the star's position.

Action Parameters

idBoard
string
idBoardStar
stringRequired
idMember
stringRequired
pos
string

Action Response

data
object
error
successful
boolean
Updates a trello member's saved search display name (not its criteria), identified by `idmember` and `idsavedsearch`; the search must exist and belong to the member.

Action Parameters

idMember
stringRequired
idSavedSearch
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the position of a specified saved search for a trello member; other attributes of the saved search or member remain unchanged.

Action Parameters

idMember
stringRequired
idSavedSearch
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the query string of an existing saved search for a trello member.

Action Parameters

idMember
stringRequired
idSavedSearch
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello member's preference for the frequency of email summary notifications; this setting affects only summary notifications.

Action Parameters

idMember
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a specific existing custom board background for a trello member.

Action Parameters

brightness
string
file
string
idBoardBackground
stringRequired
idMember
stringRequired
tile
string

Action Response

data
object
error
successful
boolean
Updates only the 'unread' status of a specific trello notification.

Action Parameters

idNotification
stringRequired
unread
string

Action Response

data
object
error
successful
boolean
Marks an existing and accessible trello notification as read or unread.

Action Parameters

idNotification
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates various attributes of an existing trello organization, identified by `idorg`.

Action Parameters

desc
string
displayName
string
idOrg
stringRequired
name
string
prefs__associatedDomain
string
prefs__boardVisibilityRestrict__org
string
prefs__boardVisibilityRestrict__private
string
prefs__boardVisibilityRestrict__public
string
prefs__externalMembersDisabled
string
prefs__googleAppsVersion
string
prefs__orgInviteRestrict
string
prefs__permissionLevel
string
website
string

Action Response

data
object
error
successful
boolean
Updates or clears the description for an existing trello organization, identified by its id or name, to a new string up to 16384 characters.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the display name of a trello organization, identifiable by its current id or name (`idorg`), to the new `value`; other attributes remain unaffected.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Adds/updates a member in a specified trello organization (`idorg`); `email` and `type` are api-required, `fullname` is needed if `email` is new to trello.

Action Parameters

email
string
fullName
string
idOrg
stringRequired
type
string

Action Response

data
object
error
successful
boolean
Updates a member's details (email, full name, or type) in a trello organization, applying changes only to the fields provided.

Action Parameters

email
string
fullName
string
idMember
stringRequired
idOrg
stringRequired
type
string

Action Response

data
object
error
successful
boolean
Updates the unique programmatic identifier (used in urls and api interactions) for an existing trello organization; this is an irreversible operation, effective immediately, and only affects this identifier.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello organization's `permissionlevel` preference, determining if it's members-only or link-accessible, and affecting new board default visibility.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the website url for a specified trello organization.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates or removes the google workspace domain associated with a trello organization, often to configure features like sso or automatic user provisioning.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the preference controlling who can set board visibility to 'organization-visible' within an existing trello organization.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the 'externalmembersdisabled' preference for a trello organization to control whether non-members can be added to its boards.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the google apps integration version preference for a specified trello organization, to manage compatibility or features related to google workspace services.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Modifies a trello organization's invitation policy using an email, domain, or keyword rule, affecting only future invites, not existing members.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello organization member's type to 'admin', 'normal', or 'observer', using the organization and membership ids.

Action Parameters

idMembership
stringRequired
idOrg
stringRequired
member_fields
string
type
string

Action Response

data
object
error
successful
boolean
Updates a member's deactivation status in an organization; 'true' deactivates (suspends access temporarily), 'false' reactivates.

Action Parameters

idMember
stringRequired
idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the organization's preference controlling who is permitted to change the visibility of its private boards; requires admin privileges for the organization.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the restriction on who can set board visibility to public for a specified trello organization.

Action Parameters

idOrg
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates a trello user session's viewed board id or status; call when user activity or board focus changes.

Action Parameters

idBoard
string
idSession
stringRequired
status
string

Action Response

data
object
error
successful
boolean
Updates the status of an existing trello session.

Action Parameters

idSession
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing webhook's description, callback url, or monitored trello model id, using the api token in the path to identify the webhook; any new `idmodel` must be accessible by the token.

Action Parameters

callbackURL
string
description
string
idModel
string

Action Response

data
object
error
successful
boolean
Updates an existing trello webhook's description, active status, callback url, or monitored model id; requires the webhook id (not in request body) to be specified, typically via url path.

Action Parameters

active
string
callbackURL
string
description
string
idModel
string

Action Response

data
object
error
successful
boolean
Updates the active status ('true' or 'false') of an existing trello webhook specified by `idwebhook`, without affecting other properties.

Action Parameters

idWebhook
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates an existing trello webhook's configuration, avoiding the need to delete and recreate it for modifications.

Action Parameters

active
string
callbackURL
string
description
string
idModel
string
idWebhook
stringRequired

Action Response

data
object
error
successful
boolean
Updates the callback url for a specific trello webhook; other webhook attributes remain unchanged.

Action Parameters

idWebhook
stringRequired
value
stringRequired

Action Response

data
object
error
successful
boolean
Updates the description of an existing trello webhook; an empty string for the new description removes the current one.

Action Parameters

idWebhook
stringRequired
value
string

Action Response

data
object
error
successful
boolean
Updates the `idmodel` (the monitored trello entity like a board, list, or card) for an active webhook `idwebhook` to the new model id `value`; other webhook properties are unaffected.

Action Parameters

idWebhook
stringRequired
value
string

Action Response

data
object
error
successful
boolean