Chat with Trello and automate it — get board by action id in Trello, on demand or on a schedule. One-click connect, then use it across web, WhatsApp, Telegram, Instagram, Messenger and LINE.
Project Management
A web-based, kanban-style, list-making application..
From any chat
100+ Trello actions, run in plain language from the web or any messaging app — WhatsApp, Instagram, Telegram, Messenger or LINE. Just ask; Mira maps it to the right action and runs it on your account.
Deprecated: use `get actions board by id action` instead. retrieves details for the trello board associated with a specific action id, returning board information only.
Deprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.
Retrieves the trello list associated with a specific trello action id, for actions linked to a list. <<DEPRECATED use get_actions_list_by_id_action>>
Creates a new trello board; the 'name' parameter is required for creation, and various preferences can be customized or cloned from a source board.
Generates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.
Creates a new, initially empty checklist with a given name on an existing and accessible trello board.
Generates a new email key for the trello board specified by idboard to enable or reset adding cards via email; this invalidates any previously existing email key for the board.
Creates a new label on an existing trello board.
Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
Marks the trello board specified by idboard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific list...
Enables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
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.
Adds an attachment to a trello card by `idcard`; specify either a `file` to upload or a `url` to link, but not both.
Adds a new check item to an existing checklist on a specific trello card.
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 `...
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.
Assigns a trello member to a specific trello card by card id (or short link) and member id.
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...
Casts a 'yes' vote for a specified member on a trello card; a member can only vote once per 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.
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 struc...
Adds a new check item to a specified trello checklist; this action does not update existing check items.
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.
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...
Archives all cards in a trello list; while cards can be restored via the trello interface, this action does not provide an unarchive function.
Creates a new card in a trello list, which must be specified by an existing and accessible `idlist`.
Moves all cards from a trello list to a *different* board; this action is irreversible, moves (not copies) cards, and empties the source list without deleting it.
Updates a trello member's avatar using a base64-encoded image; the `file` field, though schema-optional, requires valid image data for a successful update.
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.
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.
Adds a new custom board background for a specified trello member; the `file` parameter (image data) is required.
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.
Uploads a custom sticker to a trello member's collection, if the member's plan allows custom stickers and respects associated limits.
Creates a new saved search with a specified name, position, and query for a trello member.
Marks all trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.
Creates a new trello organization (workspace) with a `displayname` (required), and optionally a description, website, and various preferences (e.g., board visibility, member inv...
Sets or updates the logo for a trello organization; the provided image file must adhere to trello's format and size restrictions.
Creates or updates a trello user session, optionally linking it to a specific board for status updates and setting the user's activity status.
Creates a webhook for a trello token to monitor a trello model (`idmodel`) and send notifications to a `callbackurl`, which must be publicly accessible and able to respond to tr...
<<deprecated: this action is deprecated. please use 'add boards' instead.>> creates a new trello board, requiring the 'name' parameter.
Deprecated: use `get boards cards by id board by filter`. retrieves cards from a trello board using a filter.
Fetches comprehensive details for a specific trello board by its id; this is a read-only action. <<DEPRECATED use get_boards_by_id_board>>
Deprecated (use `get boards cards by id board`): retrieves cards from an existing trello board, allowing filtering and customization of fields for cards, attachments, and members.
Deprecated: retrieves lists from a specified trello board; use `get boards lists by id board`.
(deprecated: use add cards) creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
Deprecated: use `get cards by id card`. retrieves a trello card by id/shortlink, with options for related data.
(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a trello card.
Updates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. <<DEPR...
Deprecated: moves a trello card to a different list on the same board. use `update cards id list by id card` instead.
Updates a trello card's position within its list to 'top', 'bottom', or a specified 1-indexed positive integer.<<DEPRECATED use update_cards_pos_by_id_card>>
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 customiz...
Deletes a specific trello action, such as a `commentcard`, by its id; this is an irreversible operation and only applies to deletable action types, as many (especially system-ge...
Permanently removes a current member from a trello board, revoking their access; this action is irreversible.
Disables a power-up on a trello board using the board's id and the plugin id of a power-up currently enabled on that board; this action is irreversible and may result in data loss.
Deletes a specific comment action (identified by `idaction`) from a trello card (identified by `idcard`); this operation is irreversible and only affects comments.
Permanently removes a specified attachment from a trello card; this action is irreversible and requires that both the card and the attachment exist.
Permanently deletes an archived trello card specified by its `idcard`.
Permanently deletes a specific checklist from a trello card.
Removes a specific label from a trello card; the label itself is not deleted from the board, only its association with the card.
Removes a currently assigned member from a trello card, affecting only the card's member list and not the member's board membership or overall permissions.
Permanently removes a specific `color` label from an existing trello card identified by `idcard`, if the card has that label; this only disassociates the label from the card, no...
Removes a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
Permanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).
Permanently deletes a specific check item from a checklist on a trello card; this operation is irreversible and only affects the specified item, not the entire checklist.
Permanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.
Permanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.
Permanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.
Deletes a custom sticker from a trello member's collection; this permanent action is only available for custom stickers within a trello workspace on a paid plan.
Permanently deletes a specific saved search for a trello member, used when the search is outdated or no longer needed.
Removes a specific starred board (identified by `idboardstar`) from a trello member's (identified by `idmember`) list of favorites; `idboardstar` must be an existing star for th...
Permanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.
Deletes an existing trello organization's custom logo, restoring its default and leaving other settings unchanged; if no custom logo exists, it succeeds without effect.
Removes a member entirely from a specific trello organization, including from all its boards and cards; this action is permanent and does not delete the member's trello account.
Permanently removes a member from a trello organization by id, revoking all access to its content; re-invitation is required for renewed access, and this does not delete the mem...
Removes a previously set email domain invitation restriction for a trello organization.
Irreversibly deletes an associated email domain from a trello organization's preferences to update email domain restrictions for workspace membership; the domain must be current...
Deletes a specific trello api token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to invalidate compromised or unne...
Deletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
Permanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
Dismisses a specific one-time message for an existing trello member, preventing it from being displayed again.
Retrieves details for the trello board associated with a specific action id, returning board information only.
Retrieves a specified `field` from the trello board associated with the provided trello `idaction`.
Retrieves detailed information about a specific trello action by its id.
Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a trello action using its unique id.
Retrieves trello card details for a given `idaction`, which must be an action specifically linked to a card; returns only card data, not action details.
Retrieves a specific field from the trello card associated with the given action id.
Retrieves a display-friendly representation of an existing and accessible trello action for ui/report purposes, providing presentation-focused data instead of full raw details a...
Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.
Retrieves the trello list associated with a specific trello action id, for actions linked to a list.
Retrieves a specific field of the list associated with a trello action, returning only that single field's value.
Retrieves specified details of the trello member who performed the action identified by `idaction`; information is specific to this action's context, not the member's full profile.
Fetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.
Retrieves details about the trello member who created the action with the given `idaction`.
Gets information about the creator of a trello action.
Fetches the organization details for a given trello action, if the action has an associated organization.
Retrieves the value of a specific `field` for the organization associated with a trello `idaction`; use if the action has an organization and you need only that field (e.g., 'na...
Executes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.
Retrieves actions (e.g., card creations, comments) for a trello board by its id, useful for activity tracking; the board must exist.
Retrieves board stars (user-marked favorites) for a specified trello board, where `idboard` must be an existing board; use to list a user's starred boards or all stars on a part...
Showing the first 100 — Trello has even more actions. Connect it in chat to browse and run the full set.
Chat or automate
Ask once, or set it and forget it. Turn Trello actions into recurring vMira workflows — scheduled runs and Trello event triggers that run on their own and deliver straight to your chat on any platform.
Mira get board by action id and sends the result to your chat.
Mira kicks off a workflow automatically — Trello ships 5 event triggers.
Mira chains several Trello actions into one recurring workflow, delivered wherever you chat.
Try asking
“Get board by action id in Trello”
“Get action by ID in Trello”
“Get an action's list in Trello”
“Add board in Trello”
“Generate board calendar key in Trello”
One minute to connect
01
On the web app or in WhatsApp, Telegram, Instagram or Messenger.
02
Tell Mira what you want done — e.g. “Get board by action id in Trello.”
03
Mira opens a secure, least-privilege link to Trello. Approve it once; revoke anytime in settings.
FAQ
Yes. Connect Trello to vMira and run it from any chat in one click. Mira turns your plain-language request into the right Trello action and runs it on your account.
100+ Trello actions — including Get board by action id, Get action by ID, Get an action's list. Just ask in plain language once it is connected.
Yes. Beyond one-off asks, build recurring vMira workflows — scheduled runs and Trello event triggers that chain Trello actions and deliver the result to your chat automatically.
The web at vmira.ai and inside WhatsApp, Instagram, Telegram, Messenger and LINE — one account, with your history and connected apps following you across every surface.
You can start free. Paid plans (from $4/mo) raise the limits and unlock heavier use, the top models, and more workflow runs. The same account works on the web and every messaging app.
Related
Every AI. Up to 200× the usage. From $4 a month.