Skip to Content

TrelloApi

Description: Tools that enable LLMs to interact directly with the trello API.

Author: Arcade

Auth: API Key

PyPI VersionLicensePython VersionsWheel StatusDownloads

TrelloApi is a Starter MCP Server: each tool mirrors one HTTP endpoint and offers LLMs a way to interact with the low-level API.


Differently from Optimized MCP Servers, Starter tools are heavily influenced by the original API design, which is not usually optimized for LLM usage. For this reason, we recommend thoroughly evaluating the tools with your Agents or chatbots before using it in production. Read more about Optimized vs Starter tools.

The TrelloApi Server offers a comprehensive set of tools for interacting with Trello programmatically. These tools enable and apps to:

  • Manage boards, lists, cards, labels, checklists, attachments, stickers, and custom fields.
  • Create, update, delete, archive, move, and query boards, lists, and cards (including batch GETs and filtered queries).
  • Manage card content and metadata: comments, actions, reactions, votes, members, attachments, stickers, and plugin data.
  • Manage board and workspace settings: Power-Ups, backgrounds, email/calendar keys, preferences, and memberships.
  • Manage organizations, workspaces, enterprises, and their memberships, roles, transfers, exports, and audit logs.
  • Create, update, retrieve, and delete webhooks and API tokens; inspect token and webhook details.
  • Search across Trello, list member data, notifications, saved searches, and retrieve various entity-specific fields and properties.
  • Handle custom resources: labels, tags, custom fields (options), dropdowns, emojis, stickers, and plugin-related data.

Use this server to automate Trello workflows, synchronize data, audit activity, and build integrations that require full access to Trello boards, members, and enterprise/workspace management.

Available Tools

Tool NameDescription
TrelloApi.GetTrelloActionRetrieve details of a specific Trello action by ID.
TrelloApi.UpdateTrelloCommentUpdate a specific comment on Trello.
TrelloApi.DeleteTrelloCommentActionDelete a specific comment action on Trello.
TrelloApi.GetActionPropertyRetrieve a specific property of a Trello action.
TrelloApi.GetBoardForActionFetch the board associated with a given action ID.
TrelloApi.GetTrelloCardFromActionGet information about a Trello card from an action ID.
TrelloApi.GetTrelloActionListRetrieve the list associated with a specific Trello action.
TrelloApi.GetActionMemberRetrieve the member associated with a specific action.
TrelloApi.GetTrelloActionCreatorRetrieve the creator of a Trello action.
TrelloApi.GetOrganizationOfActionRetrieve organization details for a given action ID.
TrelloApi.ModifyTrelloActionUpdate a comment on Trello using the action ID.
TrelloApi.ListActionReactionsRetrieve reactions for a specific Trello action.
TrelloApi.GetReactionInfoRetrieve details of a specific Trello reaction.
TrelloApi.DeleteTrelloReactionDelete a reaction from a Trello action.
TrelloApi.GetReactionSummaryForActionRetrieve a summary of reactions for a Trello action.
TrelloApi.GetApplicationComplianceDataRetrieve an application's compliance data from Trello.
TrelloApi.TrelloBatchGetRequestsExecute multiple GET requests to Trello in one call.
TrelloApi.GetBoardMembershipsGet details on user memberships for a Trello board.
TrelloApi.GetTrelloBoardDetailsRetrieve details for a specific Trello board.
TrelloApi.UpdateTrelloBoardUpdate an existing Trello board by ID.
TrelloApi.DeleteTrelloBoardDelete a Trello board by ID.
TrelloApi.GetBoardFieldRetrieve a specific field value from a Trello board.
TrelloApi.GetBoardStarsRetrieve board star details from Trello.
TrelloApi.GetBoardChecklistsRetrieve all checklists from a Trello board.
TrelloApi.GetOpenCardsOnBoardRetrieve all open cards from a Trello board.
TrelloApi.GetFilteredTrelloBoardCardsRetrieve filtered cards from a Trello board.
TrelloApi.GetBoardCustomFieldsGet Custom Field Definitions for a Trello board.
TrelloApi.CreateLabelOnBoardCreate a new label on a Trello board.
TrelloApi.GetListsOnBoardRetrieve all lists from a specified Trello board.
TrelloApi.CreateTrelloListCreate a new list on a Trello board.
TrelloApi.GetFilteredListsOnBoardRetrieve filtered lists from a Trello board with specific criteria.
TrelloApi.GetBoardMembersRetrieve the members of a Trello board.
TrelloApi.AddMemberToTrelloBoardAdd a member to a Trello board.
TrelloApi.RemoveMemberFromTrelloBoardRemove a member from a Trello board.
TrelloApi.UpdateBoardMembershipUpdate an existing membership on a Trello board.
TrelloApi.UpdateBoardEmailPositionUpdate the email position preference on a Trello board.
TrelloApi.SetDefaultEmailToBoardListChange the default list for email-to-board cards.
TrelloApi.UpdateBoardSidebarPreferenceUpdate the sidebar visibility preference for a Trello board.
TrelloApi.UpdateSidebarActivityPreferenceUpdate sidebar activity display preference for a Trello board.
TrelloApi.UpdateSidebarBoardActionsPrefsUpdate the showSidebarBoardActions preference on a board.
TrelloApi.UpdateTrelloSidebarMembersViewUpdate the sidebar members view preference on a Trello board.
TrelloApi.CreateTrelloBoardCreate a new board in Trello.
TrelloApi.GenerateTrelloBoardCalendarKeyGenerates a calendar key for a Trello board.
TrelloApi.GenerateBoardEmailKeyGenerate an email key for a Trello board.
TrelloApi.CreateBoardTagCreate a new tag for a Trello board.
TrelloApi.MarkTrelloBoardAsViewedMarks a Trello board as viewed for a user.
TrelloApi.GetBoardPowerUpsRetrieve the enabled Power-Ups on a Trello board.
TrelloApi.ListBoardPowerUpsRetrieve the Power-Ups enabled on a Trello board.
TrelloApi.CreateTrelloCardCreate a new card in Trello.
TrelloApi.GetTrelloCardByIdRetrieve Trello card details using card ID.
TrelloApi.DeleteTrelloCardDeletes a card from Trello by ID.
TrelloApi.GetTrelloCardPropertyRetrieve a specific field from a Trello card.
TrelloApi.ListCardActionsRetrieve all actions performed on a specific Trello card.
TrelloApi.ListCardAttachmentsRetrieve attachments from a Trello card.
TrelloApi.AddAttachmentToTrelloCardAdd an attachment to a Trello card.
TrelloApi.GetCardAttachmentDetailsRetrieve specific attachment details from a Trello card.
TrelloApi.DeleteCardAttachmentDelete an attachment from a Trello card.
TrelloApi.GetCardBoardInfoRetrieve the board details for a specific Trello card.
TrelloApi.GetCompletedChecklistItemsFetch the completed checklist items on a Trello card.
TrelloApi.GetCardChecklistsRetrieve checklists from a specific Trello card.
TrelloApi.CreateChecklistOnCardCreate a new checklist on a Trello card.
TrelloApi.GetSpecificCheckitemOnCardRetrieve a specific checkItem from a Trello card.
TrelloApi.UpdateTrelloChecklistItemUpdate an item in a Trello card checklist.
TrelloApi.DeleteTrelloChecklistItemDelete a checklist item from a Trello card.
TrelloApi.GetTrelloCardListRetrieve the list a specific Trello card belongs to.
TrelloApi.GetCardMembersRetrieve members assigned to a specific Trello card.
TrelloApi.GetCardVotersRetrieve members who voted on a Trello card.
TrelloApi.VoteOnTrelloCardVote on a Trello card on behalf of a member.
TrelloApi.GetTrelloCardPluginDataRetrieve shared plugin data from a Trello card.
TrelloApi.GetCardStickersRetrieve stickers from a Trello card.
TrelloApi.AddStickerToCardAdd a sticker to a specific Trello card.
TrelloApi.GetCardStickerRetrieve details of a specific sticker on a Trello card.
TrelloApi.RemoveCardStickerRemove a sticker from a Trello card.
TrelloApi.UpdateStickerOnTrelloCardUpdate a sticker on a Trello card.
TrelloApi.EditTrelloCommentUpdate an existing comment on a Trello card.
TrelloApi.DeleteTrelloCommentDelete a specific comment from a Trello card.
TrelloApi.GetTrelloCardCustomFieldItemsRetrieve custom field items for a Trello card.
TrelloApi.AddTrelloCardCommentAdd a comment to a Trello card.
TrelloApi.AddLabelToCardAdd a label to a Trello card.
TrelloApi.AddMemberToTrelloCardAdd a member to a Trello card.
TrelloApi.AddLabelToTrelloCardCreate a label on a Trello board and attach it to a card.
TrelloApi.MarkCardNotificationsReadMarks notifications for a specific card as read.
TrelloApi.RemoveLabelFromCardRemove a label from a Trello card.
TrelloApi.RemoveMemberFromCardRemove a member from a Trello card.
TrelloApi.RemoveMemberVoteFromCardRemove a member's vote from a card on Trello.
TrelloApi.UpdateChecklistItemOnCardUpdate an item in a checklist on a Trello card.
TrelloApi.DeleteChecklistFromCardDelete a checklist from a Trello card.
TrelloApi.CreateTrelloChecklistCreate a checklist on a Trello card.
TrelloApi.GetChecklistDetailsRetrieve details of a specific Trello checklist.
TrelloApi.UpdateTrelloChecklistUpdate an existing Trello checklist.
TrelloApi.DeleteTrelloChecklistDelete a checklist from Trello by its ID.
TrelloApi.GetChecklistFieldRetrieve a specific field from a Trello checklist.
TrelloApi.UpdateChecklistFieldUpdate a specific field on a Trello checklist.
TrelloApi.GetBoardForChecklistRetrieve the board associated with a specific checklist.
TrelloApi.GetCardByChecklistRetrieve the card associated with a specific checklist.
TrelloApi.GetChecklistItemsRetrieve checkitems from a specified checklist.
TrelloApi.CreateCheckitemOnChecklistAdd a checkitem to a specific checklist on Trello.
TrelloApi.GetChecklistItemRetrieve details of a specific checkitem from a checklist.
TrelloApi.RemoveChecklistItemRemoves an item from a Trello checklist.
TrelloApi.GetTrelloCustomFieldRetrieve details of a specific Trello custom field using its ID.
TrelloApi.DeleteCustomFieldDelete a Custom Field from a Trello board.
TrelloApi.AddDropdownOptionTrelloAdd an option to a Trello dropdown Custom Field.
TrelloApi.GetCustomFieldOptionsRetrieve options for a Trello dropdown custom field.
TrelloApi.GetDropdownCustomfieldOptionRetrieve details of a specific dropdown Custom Field option.
TrelloApi.DeleteCustomfieldOptionDelete an option from a Custom Field dropdown on Trello.
TrelloApi.ListAvailableEmojiRetrieve a list of available emojis from Trello.
TrelloApi.GetEnterpriseByIdRetrieve details of an enterprise by its ID.
TrelloApi.GetEnterpriseAuditLogRetrieve actions from an enterprise's audit log.
TrelloApi.GetEnterpriseAdminsRetrieve admin members of a specified enterprise.
TrelloApi.GetEnterpriseSignupUrlRetrieve the signup URL for a specific enterprise on Trello.
TrelloApi.GetEnterpriseUsersRetrieve users from a Trello enterprise, with optional filters.
TrelloApi.GetEnterpriseMembersRetrieve members of a specified enterprise on Trello.
TrelloApi.GetEnterpriseMemberByIdRetrieve a specific enterprise member's details by ID.
TrelloApi.CheckOrgTransferabilityCheck if an organization can be transferred to an enterprise.
TrelloApi.GetTransferrableOrganizationsRetrieve organizations transferrable to an enterprise.
TrelloApi.DeclineEnterpriseJoinRequestsDecline multiple enterprise join requests for organizations.
TrelloApi.GetClaimableWorkspacesRetrieve claimable workspaces for an enterprise by ID.
TrelloApi.GetPendingEnterpriseWorkspacesRetrieve pending workspaces for an enterprise by ID.
TrelloApi.CreateEnterpriseAuthTokenCreate an auth token for a Trello enterprise.
TrelloApi.TransferOrgToEnterpriseTransfer an organization to an enterprise.
TrelloApi.UpdateMemberLicenseStatusUpdate a member's license status in an enterprise.
TrelloApi.DeactivateEnterpriseMemberDeactivate a member from an enterprise on Trello.
TrelloApi.MakeTrelloMemberEnterpriseAdminPromote a member to an enterprise admin in Trello.
TrelloApi.RemoveEnterpriseAdminRemove a member as admin from a Trello enterprise.
TrelloApi.RemoveOrganizationFromEnterpriseRemove an organization from an enterprise.
TrelloApi.AddOrganizationsToEnterpriseAdd multiple organizations to an enterprise.
TrelloApi.GetTrelloLabelInfoRetrieve detailed information about a specific Trello label.
TrelloApi.UpdateTrelloLabelUpdate a Trello label by its ID.
TrelloApi.DeleteTrelloLabelDelete a Trello label by its ID.
TrelloApi.UpdateTrelloLabelFieldUpdate a specific field on a Trello label.
TrelloApi.CreateTrelloLabelCreate a new label on a Trello board.
TrelloApi.GetTrelloListInfoRetrieve detailed information about a specific Trello list.
TrelloApi.UpdateTrelloListUpdates properties of a Trello list.
TrelloApi.CreateTrelloBoardListCreate a new list on a Trello board.
TrelloApi.ArchiveAllCardsInListArchive all cards in a specified Trello list.
TrelloApi.MoveAllCardsInListMove all cards from one Trello list to another.
TrelloApi.ArchiveUnarchiveListTrelloToggle a list's archived status in Trello.
TrelloApi.MoveListToBoardTransfer a Trello list to another board.
TrelloApi.RenameTrelloListRename a list on Trello using its ID and field.
TrelloApi.GetListActionsRetrieve actions performed on a specific Trello list.
TrelloApi.GetBoardByListIdRetrieve the board for a specified list ID in Trello.
TrelloApi.GetTrelloListCardsRetrieve all cards from a specific Trello list.
TrelloApi.GetTrelloMemberDetailsRetrieve details of a Trello member by ID.
TrelloApi.UpdateTrelloMemberUpdate a member's information on Trello.
TrelloApi.GetMemberPropertyFetch a specific property of a Trello member.
TrelloApi.ListMemberActionsRetrieve actions performed by a Trello member.
TrelloApi.GetCustomBoardBackgroundsRetrieve a member's custom board backgrounds on Trello.
TrelloApi.UploadBoardBackgroundUpload a new background to a Trello board.
TrelloApi.GetMemberBoardBackgroundRetrieve a member's board background in Trello.
TrelloApi.UpdateBoardBackgroundUpdate a Trello board background for a member.
TrelloApi.DeleteBoardBackgroundDeletes a board background for a Trello member.
TrelloApi.ListMemberBoardStarsRetrieve a member's starred boards.
TrelloApi.StarBoardForMemberStar a board for a Trello member.
TrelloApi.GetBoardStarRetrieve details of a specific boardStar for a member.
TrelloApi.UpdateStarredBoardPositionUpdate the position of a starred board on Trello.
TrelloApi.UnstarTrelloBoardUnstar a Trello board for a user.
TrelloApi.ListUserBoardsLists the boards that a user is a member of.
TrelloApi.GetMemberInvitedBoardsRetrieve the boards a Trello member has been invited to.
TrelloApi.GetMemberTrelloCardsRetrieve the cards assigned to a Trello member.
TrelloApi.GetMemberCustomBoardBackgroundsRetrieve a member's custom board backgrounds on Trello.
TrelloApi.UploadCustomBoardBackgroundUpload a new custom board background for a Trello board.
TrelloApi.GetCustomBoardBackgroundGet a specific custom board background by ID.
TrelloApi.UpdateCustomBoardBackgroundUpdate a specific custom board background for a member.
TrelloApi.DeleteCustomBoardBackgroundDelete a specific custom board background on Trello.
TrelloApi.GetMemberCustomEmojisRetrieve a member's uploaded custom emojis from Trello.
TrelloApi.CreateCustomEmojiCreate a new custom emoji for a Trello member.
TrelloApi.GetMemberCustomEmojiRetrieve a member's custom emoji.
TrelloApi.GetMemberUploadedStickersRetrieve a member's uploaded custom stickers on Trello.
TrelloApi.UploadCustomStickerUpload a new custom sticker for a Trello member.
TrelloApi.GetMemberCustomStickerRetrieve a specific custom sticker for a Trello member.
TrelloApi.DeleteMemberCustomStickerRemove a member's custom sticker.
TrelloApi.GetMemberNotificationsRetrieve notifications for a specific Trello member.
TrelloApi.GetMemberWorkspacesRetrieve a member's workspaces from Trello.
TrelloApi.GetInvitedWorkspacesFetches workspaces a member has been invited to.
TrelloApi.ListMemberSavedSearchesRetrieve saved searches for a specified member.
TrelloApi.CreateSavedSearchTrelloCreate a saved search in Trello for a member.
TrelloApi.GetSavedSearchDetailsRetrieve detailed information about a saved search on Trello.
TrelloApi.UpdateSavedSearchUpdate a saved search in Trello for a specific member.
TrelloApi.DeleteSavedSearchPermanently remove a saved search for a Trello member.
TrelloApi.ListMemberAppTokensRetrieve a list of a member's application tokens.
TrelloApi.CreateMemberAvatarCreate a new avatar for a Trello member.
TrelloApi.DismissTrelloMessageDismiss a specific message for a Trello member.
TrelloApi.GetMemberNotificationSettingsRetrieve a member's notification channel settings on Trello.
TrelloApi.GetBlockedNotificationKeysFetch blocked notification keys for a Trello member's channel.
TrelloApi.UpdateMemberNotificationBlockedKeysUpdate blocked notification keys for a member's channel.
TrelloApi.GetTrelloNotificationRetrieve a specific Trello notification by its ID.
TrelloApi.UpdateNotificationStatusUpdate the read status of a Trello notification.
TrelloApi.GetNotificationPropertyRetrieve a specific property from a Trello notification.
TrelloApi.MarkAllNotificationsReadMark all Trello notifications as read.
TrelloApi.UpdateNotificationReadStatusUpdate the read status of a Trello notification.
TrelloApi.GetBoardNotificationInfoRetrieve the board associated with a specific notification.
TrelloApi.GetNotificationCardRetrieve the card linked to a specific notification.
TrelloApi.GetTrelloNotificationListRetrieve the list linked to a specific Trello notification.
TrelloApi.GetNotificationMemberGet the member a notification is about.
TrelloApi.GetNotificationCreatorGet the member who created the notification.
TrelloApi.GetNotificationOrganizationRetrieve the organization linked to a notification.
TrelloApi.CreateTrelloWorkspaceCreate a new Trello workspace.
TrelloApi.GetOrganizationDetailsFetches details of a Trello organization by ID.
TrelloApi.UpdateOrganizationUpdate the details of a Trello organization.
TrelloApi.DeleteOrganizationDelete an existing organization in Trello.
TrelloApi.GetOrganizationFieldTrelloRetrieve a specific field from a Trello organization.
TrelloApi.ListWorkspaceActionsRetrieve actions from a specific Workspace.
TrelloApi.ListWorkspaceBoardsRetrieve boards in a specified Trello workspace.
TrelloApi.StartOrganizationCsvExportInitiate a CSV export for a Trello organization.
TrelloApi.RetrieveTrelloOrganizationExportsRetrieve exports for a Trello organization.
TrelloApi.ListWorkspaceMembersRetrieve members of a specified Trello Workspace.
TrelloApi.UpdateOrganizationMembersUpdate the members of a Trello organization.
TrelloApi.ListWorkspaceMembershipsRetrieve memberships of a specific Workspace on Trello.
TrelloApi.GetOrganizationMembershipRetrieve details of a specific organization membership.
TrelloApi.GetWorkspaceScopedPluginDataRetrieve organization scoped pluginData for a Workspace.
TrelloApi.ListOrganizationCollectionsRetrieve collections of a specified organization.
TrelloApi.CreateOrganizationTagCreate a new tag within a specified organization on Trello.
TrelloApi.UpdateWorkspaceMemberAdd or update a member in a Trello Workspace.
TrelloApi.RemoveWorkspaceMemberRemove a member from a Trello workspace.
TrelloApi.ToggleWorkspaceMemberStatusDeactivate or reactivate a member of a Workspace on Trello.
TrelloApi.SetWorkspaceLogoSet the logo image for a Workspace on Trello.
TrelloApi.DeleteWorkspaceLogoDeletes the logo from a Trello workspace.
TrelloApi.DeleteMemberFromWorkspaceRemove a member from a Trello Workspace and all its boards.
TrelloApi.RemoveWorkspaceGoogleDomainRemove the associated Google Apps domain from a Workspace.
TrelloApi.RemoveWorkspaceInviteRestrictionRemoves email domain restrictions for Workspace invitations.
TrelloApi.DeleteOrganizationTagDelete a tag from an organization in Trello.
TrelloApi.CheckNewBillableGuestsOnBoardChecks for new billable guests on a specified Trello board.
TrelloApi.GetTrelloPluginRetrieve details of a specific Trello plugin using its ID.
TrelloApi.UpdateTrelloPluginUpdate a Trello plugin by ID.
TrelloApi.GetPluginMemberPrivacyComplianceRetrieve member privacy compliance for a specific plugin.
TrelloApi.TrelloSearchSearch for anything in your Trello account.
TrelloApi.SearchTrelloMembersSearch for Trello members by criteria.
TrelloApi.RetrieveTrelloTokenInfoRetrieve information about a Trello token.
TrelloApi.GetTrelloTokenOwnerInfoRetrieve information about a Trello token's owner.
TrelloApi.GetTrelloTokenWebhooksRetrieve webhooks created with a specific Trello token.
TrelloApi.CreateTrelloWebhookCreate a new webhook for a Trello token.
TrelloApi.RetrieveTrelloWebhookRetrieve details of a Trello webhook using a token and webhook ID.
TrelloApi.DeleteTrelloWebhookDelete a specific Trello webhook.
TrelloApi.UpdateWebhookTokenUpdate a Trello webhook associated with a token.
TrelloApi.DeleteTrelloTokenDelete a Trello API authentication token.
TrelloApi.AddTrelloWebhookCreate a new webhook on Trello.
TrelloApi.GetTrelloWebhookByIdRetrieve details of a Trello webhook by its ID.
TrelloApi.UpdateTrelloWebhookUpdate a Trello webhook by its ID.
TrelloApi.RemoveTrelloWebhookDeletes a Trello webhook using its ID.
TrelloApi.GetTrelloWebhookFieldRetrieve a specific field from a Trello webhook.

If you need to perform an action that’s not listed here, you can get in touch with us to request a new , or create your own tools.

TrelloApi.GetTrelloAction


Retrieve details of a specific Trello action by ID.

Parameters

  • action_id (string, required) The unique ID of the Trello action to retrieve details for.
  • action_fields (string, optional) Specify ‘all’ or provide a comma-separated list of specific action fields to retrieve.
  • member_fields_list (string, optional) Specify ‘all’ or list member fields (comma-separated) to retrieve.
  • member_creator_fields (string, optional) Specify all or list member fields to include for the action’s creator.
  • include_display (boolean, optional) Include display details for the action. Accepts a boolean value.
  • include_entities (boolean, optional) Set to true to include entities related to the action in the response.
  • include_member (boolean, optional) A boolean to specify whether to include the member object related to the action.
  • include_action_creator (boolean, optional) Include the member object for the creator of the action when true.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloComment


Update a specific comment on Trello.

Parameters

  • new_comment_text (string, required) The updated text content for the Trello comment. This replaces the current comment text.
  • action_id (string, required) The unique identifier for the action to be updated. Required to specify which comment you want to edit.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloCommentAction


Delete a specific comment action on Trello.

Parameters

  • action_id (string, required) The ID of the Trello comment action to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetActionProperty


Retrieve a specific property of a Trello action.

Parameters

  • action_id (string, required) The unique identifier for the Trello action whose property you want to retrieve.
  • action_field (string, required) Select a specific property of a Trello action to retrieve. Options include: id, idMemberCreator, data, type, date, limits, display, memberCreator.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardForAction


Fetch the board associated with a given action ID.

Parameters

  • action_id (string, required) The ID of the action to fetch the associated board.
  • board_fields (string, optional) Specify ‘all’ or a comma-separated list of board fields like ‘id’, ‘name’, ‘desc’, etc.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardFromAction


Get information about a Trello card from an action ID.

Parameters

  • action_id (string, required) The unique ID of the action to retrieve the corresponding Trello card.
  • card_fields (string, optional) Specify all or a comma-separated list of card fields to retrieve from the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloActionList


Retrieve the list associated with a specific Trello action.

Parameters

  • action_id (string, required) The ID of the Trello action to retrieve the associated list details.
  • list_fields (string, optional) Specify all or a comma-separated list of list fields to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetActionMember


Retrieve the member associated with a specific action.

Parameters

  • action_id (string, required) The unique ID of the action to retrieve the associated member details.
  • member_fields (string, optional) Specify all or list specific member fields, separated by commas, to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloActionCreator


Retrieve the creator of a Trello action.

Parameters

  • action_id (string, required) The unique identifier for the Trello action to retrieve the creator.
  • member_fields (string, optional) A comma-separated list of member fields or ‘all’ to specify which details to retrieve about the member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetOrganizationOfAction


Retrieve organization details for a given action ID.

Parameters

  • action_id (string, required) The unique identifier for the action whose organization details are being retrieved.
  • organization_fields (string, optional) Specify all or a comma-separated list of organization fields like id,name to retrieve specific details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ModifyTrelloAction


Update a comment on Trello using the action ID.

Parameters

  • new_comment_text (string, required) The new text to update the Trello comment with. Ensure it conveys the intended message clearly.
  • action_id (string, required) The ID of the Trello action to be updated. This ID identifies the specific comment action you want to modify.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListActionReactions


Retrieve reactions for a specific Trello action.

Parameters

  • action_id (string, required) The ID of the Trello action to retrieve reactions for.
  • include_member_as_nested_resource (boolean, optional) Set to true to include member details as a nested resource in the response.
  • include_emoji (boolean, optional) Set to true to load the emoji as a nested resource in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetReactionInfo


Retrieve details of a specific Trello reaction.

Parameters

  • action_id (string, required) The unique identifier for the Trello action related to the reaction.
  • reaction_id (string, required) The ID of the reaction to fetch details for.
  • include_member_as_nested_resource (boolean, optional) Set to true to load the member as a nested resource. Refer to Members Nested Resource documentation for more details.
  • load_emoji_as_nested_resource (boolean, optional) Specify whether to load the emoji as a nested resource when retrieving reaction information. Set to true to include emoji details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloReaction


Delete a reaction from a Trello action.

Parameters

  • action_id (string, required) The unique identifier for the Trello action.
  • reaction_id (string, required) The unique identifier for the reaction to be deleted from the Trello action.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetReactionSummaryForAction


Retrieve a summary of reactions for a Trello action.

Parameters

  • action_id (string, required) The ID of the specific Trello action for which you want to retrieve a reaction summary.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetApplicationComplianceData


Retrieve an application’s compliance data from Trello.

Parameters

  • application_key (string, required) The unique key associated with the application to retrieve its compliance data.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.TrelloBatchGetRequests


Execute multiple GET requests to Trello in one call.

Parameters

  • api_routes_list (string, required) A list of up to 10 API routes, starting with a forward slash. Do not include the API version number.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardMemberships


Get details on memberships for a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to get membership information for.
  • membership_filter (string, optional) Specify which group of members to retrieve: admins, all, none, normal.
  • member_fields_to_display (string, optional) Specify fields to display for the member if member=true. Valid values include ‘id’.
  • include_activity (boolean, optional) Set to true to include activity details for premium organizations only.
  • display_organization_member_type (boolean, optional) Set to true to show the ’s organization membership type, such as ‘admin’.
  • include_nested_member_object (boolean, optional) Specify whether to include a nested member object in the response. True includes the object.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloBoardDetails


Retrieve details for a specific Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to retrieve details for.
  • include_actions (string, optional) Indicate whether to include actions related to the board. Set to true to include.
  • board_stars_filter (string, optional) Specify how board stars should be filtered. Use ‘mine’ to get your starred boards, or ‘none’ for all other boards.
  • include_card_details (string, optional) Specify if card details should be included as a nested resource in the response. Read more about cards as nested resources.
  • include_checklists (string, optional) Specify whether to include checklists as a nested resource in the response. Accepts a boolean value (true or false).
  • board_fields_to_include (string, optional) Specify which fields of the board to include in the response. Use ‘all’ or a comma-separated list (e.g., ‘name,url’).
  • include_labels_resource (string, optional) Specify whether to include the label details as a nested resource in the response. Typically expected values might be strings such as ‘true’ or ‘false’.
  • include_lists (string, optional) Include details of lists on the Trello board. This is a nested resource.
  • include_members (string, optional) Include member details as a nested resource in the response. Use ‘true’ to include or leave empty to exclude.
  • include_memberships (string, optional) Include detailed membership information in the response. Set to ‘true’ to enable.
  • include_card_plugin_data (boolean, optional) Set to true to include card plugin data in the response. Use with the cards parameter.
  • include_custom_fields (boolean, optional) Set to true to include custom fields in the board response.
  • include_plugin_data (boolean, optional) Determines whether plugin data for the board should be included in the response. Accepts true or false.
  • include_organization (boolean, optional) Include the organization as a nested resource in the response. Set to true to include.
  • include_organization_plugin_data (boolean, optional) Set to true to include organization pluginData in the response. Must be used with the organization parameter.
  • include_my_preferences (boolean, optional) Set to true to include your preferences with the board details.
  • include_tags (boolean, optional) Include tags (also known as collections) that the board belongs to. Set true to retrieve them, false otherwise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloBoard


Update an existing Trello board by ID.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to update.
  • board_new_name (string, optional) The new name for the board. Must be 1 to 16384 characters long.
  • new_board_description (string, optional) A new description for the board, from 0 to 16384 characters long.
  • user_subscribed_status (string, optional) Indicate if the acting is subscribed to the board. Expected values are ‘true’ or ‘false’.
  • workspace_id_for_board (string, optional) The ID of the Workspace to which the board should be moved.
  • board_permission_level (string, optional) Set the board’s permission level to ‘org’, ‘private’, or ‘public’.
  • board_invitation_permission (string, optional) Specify who can invite people to this board. Choose between ‘admins’ or ‘members’.
  • voting_permission (string, optional) Specify who can vote on this board. Options: disabled, members, observers, org, public.
  • comment_permission (string, optional) Specifies who can comment on cards: disabled, members, observers, org, or public.
  • board_background_id (string, optional) Specify the ID of a custom background or choose from predefined colors: blue, orange, green, red, purple, pink, lime, sky, grey.
  • card_aging_preference (string, optional) Specifies the card aging style on the board. Options: ‘pirate’, ‘regular’.
  • green_label_name (string, optional) Set the name for the green label. Must be 1 to 16384 characters long.
  • yellow_label_name (string, optional) Specify the name for the yellow label on the board. Must be between 1 and 16384 characters.
  • orange_label_name (string, optional) The name for the orange label. Must be 1 to 16384 characters long.
  • red_label_name (string, optional) Name for the red label on the board. It should be 1 to 16384 characters long.
  • purple_label_name (string, optional) Name for the purple label, 1 to 16384 characters long.
  • blue_label_name (string, optional) Specify the name for the blue label, must be 1 to 16384 characters long.
  • is_board_closed (boolean, optional) Indicates if the board is closed. Use true to close (archive) the board, false to keep it open.
  • allow_workspace_self_join (boolean, optional) Set to true to allow Workspace members to join the board themselves; false to disallow.
  • display_card_covers (boolean, optional) Set to true to display card covers on the board, false to hide them.
  • hide_votes (boolean, optional) Set to true to hide voters on cards; false to show them.
  • enable_calendar_feed (boolean, optional) Set to true to enable the calendar feed; false to disable it.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloBoard


Delete a Trello board by ID.

Parameters

  • board_id (string, required) The ID of the Trello board to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardField


Retrieve a specific field value from a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to retrieve the field from.
  • board_field_name (string, required) Specify the field name to retrieve from the Trello board. Valid values: closed, dateLastActivity, dateLastView, desc, descData, idMemberCreator, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, url.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardStars


Retrieve board star details from Trello.

Parameters

  • board_id (string, required) The unique identifier for the Trello board to retrieve star information from.
  • filter_by_board_stars (string, optional) Specify the filter for board stars. Valid values are ‘mine’ to select boards starred by the current , or ‘none’ for no filtering.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardChecklists


Retrieve all checklists from a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board for which to retrieve checklists.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetOpenCardsOnBoard


Retrieve all open cards from a Trello board.

Parameters

  • board_id (string, required) The ID of the Trello board from which to retrieve all open cards. This must be a valid board ID.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetFilteredTrelloBoardCards


Retrieve filtered cards from a Trello board.

Parameters

  • board_id (string, required) The unique identifier for the Trello board from which to retrieve cards.
  • card_filter_type (string, required) Filter for cards on the board. Options: all, closed, complete, incomplete, none, open, visible.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardCustomFields


Get Custom Field Definitions for a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to retrieve custom field definitions for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateLabelOnBoard


Create a new label on a Trello board.

Parameters

  • label_name (string, required) The name of the label to be created, between 1 and 16384 characters.
  • label_color (string, required) Sets the color of the new label. Accepts a label color or null for no color.
  • board_id (string, required) The ID of the Trello board where the new label will be created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetListsOnBoard


Retrieve all lists from a specified Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to fetch its lists.
  • card_filter (string, optional) Specify the filter to apply to cards on the list. Options are: ‘all’, ‘closed’, ‘none’, ‘open’.
  • card_fields_to_retrieve (string, optional) Specify ‘all’ or a comma-separated list of card fields to retrieve from the board lists.
  • list_filter (string, optional) Specify a filter to apply to lists: all, closed, none, or open.
  • list_fields (string, optional) Specify all or a comma-separated list of list fields to retrieve from the Trello board. Use ‘all’ to access every field available.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloList


Create a new list on a Trello board.

Parameters

  • list_name (string, required) The name of the list to be created, ranging from 1 to 16384 characters.
  • board_id (string, required) The unique identifier for the Trello board where the list will be created.
  • list_position (string, optional) Defines the position of the new list on the board. Accepts ‘top’, ‘bottom’, or a specific positive number for custom ordering.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetFilteredListsOnBoard


Retrieve filtered lists from a Trello board with specific criteria.

Parameters

  • board_id (string, required) The unique identifier for the Trello board from which to retrieve lists.
  • list_filter (string, required) Filter criteria for the lists on the board. Options are: ‘all’, ‘closed’, ‘none’, ‘open’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardMembers


Retrieve the members of a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board whose members you want to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddMemberToTrelloBoard


Add a member to a Trello board.

Parameters

  • member_type (string, required) Specifies the role of the member on the board. Accepts: admin, normal, observer.
  • board_id (string, required) The ID of the Trello board to which a member will be added. Provide a valid board ID.
  • member_id (string, required) The ID of the member to add to the Trello board.
  • allow_billable_guest (boolean, optional) Optional boolean to allow organization admins to add multi-board guests onto the board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveMemberFromTrelloBoard


Remove a member from a Trello board.

Parameters

  • board_id (string, required) The ID of the Trello board from which to remove the member.
  • member_id_to_remove (string, required) The ID of the member to remove from the Trello board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateBoardMembership


Update an existing membership on a Trello board.

Parameters

  • membership_type (string, required) Specifies the role of the member on the board: ‘admin’, ‘normal’, or ‘observer’.
  • board_id (string, required) The ID of the Trello board to update the membership for. This is required to specify which board is being modified.
  • membership_id_to_add (string, required) The ID of the membership to add to the board.
  • membership_field_type (string, optional) Specify the type of membership field to update. Valid values include all, avatarHash, bio, bioData, confirmed, fullName, idPremOrgsAdmin, initials, memberType, products, status, url, username.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateBoardEmailPosition


Update the email position preference on a Trello board.

Parameters

  • email_position_preference (string, required) Specify the email address position on the board. Valid values are ‘bottom’ or ‘top’.
  • board_id (string, required) The ID of the Trello board whose email position preference you want to update.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.SetDefaultEmailToBoardList


Change the default list for email-to-board cards.

Parameters

  • email_list_id (string, required) The ID of the email list to set as the default for email-to-board cards.
  • board_id (string, required) The unique identifier of the Trello board to update.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateBoardSidebarPreference


Update the sidebar visibility preference for a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to update the sidebar preference.
  • show_sidebar (boolean, required) Determines if the sidebar should be visible on the board. Set to true to show and false to hide.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateSidebarActivityPreference


Update sidebar activity display preference for a Trello board.

Parameters

  • board_id (string, required) The unique identifier for the Trello board to update the sidebar activity preference.
  • show_sidebar_activity (boolean, required) Set to true to display the sidebar activity; false to hide it.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateSidebarBoardActionsPrefs


Update the showSidebarBoardActions preference on a board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to update the sidebar actions preference.
  • show_sidebar_board_actions (boolean, required) Set to ‘true’ to show sidebar board actions, or ‘false’ to hide them.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloSidebarMembersView


Update the sidebar members view preference on a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board to update the sidebar members view preference.
  • show_sidebar_members (boolean, required) Set to true to show members of the board in the sidebar; false to hide them.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloBoard


Create a new board in Trello.

Parameters

  • board_name (string, required) The name of the new Trello board. Must be 1 to 16384 characters long.
  • board_description (string, optional) A new description for the board, ranging from 0 to 16384 characters.
  • workspace_id_or_name (string, optional) The ID or name of the Workspace where the board will be created.
  • source_board_id (string, optional) The ID of the board to copy into the new board. If provided, the new board will be a copy of the specified board.
  • keep_original_cards (string, optional) Specify if cards from the original board should be retained in the new board. Use ‘cards’ to keep them or ‘none’ to exclude them.
  • enable_power_ups (string, optional) Specifies which Power-Ups to enable on the new board. Options include: all, calendar, cardAging, recap, voting.
  • board_permission_level (string, optional) Specifies the permission level of the board. Choose from ‘org’, ‘private’, or ‘public’.
  • set_voting_permissions (string, optional) Set who can vote on the board. Options: ‘disabled’, ‘members’, ‘observers’, ‘org’, ‘public’.
  • comment_permissions (string, optional) Specifies who can comment on cards on this board. Options: disabled, members, observers, org, public.
  • invitation_permission_level (string, optional) Specifies who can invite to join the board. Options: ‘members’ or ‘admins’.
  • board_background_color (string, optional) Select a background color for the board. Options are: blue, orange, green, red, purple, pink, lime, sky, grey, or a custom background ID.
  • card_aging_type (string, optional) Type of card aging for the board. Choose ‘pirate’ or ‘regular’.
  • use_default_labels (boolean, optional) Set to true to use the default set of labels.
  • add_default_lists (boolean, optional) Determines if the default lists (To Do, Doing, Done) should be added to the board. Ignored if idBoardSource is provided.
  • allow_self_join (boolean, optional) Set to true to allow to join the board themselves; false requires an invitation.
  • enable_card_covers (boolean, optional) Set to true to enable card covers on the board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GenerateTrelloBoardCalendarKey


Generates a calendar key for a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board for which to generate a calendar key.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GenerateBoardEmailKey


Generate an email key for a Trello board.

Parameters

  • board_id (string, required) The unique identifier of the Trello board for which to generate an email key.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateBoardTag


Create a new tag for a Trello board.

Parameters

  • organization_tag_id (string, required) Provide the ID of a tag from the organization this board belongs to.
  • board_id (string, required) The unique identifier of the Trello board where the tag will be created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MarkTrelloBoardAsViewed


Marks a Trello board as viewed for a .

Parameters

  • board_id (string, required) The unique identifier of the Trello board to be marked as viewed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardPowerUps


Retrieve the enabled Power-Ups on a Trello board.

Parameters

  • board_id (string, required) The ID of the Trello Board for which to retrieve enabled Power-Ups.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListBoardPowerUps


Retrieve the Power-Ups enabled on a Trello board.

Parameters

  • board_id (string, required) The unique identifier for the Trello board to list its Power-Ups.
  • power_up_status_filter (string, optional) Specify whether to list ‘enabled’ or ‘available’ Power-Ups on the board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloCard


Create a new card in Trello.

Parameters

  • list_id_for_card (string, required) The ID of the list where the new card will be created.
  • card_name (string, optional) The title or name of the card to be created in Trello.
  • card_description (string, optional) A detailed text description for the Trello card. This helps in adding more context or information about the card’s purpose or content.
  • card_position (string, optional) Position of the new card. Use ‘top’, ‘bottom’, or a specific float value.
  • card_due_date (string, optional) The due date for the Trello card, formatted as a string. Use ISO 8601 format (YYYY-MM-DD) for consistency.
  • start_date (string, optional) The start date of the card in YYYY-MM-DD format, or null if not applicable.
  • member_ids_to_add (array[json], optional) A list of Trello member IDs to add to the card.
  • label_ids (array[json], optional) List of label IDs to add to the card. Provide IDs as strings in a list format.
  • attachment_url (string, optional) A URL starting with http:// or https:// to be attached to the card upon creation.
  • attachment_file_path (string, optional) The local file path to be attached to the Trello card. This file will be uploaded when the card is created.
  • attachment_mime_type (string, optional) The MIME type of the attachment for the Trello card. Maximum length is 256 characters.
  • copy_card_source_id (string, optional) The ID of a card to copy properties from into the new card.
  • copy_properties_from_source (string, optional) Specify properties to copy if using idCardSource. Use all or a comma-separated list of: attachments,checklists,customFields,comments,due,start,labels,members,stickers.
  • map_view_address (string, optional) The address for use with the Map View in Trello. This can enhance location-based features.
  • location_name (string, optional) The name of the location for use with the Map View in Trello.
  • map_coordinates (string, optional) Coordinates for the Map View in the format latitude,longitude.
  • card_display_role (string, optional) Specifies how the card should be displayed. Options: separator for visual separation, board for linking to a Trello board, mirror for linking to a Trello card, and link for a general URL link.
  • card_completion_status (boolean, optional) Indicate if the card’s status is complete. True means the card is complete, and false means it is incomplete.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardById


Retrieve Trello card details using card ID.

Parameters

  • card_id (string, required) The unique identifier for the Trello card to retrieve details for.
  • card_fields_to_retrieve (string, optional) all or a comma-separated list of fields to retrieve for the Trello card. Defaults: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, start, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url
  • include_action_details (string, optional) Specifies whether to include action details related to the card. Refer to Trello’s Actions Nested Resource for options.
  • include_attachments (string, optional) Specify ‘true’, ‘false’, or ‘cover’ to determine the type of attachments to return.
  • attachment_fields (string, optional) Specify all or a comma-separated list of attachment fields to retrieve for the card.
  • member_fields_selection (string, optional) Specify ‘all’ or a comma-separated list of member fields like avatarHash, fullName, initials, username. Defaults to these fields if not specified.
  • member_voted_fields (string, optional) Specify ‘all’ or a comma-separated list of member fields like ‘avatarHash, fullName, initials, username’. Defaults to specific fields if not provided.
  • include_checklists (string, optional) Specify whether to include checklists in the card data. Use ‘all’ or ‘none’.
  • checklist_fields (string, optional) Specify ‘all’ or a comma-separated list of fields (idBoard, idCard, name, pos) to return for checklists.
  • board_fields_to_return (string, optional) Specify ‘all’ or a comma-separated list of board fields like name, desc, idOrganization. Defaults are name, desc, descData, closed, idOrganization, pinned, url, prefs.
  • sticker_fields (string, optional) Specify all or a comma-separated list of sticker fields to retrieve.
  • include_card_members (boolean, optional) Set to true to include member objects on the card, false to exclude them.
  • include_members_who_voted (boolean, optional) Set to true to return member objects for members who voted on the card; set to false to exclude them.
  • include_check_item_states (boolean, optional) Set to true to include check item states in the Trello card details response.
  • include_board_object (boolean, optional) Set to true to return the board object the card is on.
  • include_lists_nested_resource (boolean, optional) Specify whether to include information about the Lists Nested Resource for the card. Use a boolean value.
  • include_plugin_data (boolean, optional) Set to true to include pluginData on the card with the response.
  • include_stickers (boolean, optional) Set to true to include sticker models in the response.
  • include_custom_field_items (boolean, optional) Set to true to include custom field items in the card details, or false to exclude them.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloCard


Deletes a card from Trello by ID.

Parameters

  • card_id_to_delete (string, required) The unique ID of the Trello card to delete.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardProperty


Retrieve a specific field from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to retrieve the property from.
  • card_field_name (string, required) Specify which field of the Trello card to retrieve. Must be one of the predefined options such as ‘id’, ‘name’, ‘url’, etc.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListCardActions


Retrieve all actions performed on a specific Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to fetch actions for.
  • action_type_filter (string, optional) Comma-separated list of action types to filter the card actions. Refer to Trello’s action types documentation for possible values.
  • results_page_number (number, optional) Specify the page number for the actions results. Each page returns 50 actions.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListCardAttachments


Retrieve attachments from a Trello card.

Parameters

  • card_id (string, required) The unique ID of the Trello card to retrieve attachments from.
  • attachment_fields (string, optional) Specify ‘all’ or a comma-separated list of attachment fields to retrieve. Determines which attachment details are returned for the card.
  • restrict_to_cover_attachment (string, optional) Specify ‘cover’ to limit results to only the cover attachment of the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddAttachmentToTrelloCard


Add an attachment to a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to which the attachment will be added. This is a required parameter.
  • attachment_name (string, optional) The name of the attachment. Provide a descriptive title, maximum length 256 characters.
  • attachment_file (string, optional) The file to attach as multipart/form-data. Provide the file path or binary data.
  • attachment_mime_type (string, optional) The MIME type of the attachment. Example: ‘image/png’. Max length 256.
  • attachment_url (string, optional) A URL to attach to the Trello card, starting with http:// or https://.
  • use_attachment_as_cover (boolean, optional) Set to true to use the new attachment as a cover for the card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardAttachmentDetails


Retrieve specific attachment details from a Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card containing the attachment.
  • attachment_id (string, required) The unique ID of the attachment to fetch details for.
  • attachment_fields (array[json], optional) List of specific attachment fields to include in the response. Accepts an array of field names.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteCardAttachment


Delete an attachment from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which the attachment will be deleted.
  • attachment_id_to_delete (string, required) The ID of the attachment you want to delete from the specified Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardBoardInfo


Retrieve the board details for a specific Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card whose board information is to be retrieved.
  • board_field_selection (string, optional) all or specify board fields as a comma-separated list (e.g., “name,desc”) to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCompletedChecklistItems


Fetch the completed checklist items on a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to retrieve checklist item states.
  • checklist_item_fields (string, optional) Specify ‘all’ or a comma-separated list of fields (idCheckItem, state) for the checklist items.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardChecklists


Retrieve checklists from a specific Trello card.

Parameters

  • card_id (string, required) The unique ID of the Trello card for which to retrieve the checklists. Required for identifying the specific card.
  • include_check_items (string, optional) Specify ‘all’ to include all checkItems or ‘none’ to exclude them on the card’s checklists.
  • checkitem_fields_selection (string, optional) Specify all or a comma-separated list of fields for checklist items: name, nameData, pos, state, type, due, dueReminder, idMember.
  • include_all_checklists (string, optional) Specify ‘all’ to retrieve all checklists or ‘none’ for none.
  • card_info_fields (string, optional) Specify ‘all’ or a comma-separated list of: ‘idBoard, idCard, name, pos’ for card fields to return.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateChecklistOnCard


Create a new checklist on a Trello card.

Parameters

  • card_id (string, required) The ID of the Trello card where the checklist will be created.
  • checklist_name (string, optional) The name for the new checklist on the card.
  • source_checklist_id (string, optional) The ID of a source checklist to copy into the new one being created on the card.
  • checklist_position_on_card (string, optional) Specify the position of the checklist on the card. Can be ‘top’, ‘bottom’, or a positive number indicating the position.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetSpecificCheckitemOnCard


Retrieve a specific checkItem from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to retrieve the checkItem from.
  • checkitem_id (string, required) The unique identifier of the checkItem to retrieve from the Trello card.
  • checkitem_fields (string, optional) Specify ‘all’ or provide a comma-separated list of attributes (e.g., ‘name,pos,state’).

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloChecklistItem


Update an item in a Trello card checklist.

Parameters

  • card_id (string, required) The unique ID of the Trello card that contains the checklist item.
  • checkitem_id (string, required) The unique ID of the checklist item to update on the Trello card.
  • new_checklist_item_name (string, optional) The new name for the checklist item in a Trello card.
  • checkitem_state (string, optional) Specify the state of the checklist item, either complete or incomplete.
  • checklist_id (string, optional) The unique ID of the checklist containing the item to update.
  • position (string, optional) Position of the checklist item: top, bottom, or a numerical value for specific position.
  • checkitem_due_date (string, optional) A due date for the checklist item; expected format is a date string.
  • due_reminder_minutes (number, optional) Specify the number of minutes before the due date when a reminder should be sent for the checkitem.
  • member_id_to_remove (string, optional) The ID of the member to remove from the Trello card checklist item.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloChecklistItem


Delete a checklist item from a Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card from which to delete a checklist item.
  • checkitem_id (string, required) The ID of the checklist item to be deleted from the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardList


Retrieve the list a specific Trello card belongs to.

Parameters

  • card_id (string, required) The unique identifier for the specific Trello card.
  • list_fields (string, optional) Specify ‘all’ or a comma-separated list of list fields to retrieve details about the Trello list a card belongs to.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardMembers


Retrieve members assigned to a specific Trello card.

Parameters

  • card_id (string, required) The ID of the Trello card to get member information for.
  • member_fields (string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardVoters


Retrieve members who voted on a Trello card.

Parameters

  • card_id (string, required) The ID of the Trello card to retrieve voters for.
  • member_fields (string, optional) Specify ‘all’ or a list of member fields (e.g., ‘fullName,username’) to include in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.VoteOnTrelloCard


Vote on a Trello card on behalf of a member.

Parameters

  • member_id_to_vote_yes (string, required) The ID of the Trello member casting a ‘yes’ vote on the card.
  • card_id (string, required) The unique ID of the Trello card where the vote will be cast.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardPluginData


Retrieve shared plugin data from a Trello card.

Parameters

  • card_id (string, required) The ID of the Trello card to retrieve shared plugin data for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardStickers


Retrieve stickers from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which to retrieve stickers.
  • sticker_fields (string, optional) Specify ‘all’ to retrieve all sticker fields or provide a comma-separated list of specific sticker fields to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddStickerToCard


Add a sticker to a specific Trello card.

Parameters

  • sticker_identifier (string, required) For custom stickers, provide the sticker ID. For default stickers, provide the string identifier (e.g., ‘taco-cool’).
  • sticker_top_position (number, required) The vertical position of the sticker, ranging from -60 to 100, indicating how far from the top it should be placed.
  • sticker_left_position (number, required) Specify the left position of the sticker on the card, ranging from -60 to 100.
  • sticker_z_index (integer, required) The z-index/layer position of the sticker, affecting its stack order on the card.
  • card_id (string, required) The unique identifier of the Trello card where the sticker will be added.
  • sticker_rotation (number, optional) The rotation angle of the sticker on the card, specified as a number.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardSticker


Retrieve details of a specific sticker on a Trello card.

Parameters

  • card_id (string, required) The unique ID of the Trello card from which to retrieve the sticker details.
  • sticker_id (string, required) The unique identifier for the sticker on a Trello card.
  • sticker_fields (string, optional) Specify ‘all’ or a comma-separated list of sticker fields to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveCardSticker


Remove a sticker from a Trello card.

Parameters

  • card_id (string, required) The unique ID of the Trello card from which the sticker will be removed.
  • sticker_id (string, required) The ID of the sticker to be removed from the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateStickerOnTrelloCard


Update a sticker on a Trello card.

Parameters

  • sticker_top_position (number, required) The top position of the sticker, ranging from -60 to 100.
  • left_position (number, required) The horizontal position of the sticker on the card, ranging from -60 to 100.
  • sticker_z_index (integer, required) Specifies the z-index of the sticker, determining its stacking order on the card.
  • card_id (string, required) The unique identifier of the Trello card to which the sticker belongs.
  • sticker_id (string, required) The unique identifier of the sticker to be updated on the Trello card.
  • sticker_rotation_angle (number, optional) Specify the rotation angle of the sticker. Expected values are numerical, representing the angle by which the sticker should be rotated.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.EditTrelloComment


Update an existing comment on a Trello card.

Parameters

  • new_comment_text (string, required) The new text content for the Trello comment that needs to be updated.
  • card_id (string, required) The unique identifier of the Trello card associated with the comment to update.
  • comment_action_id (string, required) The unique ID of the comment action you want to update on the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloComment


Delete a specific comment from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which the comment will be deleted.
  • comment_action_id (string, required) The unique identifier for the comment action to be deleted on the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCardCustomFieldItems


Retrieve custom field items for a Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card to retrieve custom field items.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddTrelloCardComment


Add a comment to a Trello card.

Parameters

  • comment_text (string, required) The text of the comment to add to the Trello card.
  • card_id (string, required) The unique identifier of the Trello card to which the comment will be added.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddLabelToCard


Add a label to a Trello card.

Parameters

  • card_id (string, required) The unique ID of the Trello card to which the label will be added.
  • label_id (string, optional) The ID of the label to add to a Trello card. This is required to identify the specific label.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddMemberToTrelloCard


Add a member to a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card to which a member will be added.
  • member_id_to_add (string, optional) The ID of the member to be added to the specified Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddLabelToTrelloCard


Create a label on a Trello board and attach it to a card.

Parameters

  • label_color (string, required) Specify a valid label color or null. Refer to Trello label options for valid colors.
  • card_id (string, required) The unique identifier for the Trello card you want to attach the label to.
  • label_name (string, optional) Specify the name for the new label to be created and added to the card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MarkCardNotificationsRead


Marks notifications for a specific card as read.

Parameters

  • card_id (string, required) The unique identifier for the Trello card whose notifications you want to mark as read.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveLabelFromCard


Remove a label from a Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card from which the label will be removed.
  • label_id_to_remove (string, required) The ID of the label you want to remove from the Trello card. This ID is unique to each label.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveMemberFromCard


Remove a member from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which the member will be removed.
  • member_id_to_remove (string, required) The unique ID of the member you want to remove from the Trello card. This should match the Trello member ID format.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveMemberVoteFromCard


Remove a member’s vote from a card on Trello.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which to remove the vote.
  • member_id_to_remove_vote (string, required) The ID of the member whose vote is to be removed from the Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateChecklistItemOnCard


Update an item in a checklist on a Trello card.

Parameters

  • card_id (string, required) The unique identifier for the Trello card containing the checklist.
  • checklist_item_id (string, required) The ID of the checklist item to update on a Trello card.
  • checklist_id (string, required) The ID of the checklist to update on the Trello card.
  • position_in_checklist (string, optional) Specify the position of the item in the checklist: top, bottom, or a positive float indicating the precise position.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteChecklistFromCard


Delete a checklist from a Trello card.

Parameters

  • card_id (string, required) The unique identifier of the Trello card from which to delete the checklist.
  • checklist_id_to_delete (string, required) The ID of the checklist to delete from the specified Trello card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloChecklist


Create a checklist on a Trello card.

Parameters

  • card_id (string, required) The ID of the Trello card where the checklist will be added.
  • checklist_name (string, optional) The name of the checklist. Must be between 1 and 16384 characters.
  • checklist_position (string, optional) Specify the position of the checklist on the card: ‘top’, ‘bottom’, or a positive number for a specific placement.
  • source_checklist_id (string, optional) The ID of an existing checklist to copy into the new checklist. Use this to duplicate a checklist template or predefined checklist items.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetChecklistDetails


Retrieve details of a specific Trello checklist.

Parameters

  • checklist_id (string, required) The unique identifier of the checklist to be retrieved.
  • card_visibility_filter (string, optional) Specifies which cards associated with the checklist to include. Valid values are: all, closed, none, open, visible.
  • check_items_to_return (string, optional) Specify which check items to return: all or none.
  • checkitem_fields_to_return (string, optional) Specify fields for checkItem details, using ‘all’ or a comma-separated list: ‘name’, ‘nameData’, ‘pos’, etc.
  • include_checklist_fields (string, optional) Specify ‘all’ or a comma-separated list of checklist fields to return (e.g., ‘name,pos,state’). Use this to retrieve specific fields from the checklist.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloChecklist


Update an existing Trello checklist.

Parameters

  • checklist_id (string, required) The unique identifier for the checklist to be updated.
  • checklist_name (string, optional) Name of the checklist being created or updated. Must be between 1 and 16384 characters.
  • checklist_position (string, optional) Defines the position of the checklist on the card: ‘top’, ‘bottom’, or a positive number.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloChecklist


Delete a checklist from Trello by its ID.

Parameters

  • checklist_id (string, required) The unique ID of the checklist to be deleted from Trello.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetChecklistField


Retrieve a specific field from a Trello checklist.

Parameters

  • checklist_id (string, required) The unique identifier of the checklist to retrieve the field from.
  • checklist_field_to_retrieve (string, required) Specify the field of the checklist to retrieve, such as ‘name’ or ‘pos’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateChecklistField


Update a specific field on a Trello checklist.

Parameters

  • checklist_name_update_value (string, required) The new name for the checklist. Must be a string between 1 and 16384 characters.
  • checklist_id (string, required) The unique identifier of the checklist to update.
  • field_to_update (string, required) Specify the checklist field to update, either ‘name’ or ‘pos’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardForChecklist


Retrieve the board associated with a specific checklist.

Parameters

  • checklist_id (string, required) The unique ID of the checklist whose board needs to be retrieved.
  • board_fields_filter (string, optional) Specify all or a comma-separated list of board fields to retrieve. For example, ‘name’ or ‘all’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCardByChecklist


Retrieve the card associated with a specific checklist.

Parameters

  • checklist_id (string, required) The ID of the checklist to find its associated card.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetChecklistItems


Retrieve checkitems from a specified checklist.

Parameters

  • checklist_id (string, required) The unique ID of the checklist to retrieve items from.
  • checkitem_filter (string, optional) Filter the checkitems to include. Options: ‘all’, ‘none’.
  • include_checkitem_fields (string, optional) Specify which fields to include for checkitems, e.g., all, name, pos, etc.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateCheckitemOnChecklist


Add a checkitem to a specific checklist on Trello.

Parameters

  • checkitem_name (string, required) The name of the new check item on the checklist. Must be between 1 and 16384 characters.
  • checklist_id (string, required) The unique identifier of the checklist to which the checkitem will be added. This should be a string.
  • checkitem_position (string, optional) Specify the check item’s position in the checklist as ‘top’, ‘bottom’, or a positive number.
  • checkitem_due_date (string, optional) Set the due date for the new checkitem. Use the format YYYY-MM-DD.
  • due_reminder_minutes (number, optional) The number of minutes before the due date at which a reminder should be sent for the checkitem.
  • member_id (string, optional) The ID of a member resource to assign the checkitem to.
  • is_checkitem_checked (boolean, optional) Indicates if the check item is already marked as checked upon creation. Accepts a boolean value.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetChecklistItem


Retrieve details of a specific checkitem from a checklist.

Parameters

  • checklist_id (string, required) ID of the checklist from which to retrieve the checkitem.
  • check_item_id (string, required) ID of the check item to retrieve from the checklist.
  • checkitem_fields (string, optional) Specify the checkitem fields to retrieve: all, name, nameData, pos, state, type, due, dueReminder, idMember.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveChecklistItem


Removes an item from a Trello checklist.

Parameters

  • checklist_id (string, required) ID of the checklist from which an item will be removed.
  • check_item_id (string, required) ID of the checklist item to remove in Trello.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloCustomField


Retrieve details of a specific Trello custom field using its ID.

Parameters

  • custom_field_id (string, required) The unique identifier for the Trello custom field you want to retrieve. This ID is required to access specific details of the custom field.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteCustomField


Delete a Custom Field from a Trello board.

Parameters

  • custom_field_id (string, required) The ID of the specific Custom Field to be deleted from a Trello board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddDropdownOptionTrello


Add an option to a Trello dropdown Custom Field.

Parameters

  • customfield_id (string, required) The unique identifier of the custom field to which a dropdown option will be added.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCustomFieldOptions


Retrieve options for a Trello dropdown custom field.

Parameters

  • custom_field_id (string, required) ID of the custom field to retrieve dropdown options.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetDropdownCustomfieldOption


Retrieve details of a specific dropdown Custom Field option.

Parameters

  • customfield_item_id (string, required) The ID of the custom field item to retrieve details from.
  • customfield_option_id (string, required) ID of the dropdown custom field option to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteCustomfieldOption


Delete an option from a Custom Field dropdown on Trello.

Parameters

  • customfield_item_id (string, required) The ID of the custom field item from which the option will be deleted.
  • custom_field_option_id (string, required) ID of the custom field option to delete.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListAvailableEmoji


Retrieve a list of available emojis from Trello.

Parameters

  • locale (string, optional) The locale for emoji descriptions and names. Defaults to the logged-in member’s locale.
  • include_spritesheet_urls (boolean, optional) Set to true to include spritesheet URLs in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseById


Retrieve details of an enterprise by its ID.

Parameters

  • enterprise_id (string, required) The unique ID of the enterprise to retrieve details for from Trello.
  • enterprise_fields_to_retrieve (string, optional) Comma-separated list of fields to retrieve, such as id, name, displayName, etc.
  • member_inclusion_type (string, optional) Specify the type of members to include: none, normal, admins, owners, or all.
  • member_fields (string, optional) Specify one member attribute to include: avatarHash, fullName, initials, or username.
  • member_filter_query (string, optional) A SCIM-style query to filter members. Overrides the normal/admins value of members.
  • member_sort_value (string, optional) Provide a SCIM-style sorting value. Prefix with ’-’ for descending order; default is ascending.
  • member_sort (string, optional) SCIM-style sort value for members. Use - prefix to sort descending. Note: members array may be paginated.
  • deprecated_member_sort_order (string, optional) Deprecated parameter for sorting members. Use ‘member_sort’ instead. Accepts: ascending, descending, asc, desc.
  • member_start_index (integer, optional) An integer between 0 and 100 specifying the starting index for paginated member results.
  • member_count (integer, optional) Specify the number of members to retrieve, ranging from 0 to 100.
  • organization_visibility_filter (string, optional) Specify the level of visibility for the organizations. Options are: none, members, public, all.
  • organization_fields (string, optional) Specify fields related to organizations to retrieve. Use values accepted by nested organization field resource.
  • organization_memberships_filter (string, optional) Comma-separated list of workspace memberships to include, such as ‘me’, ‘normal’, ‘admin’, ‘active’, ‘deactivated’.
  • include_paid_account_information (boolean, optional) Include paid information in the returned workspace objects if true.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseAuditLog


Retrieve actions from an enterprise’s audit log.

Parameters

  • enterprise_id (string, required) ID of the enterprise whose audit log actions are to be retrieved.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseAdmins


Retrieve admin members of a specified enterprise.

Parameters

  • enterprise_id (string, required) The unique ID of the enterprise whose admin members you want to retrieve.
  • member_fields (string, optional) Specify the fields to be included in the response for each admin member. These should match valid values that the nested member field resource accepts.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseSignupUrl


Retrieve the signup URL for a specific enterprise on Trello.

Parameters

  • enterprise_id (string, required) The unique ID of the Trello enterprise for which you want to retrieve the signup URL.
  • redirect_url (string, optional) Any valid URL to which the will be redirected after signup.
  • require_authentication (boolean, optional) Specifies if authentication is needed to access the signup URL. True means authentication is required.
  • has_user_accepted_confirmation (boolean, optional) Indicates if the has acknowledged the confirmation before being redirected. Set to True if confirmed.
  • tos_accepted (boolean, optional) Indicate if the has seen and consented to the Trello ToS before redirection.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseUsers


Retrieve from a Trello enterprise, with optional filters.

Parameters

  • enterprise_id (string, required) The unique identifier of the Trello enterprise to retrieve from.
  • active_since_date (string, optional) Return only active since this date (inclusive). Format: YYYY-MM-DD.
  • inactive_since_date (string, optional) Returns only Trello active since this date (inclusive). Provide the date in YYYY-MM-DD format.
  • search_value_filter (string, optional) Filter by email address or full name starting with this value.
  • pagination_cursor (string, optional) Cursor for returning the next set of results in a paginated response. Use the cursor from the response to fetch subsequent batches.
  • licensed_members_only (boolean, optional) If true, return only members with a Trello license. If false, return only those without a license. If omitted, return both.
  • return_deactivated_members (boolean, optional) Return deactivated members when true; active members when false. Unspecified returns all members.
  • include_collaborators (boolean, optional) Set to true to include members who are board guests (without a license). False excludes them. If unspecified, both are returned.
  • return_managed_members (boolean, optional) Set to true to return only members managed by the Trello Enterprise, false to exclude managed members. If not set, both are returned.
  • include_administrators_only (boolean, optional) If true, returns only administrators of the Trello Enterprise. If false, returns only non-administrators. If unspecified, returns both.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseMembers


Retrieve members of a specified enterprise on Trello.

Parameters

  • enterprise_id (string, required) ID of the enterprise whose members are to be retrieved. This is required to specify which enterprise’s members you want to access.
  • member_fields (string, optional) Comma-separated list of valid member fields to retrieve.
  • scim_filter_query (string, optional) SCIM-style query to filter members. Overrides member type filters and controls pagination.
  • sort_members (string, optional) SCIM-style sorting value. Prefix with ’-’ for descending order; otherwise, it’s ascending.
  • sort_criteria (string, optional) Sorting option for members. Use ‘sort’ parameter instead, following SCIM-style sorting. Deprecated parameter.
  • sort_order_for_listing (string, optional) Defines the order for sorting members. Use values: ‘ascending’, ‘descending’, ‘asc’, or ‘desc’. Deprecated: Prefer ‘sort’.
  • member_start_index (integer, optional) An integer between 0 and 9999 indicating where to start retrieving members.
  • member_count_filter (string, optional) Apply a SCIM-style filter to specify the number of members to retrieve.
  • organization_fields (string, optional) Specify valid values for nested organization fields to retrieve specific organization-related data.
  • included_board_fields (string, optional) Comma-separated list of values accepted by the nested board resource to specify included fields.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetEnterpriseMemberById


Retrieve a specific enterprise member’s details by ID.

Parameters

  • enterprise_id (string, required) The ID of the enterprise from which to retrieve the member information.
  • member_id (string, required) The unique ID of the enterprise member to retrieve details for.
  • member_fields (string, optional) A comma-separated list of fields to retrieve for the member. Accepts any valid values from the nested member field resource.
  • organization_fields (string, optional) Specify which organization fields to retrieve, using valid organization field resource identifiers.
  • board_fields_for_enterprise_member (string, optional) Comma-separated values specifying board fields for a member of an enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CheckOrgTransferability


Check if an organization can be transferred to an enterprise.

Parameters

  • enterprise_id (string, required) ID of the Enterprise for which to check transferability.
  • organization_id (string, required) The ID of the Organization resource to check for transfer eligibility.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTransferrableOrganizations


Retrieve organizations transferrable to an enterprise.

Parameters

  • enterprise_id (string, required) The ID of the enterprise for which to retrieve transferrable organizations.
  • organization_ids (array[json], required) An array of organization IDs to check for transferability to an enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeclineEnterpriseJoinRequests


Decline multiple enterprise join requests for organizations.

Parameters

  • organization_ids (array[json], required) An array of organization IDs to decline join requests for.
  • enterprise_id (string, required) The ID of the enterprise for which join requests should be declined.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetClaimableWorkspaces


Retrieve claimable workspaces for an enterprise by ID.

Parameters

  • enterprise_id (string, required) ID of the enterprise to retrieve claimable workspaces for.
  • workspace_limit (integer, optional) Limits the number of workspaces returned in the query. Use an integer value to specify the maximum number.
  • sort_order_cursor (string, optional) Specifies the sort order for returning matching documents by setting a cursor position.
  • enterprise_name (string, optional) Name of the enterprise to retrieve claimable workspaces for.
  • active_since_date (string, optional) Date in YYYY-MM-DD format to search up to for active workspaces.
  • inactive_since_date (string, optional) Date in YYYY-MM-DD format for filtering workspaces inactive up to this date.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetPendingEnterpriseWorkspaces


Retrieve pending workspaces for an enterprise by ID.

Parameters

  • enterprise_id (string, required) ID of the enterprise for which to retrieve pending workspaces.
  • active_since_date (string, optional) Date in YYYY-MM-DD format to search for active workspaces up to this date.
  • inactive_until_date (string, optional) Specify the date (YYYY-MM-DD) to search up to for workspace inactiveness.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateEnterpriseAuthToken


Create an auth token for a Trello enterprise.

Parameters

  • enterprise_id (string, required) ID of the enterprise for which you want to create an auth token.
  • token_expiration (string, optional) Specify token expiration duration: 1hour, 1day, 30days, or never.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.TransferOrgToEnterprise


Transfer an organization to an enterprise.

Parameters

  • organization_id_to_transfer (string, required) ID of the organization that needs to be transferred to the enterprise. It is required for initiating the transfer process.
  • enterprise_id (string, required) ID of the Enterprise to which the organization will be transferred.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateMemberLicenseStatus


Update a member’s license status in an enterprise.

Parameters

  • enterprise_id (string, required) The unique ID of the enterprise. Required to specify which enterprise the member’s license status will be updated for.
  • member_id (string, required) The unique identifier of the member whose license status is being updated.
  • grant_enterprise_license (boolean, required) Boolean to specify if the should be granted an Enterprise license (true) or not (false).

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeactivateEnterpriseMember


Deactivate a member from an enterprise on Trello.

Parameters

  • enterprise_id (string, required) The ID of the enterprise from which to deactivate a member.
  • member_id_to_deactivate (string, required) ID of the member to deactivate in the enterprise.
  • user_deactivation_status (boolean, required) Set to true to deactivate the ; false keeps them active.
  • member_field_values (string, optional) Comma-separated list of valid member field values, currently only ‘id’ is supported.
  • organization_field (string, optional) Specify the organization attribute to retrieve, such as ‘id’ or ‘name’.
  • board_field_values (string, optional) A comma-separated list of fields related to the board resource, such as ‘id’, ‘name’, or ‘url’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MakeTrelloMemberEnterpriseAdmin


Promote a member to an enterprise admin in Trello.

Parameters

  • enterprise_id (string, required) The unique ID of the enterprise for which a member is being made an admin.
  • member_id_to_promote (string, required) ID of the member to be made an admin of the enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveEnterpriseAdmin


Remove a member as admin from a Trello enterprise.

Parameters

  • enterprise_id (string, required) The ID of the Enterprise from which the admin will be removed.
  • member_id_to_remove_admin (string, required) The unique ID of the member to remove as an admin from the enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveOrganizationFromEnterprise


Remove an organization from an enterprise.

Parameters

  • enterprise_id (string, required) The unique ID of the enterprise from which you want to remove the organization.
  • organization_id_to_remove (string, required) The ID of the organization to be removed from the specified enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddOrganizationsToEnterprise


Add multiple organizations to an enterprise.

Parameters

  • enterprise_id (string, required) The ID of the enterprise to which organizations are being added.
  • organization_ids_to_add (array[json], required) An array of organization IDs to be added to the enterprise.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloLabelInfo


Retrieve detailed information about a specific Trello label.

Parameters

  • label_id (string, required) The unique identifier of the Trello label to retrieve information for.
  • fields_included_in_response (string, optional) Specify ‘all’ or a comma-separated list of field names to include in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloLabel


Update a Trello label by its ID.

Parameters

  • label_id (string, required) The unique ID of the Trello label to update.
  • new_label_name (string, optional) The new name for the Trello label to be updated.
  • new_label_color (string, optional) The desired new color for the Trello label. Choose from options: yellow, purple, blue, red, green, orange, black, sky, pink, lime.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloLabel


Delete a Trello label by its ID.

Parameters

  • label_id (string, required) The unique ID of the Trello label to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloLabelField


Update a specific field on a Trello label.

Parameters

  • new_field_value (string, required) The new value to update the specified field on the Trello label.
  • label_id (string, required) The ID of the Trello label to be updated.
  • label_field_to_update (string, required) Specify the field (e.g., ‘color’ or ‘name’) on the Trello label to update.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloLabel


Create a new label on a Trello board.

Parameters

  • label_name (string, required) Name for the label to be created on the Trello board.
  • label_color (string, required) Specifies the color for the label. Accepted values are: yellow, purple, blue, red, green, orange, black, sky, pink, lime.
  • board_id (string, required) The unique ID of the Trello board where the label will be created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloListInfo


Retrieve detailed information about a specific Trello list.

Parameters

  • list_id (string, required) The unique identifier for the Trello list to retrieve information for.
  • list_field_names (string, optional) Specify ‘all’ or a comma-separated list of field names to retrieve details for a Trello list.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloList


Updates properties of a Trello list.

Parameters

  • list_id (string, required) The ID of the Trello list to update.
  • new_list_name (string, optional) The new name to set for the Trello list.
  • destination_board_id (string, optional) ID of the board where the list should be moved. This allows you to relocate the list to a different board.
  • list_new_position (string, optional) New position for the list: ‘top’, ‘bottom’, or a positive floating point number. Determines where the list should be placed on the board.
  • archive_list (boolean, optional) Set to true to archive (close) the list, false to keep it open.
  • member_subscribed (boolean, optional) Indicates if the active member is subscribed to the list. Use true for subscribed, false for not subscribed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloBoardList


Create a new list on a Trello board.

Parameters

  • list_name (string, required) The name of the list to be created on the Trello board.
  • board_id (string, required) The ID of the Trello board where the new list will be created.
  • source_list_id (string, optional) ID of the list to copy into the new list to replicate its content.
  • list_position (string, optional) Specifies where the new list will be positioned on the board. Accepts ‘top’, ‘bottom’, or a positive floating point number to indicate a specific position.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ArchiveAllCardsInList


Archive all cards in a specified Trello list.

Parameters

  • list_id (string, required) The ID of the Trello list to archive all cards from.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MoveAllCardsInList


Move all cards from one Trello list to another.

Parameters

  • target_board_id (string, required) The ID of the board to which the cards should be moved.
  • target_list_id (string, required) The ID of the Trello list where the cards should be moved to.
  • source_list_id (string, required) The unique ID of the list to move all cards from in Trello.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ArchiveUnarchiveListTrello


Toggle a list’s archived status in Trello.

Parameters

  • list_id (string, required) The ID of the Trello list to archive or unarchive.
  • archive_list (string, optional) Set to true to archive the list, false to unarchive.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MoveListToBoard


Transfer a Trello list to another board.

Parameters

  • target_board_id (string, required) The ID of the board where the list will be moved.
  • list_id (string, required) The unique ID of the Trello list to be moved to another board.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RenameTrelloList


Rename a list on Trello using its ID and field.

Parameters

  • list_id (string, required) The unique identifier of the Trello list to be renamed.
  • list_field_to_update (string, required) Specify the list field to update, e.g., ‘name’, ‘pos’, or ‘subscribed’.
  • new_list_name (string, optional) The new name for the Trello list you want to apply.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetListActions


Retrieve actions performed on a specific Trello list.

Parameters

  • list_id (string, required) The unique identifier of the Trello list to retrieve actions for.
  • action_type_filter (string, optional) A comma-separated list of action types to filter the actions retrieved from a Trello list.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardByListId


Retrieve the board for a specified list ID in Trello.

Parameters

  • list_id (string, required) The unique ID of the list to find its associated board.
  • board_fields (string, optional) Specify ‘all’ or a comma-separated list of board fields to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloListCards


Retrieve all cards from a specific Trello list.

Parameters

  • list_id (string, required) The ID of the Trello list from which to retrieve cards.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloMemberDetails


Retrieve details of a Trello member by ID.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to be retrieved.
  • include_actions_details (string, optional) Include detailed actions information associated with the member. Refer to the Actions Nested Resource for more options.
  • include_boards_details (string, optional) Include details of boards associated with the member. See the Boards Nested Resource for additional options.
  • board_background_options (string, optional) Specifies which board backgrounds to retrieve. Options include: ‘all’, ‘custom’, ‘default’, ‘none’, ‘premium’.
  • boards_invited_filter (string, optional) Specify ‘all’ or a comma-separated list (closed, members, open, organization, pinned, public, starred, unpinned) to filter invited boards.
  • boards_invited_fields (string, optional) Specify ‘all’ or a comma-separated list of board fields like id, name, desc, etc.
  • include_card_details (string, optional) Options to include card-related information about the member. See the Cards Nested Resource for additional options.
  • include_custom_board_backgrounds (string, optional) Specify all to include all custom board backgrounds or none to exclude them.
  • include_custom_emoji (string, optional) Set to ‘all’ to include all custom emoji details for the member, or ‘none’ to exclude them.
  • include_custom_stickers (string, optional) Specify ‘all’ to include all custom stickers or ‘none’ to exclude them when retrieving member details.
  • member_detail_fields (string, optional) Specify all or a comma-separated list of member fields to retrieve.
  • include_notifications (string, optional) Specify whether to include notifications details for the Trello member. Follow the Notifications Nested Resource guidelines.
  • organizations_inclusion (string, optional) Specify if and which organizations related to the member should be returned. One of: all, members, none, public.
  • organization_fields (string, optional) Specify all or a comma-separated list of organization fields (id, name).
  • invited_organizations_scope (string, optional) Specify the scope of invited organizations to include in the response. Options: ‘all’, ‘members’, ‘none’, ‘public’.
  • organization_fields_invited (string, optional) Comma-separated list of invited organization fields or ‘all’. Options: ‘id’, ‘name’.
  • include_tokens (string, optional) Specify if all tokens associated with the member should be returned. Use "all" to include tokens, or "none" to exclude them.
  • include_board_stars (boolean, optional) Set to true to include board stars in the response.
  • include_paid_account_info_in_workspace (boolean, optional) Set to true to include paid information in the workspace object.
  • include_paid_account_info (boolean, optional) Set to true to include paid information in the Trello member response.
  • include_saved_searches (boolean, optional) Set to true to include saved searches data in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloMember


Update a member’s information on Trello.

Parameters

  • member_identifier (string, required) The ID or username of the Trello member to update.
  • new_member_full_name (string, optional) New name for the member. It should not begin or end with a space.
  • member_initials (string, optional) New initials for the member, between 1 and 4 characters long.
  • new_username (string, optional) New username for the member. Must be unique, at least 3 characters long, only lowercase letters, underscores, and numbers.
  • member_bio (string, optional) Biography or description for the member. Allows personalization or additional information about the member.
  • avatar_source_option (string, optional) Specify the source for the avatar. Options: ‘gravatar’, ‘none’, ‘upload’.
  • preferred_locale (string, optional) Specify the preferred language locale for the member.
  • update_interval_minutes (integer, optional) Set the interval for summaries in minutes. Use -1 to disable, 1 for frequent, or 60 for hourly updates.
  • enable_color_blind_mode (boolean, optional) Enable or disable color blind mode for the member. true to enable; false to disable.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberProperty


Fetch a specific property of a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose property is to be fetched.
  • member_property_field (string, required) Specify which field (e.g., id, username) of the Trello member to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListMemberActions


Retrieve actions performed by a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose actions are being retrieved.
  • action_types_filter (string, optional) A comma-separated list of action types to filter the actions performed by a member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCustomBoardBackgrounds


Retrieve a member’s custom board backgrounds on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose custom board backgrounds you want to retrieve.
  • background_filter (string, optional) Filter results to include specific types of board backgrounds: all, custom, default, none, or premium.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UploadBoardBackground


Upload a new background to a Trello board.

Parameters

  • background_file (string, required) The path to the file to be uploaded as the new board background. It should be a valid file path or URL.
  • member_id_or_username (string, required) The ID or username of the Trello member to upload the board background for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberBoardBackground


Retrieve a member’s board background in Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member for whom to retrieve the board background.
  • board_background_id (string, required) The ID of the board background to retrieve details for.
  • background_fields (string, optional) Specify all or a comma-separated list of background details like brightness, fullSizeUrl, scaled, tile.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateBoardBackground


Update a Trello board background for a member.

Parameters

  • member_id_or_username (string, required) The ID or username of the member whose board background is being updated.
  • board_background_id (string, required) The unique identifier for the board background to be updated.
  • background_brightness (string, optional) Set the brightness of the board background. Accepted values: ‘dark’, ‘light’, ‘unknown’.
  • tile_background (boolean, optional) Set to true if you want the board background to be tiled.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteBoardBackground


Deletes a board background for a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose board background you want to delete.
  • board_background_id (string, required) The unique ID of the board background to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListMemberBoardStars


Retrieve a member’s starred boards.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose board stars are to be listed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.StarBoardForMember


Star a board for a Trello member.

Parameters

  • board_id_to_star (string, required) The ID of the board that you want to star for the member.
  • position_of_starred_board (string, required) Specifies the position for the newly starred board: ‘top’, ‘bottom’, or a positive float for precise placement.
  • member_id_or_username (string, required) The ID or username of the Trello member for whom the board will be starred.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardStar


Retrieve details of a specific boardStar for a member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose boardStar details you want to retrieve.
  • board_star_id (string, required) The unique ID of the board star to retrieve details for a member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateStarredBoardPosition


Update the position of a starred board on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose starred board position is being updated.
  • board_star_id (string, required) The unique identifier for the board star. Used to specify which starred board’s position to update.
  • new_position_for_starred_board (string, optional) Specify the new position for the starred board. Use ‘top’, ‘bottom’, or a positive float for a custom position.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UnstarTrelloBoard


Unstar a Trello board for a .

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to unstar a board for.
  • board_star_id (string, required) The unique identifier of the board star to be removed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListUserBoards


Lists the boards that a is a member of.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose boards are to be retrieved.
  • board_filter (string, optional) Comma-separated list of board filters like ‘closed’, ‘members’, etc., or ‘all’.
  • board_fields (string, optional) Specify all or a comma-separated list of board fields to include (e.g., id,name,desc).
  • include_lists_with_boards (string, optional) Specify which lists to include with the boards. Choose from: all, closed, none, open.
  • include_organization_fields (string, optional) Specify ‘all’ or a comma-separated list of organization fields to include (e.g., ‘id,name’).
  • include_organization (boolean, optional) Indicates whether to include the Organization object with the Boards. Set to true to include.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberInvitedBoards


Retrieve the boards a Trello member has been invited to.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to retrieve invited boards for.
  • included_board_fields (string, optional) Specify ‘all’ or a list of board fields to retrieve, such as ‘id,name,desc’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberTrelloCards


Retrieve the cards assigned to a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to retrieve cards for.
  • filter_status (string, optional) Specify the filter for the cards: all, closed, complete, incomplete, none, open, or visible.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberCustomBoardBackgrounds


Retrieve a member’s custom board backgrounds on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose custom board backgrounds you want to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UploadCustomBoardBackground


Upload a new custom board background for a Trello board.

Parameters

  • background_image_file (string, required) Path to the image file to be uploaded as a custom board background. Ensure the file format is compatible with Trello.
  • member_id_or_username (string, required) The ID or username of the Trello member to whom the custom board background will be uploaded.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetCustomBoardBackground


Get a specific custom board background by ID.

Parameters

  • member_id_or_username (string, required) The ID or username of the member to identify whose custom board background to retrieve.
  • custom_background_id (string, required) The ID of the custom board background to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateCustomBoardBackground


Update a specific custom board background for a member.

Parameters

  • member_id_or_username (string, required) The ID or username of the member whose board background will be updated.
  • custom_background_id (string, required) The ID of the custom background to update.
  • background_brightness (string, optional) Set the brightness of the custom board background. Options: ‘dark’, ‘light’, ‘unknown’.
  • tile_background (boolean, optional) Set to true to tile the board background, false for no tiling.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteCustomBoardBackground


Delete a specific custom board background on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose custom board background is to be deleted.
  • background_id (string, required) The ID of the custom background to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberCustomEmojis


Retrieve a member’s uploaded custom emojis from Trello.

Parameters

  • member_identifier (string, required) The ID or username of the Trello member to retrieve custom emojis for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateCustomEmoji


Create a new custom emoji for a Trello member.

Parameters

  • emoji_file_path (string, required) Path to the image file for the custom emoji. Must be a supported image format.
  • emoji_name (string, required) Name for the custom emoji, must be between 2 to 64 characters.
  • member_identifier (string, required) The ID or username of the Trello member for whom the emoji is being created. This identifies the target member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberCustomEmoji


Retrieve a member’s custom emoji.

Parameters

  • member_id_or_username (string, required) The unique ID or username of the Trello member to retrieve custom emoji details for.
  • custom_emoji_id (string, required) The unique identifier of the custom emoji.
  • custom_emoji_fields (string, optional) Specify ‘all’ or a comma-separated list of ‘name’, ‘url’ to determine which emoji details to return.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberUploadedStickers


Retrieve a member’s uploaded custom stickers on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to retrieve their uploaded stickers.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UploadCustomSticker


Upload a new custom sticker for a Trello member.

Parameters

  • sticker_file_path (string, required) The file path of the custom sticker to upload. It should be a valid path to the sticker image file on the server or local system.
  • member_id_or_username (string, required) The ID or username of the Trello member for whom the custom sticker is being uploaded. This identifies the target member’s .

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberCustomSticker


Retrieve a specific custom sticker for a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose sticker is being retrieved.
  • sticker_id (string, required) The ID of the uploaded custom sticker to retrieve for a Trello member.
  • sticker_fields (string, optional) Specify ‘all’ or a comma-separated list of ‘scaled’, ‘url’ to get specific details about the sticker.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteMemberCustomSticker


Remove a member’s custom sticker.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose custom sticker will be deleted.
  • sticker_id (string, required) The ID of the uploaded sticker to be deleted from the member’s profile.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberNotifications


Retrieve notifications for a specific Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to get notifications for.
  • notification_filter (string, optional) Filters notifications by type. Accepts a comma-separated list of types like addMemberToCard, commentCard, etc.
  • notification_read_status (string, optional) Filter notifications by read status: all, read, or unread.
  • notification_fields (string, optional) Specify all or a comma-separated list of notification fields to retrieve.
  • notification_limit (integer, optional) Specify the number of notifications to retrieve, up to a maximum of 1000.
  • notification_page (integer, optional) Specify the page number of notifications to retrieve, with a maximum value of 100.
  • notification_id_before (string, optional) A notification ID to fetch notifications received before this ID.
  • since_notification_id (string, optional) The notification ID to start retrieving notifications from.
  • member_creator_fields (string, optional) Specify ‘all’ or a comma-separated list of member field names to include data about the creator of the notification.
  • include_entities (boolean, optional) Set to ‘true’ to include entities in notifications; ‘false’ to exclude them.
  • show_display (boolean, optional) Set to true to display notifications, otherwise notifications are not shown.
  • include_member_creator (boolean, optional) Include the member who created the notification in the response when true.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberWorkspaces


Retrieve a member’s workspaces from Trello.

Parameters

  • member_id_or_username (string, required) The unique ID or username of the Trello member whose workspaces are to be retrieved.
  • workspace_filter (string, optional) Filter workspaces by type: all, members, none, or public. members filters to private workspaces.
  • organization_fields (string, optional) Specify all or a comma-separated list of organization fields such as id or name.
  • include_paid_account_info (boolean, optional) Set to true to include paid information in the returned workspace objects.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetInvitedWorkspaces


Fetches workspaces a member has been invited to.

Parameters

  • member_identifier (string, required) The ID or username of the Trello member to fetch invited workspaces for.
  • organization_fields_selection (string, optional) Specify all or a comma-separated list of organization fields (e.g., ‘id,name’).

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListMemberSavedSearches


Retrieve saved searches for a specified member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to retrieve saved searches for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateSavedSearchTrello


Create a saved search in Trello for a member.

Parameters

  • saved_search_name (string, required) The name for the saved search in Trello. This is how the search will be referred to in the interface.
  • search_query (string, required) The search query to be saved for a Trello member.
  • saved_search_position (string, required) Specifies where to position the saved search: ‘top’, ‘bottom’, or a positive float for a custom position.
  • member_identifier (string, required) The ID or username of the Trello member for whom the saved search is being created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetSavedSearchDetails


Retrieve detailed information about a saved search on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose saved search is being accessed.
  • saved_search_id (string, required) The ID of the saved search to retrieve details for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateSavedSearch


Update a saved search in Trello for a specific member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member for whom the saved search will be updated.
  • saved_search_id (string, required) The ID of the saved search to be updated in Trello.
  • new_saved_search_name (string, optional) The updated name for the saved search in Trello.
  • new_search_query (string, optional) The updated search query for the saved search.
  • new_search_position (string, optional) Specifies the new position for the saved search: top, bottom, or a positive float for custom positioning.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteSavedSearch


Permanently remove a saved search for a Trello member.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose saved search will be deleted.
  • saved_search_id (string, required) The ID of the saved search to delete for a Trello member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListMemberAppTokens


Retrieve a list of a member’s application tokens.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose app tokens are to be retrieved.
  • include_webhooks (boolean, optional) Set to true to include webhooks in the response.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateMemberAvatar


Create a new avatar for a Trello member.

Parameters

  • avatar_file_path (string, required) The file path of the image to be used as the new avatar for the member. The path must point to a valid image file.
  • member_id_or_username (string, required) The ID or username of the Trello member for whom the avatar is being created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DismissTrelloMessage


Dismiss a specific message for a Trello member.

Parameters

  • message_to_dismiss (string, required) The content of the Trello message to be dismissed for the member.
  • member_id_or_username (string, required) The ID or username of the Trello member for whom the message will be dismissed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetMemberNotificationSettings


Retrieve a member’s notification channel settings on Trello.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to retrieve notification settings for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBlockedNotificationKeys


Fetch blocked notification keys for a Trello member’s channel.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member to fetch blocked notification keys.
  • notification_channel (string, required) Specify the channel to block notifications on. Currently, ‘email’ is supported.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateMemberNotificationBlockedKeys


Update blocked notification keys for a member’s channel.

Parameters

  • member_id_or_username (string, required) The ID or username of the Trello member whose notification settings you want to update.
  • notification_channel (string, required) Specifies the channel (e.g., ‘email’) on which to block notifications.
  • blocked_notification_keys (string, required) Comma-separated list of notification keys to block for the member’s channel. Valid keys include ‘notification_comment_card’, ‘notification_added_a_due_date’, etc.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloNotification


Retrieve a specific Trello notification by its ID.

Parameters

  • notification_id (string, required) The unique identifier for the specific Trello notification to retrieve.
  • board_fields_to_include (string, optional) Specify all or a comma-separated list of board fields (e.g., id,name,desc) to retrieve.
  • card_fields_to_include (string, optional) Specify all or a comma-separated list of card fields to include in the response. Valid options: id, address, badges, checkItemStates, closed, coordinates, creationMethod, dueComplete, dateLastActivity, desc, descData, due, dueReminder, idBoard, idChecklists, idLabels, idList, idMembers, idMembersVoted, idShort, idAttachmentCover, labels, limits, locationName, manualCoverAttachment, name, pos, shortLink, shortUrl, subscribed, url, cover, isTemplate.
  • notification_fields (string, optional) Specify all or a comma-separated list of notification fields like id, unread, type, etc.
  • member_fields_inclusion (string, optional) Specify ‘all’ or a comma-separated list of member fields to include in the response.
  • include_member_creator_fields (string, optional) all or a comma-separated list of member fields to include for the member creator.
  • organization_field_selection (string, optional) Specify all or a comma-separated list of organization fields like id,name to include in the result.
  • include_board_object (boolean, optional) Set to true to include the board object in the notification details.
  • include_card (boolean, optional) Set to true to include the card object in the notification response.
  • include_display (boolean, optional) Set to true to include the display object in the results.
  • include_entities (boolean, optional) Set to true to include the entities object in the results.
  • include_list_object (boolean, optional) Include the list object in the notification details when true.
  • include_member (boolean, optional) Include the member object in the response when true; exclude it when false.
  • include_member_creator_object (boolean, optional) Set to true to include the member object of the creator in the notification details.
  • include_organization (boolean, optional) Set to true to include the organization object in the notification details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateNotificationStatus


Update the read status of a Trello notification.

Parameters

  • notification_id (string, required) The unique identifier of the Trello notification to be updated.
  • mark_as_read (boolean, optional) Set to true to mark the notification as read, false to keep it unread.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetNotificationProperty


Retrieve a specific property from a Trello notification.

Parameters

  • notification_id (string, required) The unique ID of the notification to access its specific property.
  • notification_property_field (string, required) The specific field of the notification to retrieve, such as ‘id’, ‘type’, or ‘date’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.MarkAllNotificationsRead


Mark all Trello notifications as read.

Parameters

  • notification_ids_to_mark (array[string], optional) A list of notification IDs to mark as read or unread. Useful for managing specific notifications.
  • mark_notifications_read (boolean, optional) Boolean to specify whether to mark notifications as read (true) or unread (false). Defaults to true (mark as read).

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateNotificationReadStatus


Update the read status of a Trello notification.

Parameters

  • notification_id (string, required) The unique identifier of the Trello notification to update the read status for.
  • notification_unread_status (string, optional) Specify ‘true’ to mark the notification as unread, ‘false’ to mark it as read.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetBoardNotificationInfo


Retrieve the board associated with a specific notification.

Parameters

  • notification_id (string, required) The unique ID of the notification to retrieve the associated board.
  • board_fields_selection (string, optional) Specify all or a comma-separated list of board fields like id, name, desc, etc., to retrieve specific board details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetNotificationCard


Retrieve the card linked to a specific notification.

Parameters

  • notification_id (string, required) The unique ID of the notification to retrieve the associated card.
  • card_fields (string, optional) Specify ‘all’ or a comma-separated list of card fields to retrieve. Choose from ‘id’, ‘address’, ‘badges’, etc.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloNotificationList


Retrieve the list linked to a specific Trello notification.

Parameters

  • notification_id (string, required) The unique ID of the Trello notification to retrieve the associated list.
  • list_fields (string, optional) Specify all or a comma-separated list of list fields to retrieve for the notification.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetNotificationMember


Get the member a notification is about.

Parameters

  • notification_id (string, required) The unique ID of the Trello notification to retrieve the member information for.
  • member_fields (string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve details about the member a notification is about.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetNotificationCreator


Get the member who created the notification.

Parameters

  • notification_id (string, required) The unique identifier for the notification whose creator details are to be retrieved.
  • member_fields (string, optional) Specify ‘all’ or a comma-separated list of member fields to retrieve information about the notification creator.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetNotificationOrganization


Retrieve the organization linked to a notification.

Parameters

  • notification_id (string, required) The ID of the Trello notification to retrieve its associated organization.
  • organization_fields (string, optional) A string specifying ‘all’ or a comma-separated list of fields like ‘id’ or ‘name’ to retrieve about the organization.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloWorkspace


Create a new Trello workspace.

Parameters

  • display_name_for_workspace (string, required) The name to display for the Trello workspace. This should be a descriptive and recognizable name.
  • workspace_description (string, optional) A description for the Trello workspace. Provide details about the purpose or scope of this workspace.
  • workspace_identifier (string, optional) A unique string with at least 3 characters. Only lowercase letters, underscores, and numbers are allowed.
  • workspace_website_url (string, optional) The website URL for the workspace, must start with http:// or https://.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetOrganizationDetails


Fetches details of a Trello organization by ID.

Parameters

  • organization_identifier (string, required) The ID or name of the Trello organization to fetch details for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateOrganization


Update the details of a Trello organization.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to update.
  • new_organization_name (string, optional) A unique name for the organization with at least 3 lowercase letters, underscores, or numbers.
  • new_display_name (string, optional) A new display name for the organization. Must be at least 1 character long and not begin or end with a space.
  • organization_description (string, optional) A new description for the organization in Trello.
  • organization_website_url (string, optional) A URL for the organization starting with ‘http://’, ‘https://’, or ‘null’.
  • google_apps_domain (string, optional) The Google Apps domain to link this organization to.
  • google_apps_version (integer, optional) Specifies the Google Apps version to link with the organization. It should be either 1 or 2.
  • workspace_board_visibility_restriction (string, optional) Specifies who on the Workspace can make Workspace visible boards. Acceptable values: admin, none, org.
  • private_board_visibility_restriction (string, optional) Specifies who can create private boards within the organization. Acceptable values: admin, none, org.
  • public_board_visibility_restriction (string, optional) Specifies who in the workspace can create public boards. Options: ‘admin’, ‘none’, ‘org’.
  • organization_invite_restriction_email (string, optional) An email address pattern with optional wildcard characters for restricting organization invites.
  • workspace_visibility (string, optional) Sets the visibility of the Workspace page. Options: private or public.
  • allow_external_members (boolean, optional) Set to false to prevent non-workspace members from being added to boards in the Workspace.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteOrganization


Delete an existing organization in Trello.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetOrganizationFieldTrello


Retrieve a specific field from a Trello organization.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to retrieve the field from.
  • organization_field (string, required) The specific field of the organization to retrieve, such as ‘id’ or ‘name’.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListWorkspaceActions


Retrieve actions from a specific Workspace.

Parameters

  • workspace_identifier (string, required) The unique ID or name of the Trello Workspace to retrieve actions for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListWorkspaceBoards


Retrieve boards in a specified Trello workspace.

Parameters

  • organization_identifier (string, required) The ID or name of the Trello organization (workspace) to list boards for.
  • board_status_filter (string, optional) Define which boards to list using all or a combination of open, closed, members, organization, public.
  • board_fields_to_retrieve (string, optional) Specify ‘all’ or a comma-separated list of board fields to retrieve (e.g., ‘id,name,url’).

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.StartOrganizationCsvExport


Initiate a CSV export for a Trello organization.

Parameters

  • workspace_identifier (string, required) The unique ID or name of the Trello Workspace to export.
  • include_attachments (boolean, optional) Set to true to include attachments in the CSV export, false to exclude.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RetrieveTrelloOrganizationExports


Retrieve exports for a Trello organization.

Parameters

  • workspace_id_or_name (string, required) The ID or name of the Trello Workspace to retrieve exports for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListWorkspaceMembers


Retrieve members of a specified Trello Workspace.

Parameters

  • workspace_identifier (string, required) The ID or name of the Trello Workspace to retrieve members from.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateOrganizationMembers


Update the members of a Trello organization.

Parameters

  • member_email (string, required) The email address of the member to update in the organization.
  • member_full_name (string, required) Name for the member, must be at least 1 character and not begin or end with a space.
  • organization_id_or_name (string, required) The ID or name of the Trello organization to update.
  • member_role_type (string, optional) Specify the member’s role: admin or normal.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListWorkspaceMemberships


Retrieve memberships of a specific Workspace on Trello.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello Workspace to list memberships for.
  • membership_filter (string, optional) Filter memberships by status: ‘all’, ‘active’, ‘admin’, ‘deactivated’, ‘me’, ‘normal’. Use a comma-separated list for multiple.
  • include_member_objects (boolean, optional) Set to true to include Member objects with the Memberships. Useful for detailed member info.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetOrganizationMembership


Retrieve details of a specific organization membership.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to retrieve membership details.
  • membership_id (string, required) The ID of the membership to retrieve within an organization. Use this to specify which membership details to load.
  • include_member_object (boolean, optional) Include the Member object in the response when true.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetWorkspaceScopedPluginData


Retrieve organization scoped pluginData for a Workspace.

Parameters

  • organization_id_or_name (string, required) The ID or name of the organization whose plugin data you want to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ListOrganizationCollections


Retrieve collections of a specified organization.

Parameters

  • organization_identifier (string, required) The ID or name of the Trello organization whose collections are to be listed.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateOrganizationTag


Create a new tag within a specified organization on Trello.

Parameters

  • organization_identifier (string, required) The ID or name of the organization for which the tag will be created.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateWorkspaceMember


Add or update a member in a Trello Workspace.

Parameters

  • member_role (string, required) Specify the member’s role in the Workspace. Use ‘admin’ or ‘normal’.
  • workspace_organization_id_or_name (string, required) The ID or name of the Trello Workspace organization to update or add a member.
  • member_id_or_username (string, required) The ID or username of the Trello member to update or add to the workspace.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveWorkspaceMember


Remove a member from a Trello workspace.

Parameters

  • workspace_id_or_name (string, required) The ID or name of the Trello workspace from which the member will be removed.
  • member_id_to_remove (string, required) The ID of the member to be removed from the Trello workspace.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.ToggleWorkspaceMemberStatus


Deactivate or reactivate a member of a Workspace on Trello.

Parameters

  • organization_identifier (string, required) The ID or name of the organization to identify the Workspace.
  • member_id_or_username (string, required) The ID or username of the member whose status should be updated in the Trello Workspace.
  • deactivate_member (boolean, required) A boolean value where true deactivates and false reactivates a member.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)


Set the logo image for a Workspace on Trello.

Parameters

  • workspace_id_or_name (string, required) The ID or name of the Trello Workspace for which the logo will be set.
  • workspace_logo_file (string, optional) The path or binary data of the image file to set as the Workspace logo. It should be a valid image format.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)


Deletes the logo from a Trello workspace.

Parameters

  • workspace_identifier (string, required) The ID or name of the Trello workspace whose logo you want to delete.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteMemberFromWorkspace


Remove a member from a Trello Workspace and all its boards.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to specify which workspace the member should be removed from.
  • member_id_to_remove (string, required) The ID of the member to remove from the Trello Workspace and all associated boards.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveWorkspaceGoogleDomain


Remove the associated Google Apps domain from a Workspace.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization (Workspace) to disassociate from the Google Apps domain.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveWorkspaceInviteRestriction


Removes email domain restrictions for Workspace invitations.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to remove invite restrictions from.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteOrganizationTag


Delete a tag from an organization in Trello.

Parameters

  • organization_identifier (string, required) The ID or name of the organization from which to delete the tag.
  • tag_id_to_delete (string, required) The identifier for the tag that needs to be deleted from the organization in Trello.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CheckNewBillableGuestsOnBoard


Checks for new billable guests on a specified Trello board.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to check for new billable guests on a board.
  • board_id_to_check_new_billable_guests (string, required) The ID of the Trello board to check for new billable guests.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloPlugin


Retrieve details of a specific Trello plugin using its ID.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to retrieve the plugin for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloPlugin


Update a Trello plugin by ID.

Parameters

  • organization_id_or_name (string, required) The ID or name of the Trello organization to update the plugin for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetPluginMemberPrivacyCompliance


Retrieve member privacy compliance for a specific plugin.

Parameters

  • power_up_id (string, required) The unique identifier for the Power-Up to retrieve its member privacy compliance details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.TrelloSearch


Search for anything in your Trello .

Parameters

  • search_query (string, required) The search query string with a length between 1 and 16384 characters.
  • board_filter (string, optional) Specify mine or a comma-separated list of Board IDs to filter search results.
  • organization_ids (string, optional) A comma-separated list of Organization IDs to search within.
  • card_ids_list (string, optional) A comma-separated list of Card IDs to search within specific cards.
  • search_object_types (string, optional) Specify the Trello object types to search: all or a comma-separated list of actions, boards, cards, members, organizations.
  • board_fields_to_include (string, optional) Specify which board fields to include. Use ‘all’ or a comma-separated list like ‘name,url’.
  • maximum_boards_to_return (integer, optional) The maximum number of boards to return. Must be an integer from 1 to 1000.
  • card_fields_selection (string, optional) Specify ‘all’ or a comma-separated list of card fields like ‘name’, ‘due’, ‘labels’ to include in the results.
  • maximum_cards_to_return (integer, optional) The maximum number of cards to return, up to 1000.
  • cards_page_number (number, optional) Specify the page number for card search results. Maximum value is 100.
  • include_card_attachments (string, optional) Indicate whether to include attachment objects with card results. Accepts true, false, or ‘cover’ for only card cover attachments.
  • organization_fields (string, optional) Comma-separated list of organization fields to include. Options: all, billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, memberships, name, powerUps, prefs, premiumFeatures, products, url, website.
  • maximum_workspaces_to_return (integer, optional) Specify the maximum number of Workspaces to return, up to a maximum of 1000.
  • member_fields (string, optional) Specify member fields to retrieve. Options: all, or comma-separated list like avatarHash, bio, fullName, etc.
  • maximum_members_to_return (integer, optional) Specify the maximum number of members to return. Must be an integer up to 1000.
  • include_board_organization (boolean, optional) Include the parent organization with board results when set to true.
  • include_parent_board_with_card_results (boolean, optional) Include parent board information with card results. Use true to include.
  • include_parent_list_with_card_results (boolean, optional) Include the parent list with card results. True to include, false to exclude.
  • include_card_members (boolean, optional) True to include member objects with card results; false to exclude them.
  • include_card_stickers (boolean, optional) Set to true to include sticker objects with card results.
  • partial_match_search (boolean, optional) Search for content starting with any of the words in the query. Enables partial word matching within Trello.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.SearchTrelloMembers


Search for Trello members by criteria.

Parameters

  • search_query (string, required) The search query string, must be between 1 to 16384 characters in length.
  • maximum_results (integer, optional) The maximum number of results to return, up to 20.
  • board_id (string, optional) The ID of the board to search for members associated with it.
  • organization_id (string, optional) The unique ID of the Trello organization to filter search results by.
  • search_only_organization_members (boolean, optional) Set to true to search only within organization members.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RetrieveTrelloTokenInfo


Retrieve information about a Trello token.

Parameters

  • trello_token (string, required) The Trello token string for which you want to retrieve information. This token identifies the authentication session.
  • token_info_fields (string, optional) Specify all or a comma-separated list of fields (dateCreated, dateExpires, idMember, identifier, permissions) to retrieve.
  • include_webhooks (boolean, optional) Set to true to include webhooks in the token details.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloTokenOwnerInfo


Retrieve information about a Trello token’s owner.

Parameters

  • user_token (string, required) The Trello token provided by the to authenticate and retrieve owner information. This should be a valid token string.
  • member_info_fields_to_retrieve (string, optional) Specify all or a comma-separated list of fields to retrieve from the Member Object. Refer to the Trello documentation for valid fields.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloTokenWebhooks


Retrieve webhooks created with a specific Trello token.

Parameters

  • trello_token (string, required) The Trello token to authenticate the request and fetch webhooks.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.CreateTrelloWebhook


Create a new webhook for a Trello token.

Parameters

  • webhook_post_url (string, required) The URL where the webhook will send POST requests when triggered.
  • object_id_for_webhook (string, required) The ID of the Trello object (board or card) to create a webhook on.
  • webhook_token (string, required) The Trello authorization token needed for creating the webhook. This grants access to the Trello where the webhook will be set up.
  • webhook_description (string, optional) A description displayed when retrieving webhook information. This should provide meaningful context for the Trello webhook.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RetrieveTrelloWebhook


Retrieve details of a Trello webhook using a token and webhook ID.

Parameters

  • access_token (string, required) The authentication token for accessing Trello’s API to retrieve webhook details.
  • webhook_id (string, required) The ID of the Trello webhook to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloWebhook


Delete a specific Trello webhook.

Parameters

  • authentication_token (string, required) The authentication token for the Trello to authorize the deletion of the webhook.
  • webhook_id (string, required) The ID of the Trello webhook to delete.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateWebhookToken


Update a Trello webhook associated with a token.

Parameters

  • authentication_token (string, required) The token used for authentication to update the Trello webhook.
  • webhook_id (string, required) ID of the Trello webhook to be updated.
  • webhook_description (string, optional) Provide a description to display when retrieving webhook information.
  • callback_url (string, optional) The URL to which the webhook will POST data.
  • webhook_object_id (string, optional) Provide the ID of the Trello object that the webhook is associated with. This ID is needed to identify which object the webhook should be updated for.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.DeleteTrelloToken


Delete a Trello API authentication token.

Parameters

  • trello_token (string, required) The authentication token to be deleted. This is required for access removal.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.AddTrelloWebhook


Create a new webhook on Trello.

Parameters

  • callback_url (string, required) A string for a valid URL that Trello can reach with HEAD and POST requests, used for receiving webhook payloads.
  • model_id_to_monitor (string, required) ID of the Trello model (e.g., board or card) to monitor for updates.
  • webhook_description (string, optional) Provide a description for the new webhook, with a length of 0 to 16384 characters.
  • webhook_is_active (boolean, optional) Indicates if the webhook is active and sending POST requests. True to activate, false to deactivate.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloWebhookById


Retrieve details of a Trello webhook by its ID.

Parameters

  • webhook_id (string, required) The unique identifier of the Trello webhook to retrieve.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.UpdateTrelloWebhook


Update a Trello webhook by its ID.

Parameters

  • webhook_id (string, required) The unique ID of the Trello webhook to update.
  • webhook_description (string, optional) Provide a description for the webhook, with a string length between 0 to 16384 characters.
  • callback_url (string, optional) A valid URL for the webhook to send POST and HEAD requests.
  • model_id_to_monitor (string, optional) ID of the Trello model that the webhook will monitor.
  • set_webhook_active (boolean, optional) True to activate the webhook for sending POST requests; false to deactivate.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.RemoveTrelloWebhook


Deletes a Trello webhook using its ID.

Parameters

  • webhook_id (string, required) The unique ID of the Trello webhook to be deleted.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

TrelloApi.GetTrelloWebhookField


Retrieve a specific field from a Trello webhook.

Parameters

  • webhook_id (string, required) The unique identifier of the Trello webhook to retrieve information from.
  • webhook_field_to_retrieve (string, required) Specify the webhook field to retrieve. Options: active, callbackURL, description, idModel, consecutiveFailures, firstConsecutiveFailDate.

Secrets

This requires the following secrets: TRELLO_API_KEY, TRELLO_TOKEN (learn how to configure secrets)

Last updated on