All connectors
Trello integration
A web-based, kanban-style, list-making application.
Connect Trello to Xenition and work with it from chat, from an agent, or on a schedule — alongside every other app you have connected, in one workspace.
What you can do with Trello
Ask in plain language and Xenition calls the right one:
- Add board — Creates a new Trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
- Add new list to board (Deprecated) — DEPRECATED: Use TRELLO_LIST_CREATE_LIST instead. Creates a new, empty list on a specified, existing Trello board, typically used as a column or category for organizing cards.
- Add card — Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.
- Add comment to card — Adds a new text comment, which can include @mentions, to a Trello card specified by its ID; file attachments are not supported via this action.
- Add attachment to card — Adds an attachment to a Trello card by `idCard`; specify either a `file` to upload or a `url` to link, but not both.
- Add checklist to card via id — Adds a checklist to a Trello card: use `value` to add a specific existing checklist, `idChecklistSource` to create a new checklist by copying an existing one (optionally using `name` for the new checklist's name), or `name` to create a new empty checklist from scratch.
- Add label to card — Adds an existing label to a Trello card; `idCard` identifies the card and `value` is the ID of the label to add. Both card and label must already exist.
- Add member vote to card — Casts a 'yes' vote for a specified member on a Trello card; a member can only vote once per card.
- Add checklist to card — Creates a new checklist on a Trello card, either by name or by copying from `idChecklistSource`, targeting an `idCard` or `idBoard`; this action creates only the checklist structure, not its items.
- Add check item to checklist — Adds a new check item to a specified Trello checklist; this action does not update existing check items.
- Add check item to checklist (Deprecated) — DEPRECATED: Use TRELLO_ADD_CHECKLISTS_CHECK_ITEMS_BY_ID_CHECKLIST instead. Adds a new check item to an existing checklist on a specific Trello card.
- Create label on board — Creates a new label with a specified name (required) and color on a Trello board (idBoard required); this action defines the label but does not apply it to cards.
- Add new list to board — Creates a new list on a specified Trello board, with options to copy an existing list, set its position, initial state (archived/subscribed), and does not modify existing lists or move cards.
- Add card to list (Deprecated) — DEPRECATED: Use TRELLO_CARD_CREATE_AND_UPDATE instead. Creates a new card in a Trello list, which must be specified by an existing and accessible `idList`.
- Add card member by id — Assigns a Trello member to a specific Trello card by card ID (or short link) and member ID.
- Archive all cards in list — Archives all cards in a Trello list; while cards can be restored via the Trello interface, this action does not provide an unarchive function.
- Convert checklist item to card — Converts a checklist item into a new card (useful for promoting a subtask), which inherits some properties from the item; this is irreversible via the API and offers no customization during conversion.
- Add reaction to action — Tool to add a new emoji reaction to a Trello action. Use when acknowledging comments or actions with reactions.
- Add a label to a board — Creates a new label on an existing Trello board.
- Add labels to card — Adds a label to an existing Trello card (specified by `idCard`), defining the label by `name` and either `color` or the overriding `value` (which specifies color by name); a new label is created on the board if a matching one (by name/color combination) doesn't already exist.
- Add sticker to card — Adds a sticker to a Trello card, using a default sticker name (e.g., 'taco-cool') or a custom sticker ID for the image, and allows specifying its position, rotation, and z-index.
- Add member board background — Adds a new custom board background, from an image file, to a specified Trello member's collection, making it available for their use but not applying it to any board.
- Add board star to member — Stars a Trello board for a member (does not remove or list stars), optionally at a specified position; the board must exist and be accessible to the member.
- Add custom board background for a member — Adds a new custom board background for a specified Trello member; either a `file` (image upload) or a `url` (external image URL) must be provided.
- Add custom emoji for a member — Adds a new custom emoji using an image file and a unique name to a Trello member's account; this emoji is member-specific and not shared across the workspace.
- Add custom sticker for member — Uploads a custom sticker to a Trello member's collection, if the member's plan allows custom stickers and respects associated limits.
- Add saved search for member — Creates a new saved search with a specified name, position, and query for a Trello member.
- Create organization — Creates a new Trello organization (Workspace) with a `displayName` (required), and optionally a description, website, and various preferences (e.g., board visibility, member invitation restrictions).
- Create new session — Creates or updates a Trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.
- Create webhook — Tool to create a new Trello webhook for monitoring changes to a board, card, list, or member. Use when you need to set up real-time notifications for model changes. The callback URL must be publicly accessible and respond to HEAD requests for validation.
…and 20 more Trello actions available in the workspace.
Give an agent access to Trello
An agent you create can use Trello on your behalf and keep working while you do something else. Every action an agent takes goes through an approval gate first, so nothing touches your Trello account without you agreeing to it.
Other connectors
Frequently asked questions
How do I connect Trello to Xenition?
Open the connectors directory in Xenition, find Trello, and sign in when the authorisation window opens. The connection is managed for you — there is no API key to create, paste or rotate.
What can Xenition do with Trello?
Xenition can run 50 different Trello actions, including Add board, Add new list to board (Deprecated), Add card. You ask in plain language and the right one is called for you.
Can an agent use Trello on my behalf?
Yes. Agents can use Trello while you do something else, and every action passes through an approval gate before it runs.
Is there a free plan?
Yes. Xenition starts free with 25,000 credits a month and no credit card, and all connectors are available on every plan.