Beyond-Bot.ai + trello
A web-based, kanban-style, list-making application.
What You Can Do with this Integration
Automate Data Entry
Automatically sync new contacts or deals from Beyond-Bot.ai to trello.
Enrich Customer Profiles
Use Beyond-Bot.ai to find and add new information to your records in trello.
Trigger Workflows
Start automated workflows in trello based on conversations with your virtual expert.
Available Actions
Here are the specific actions your virtual expert can perform within trello.
Get Board By Action Id
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.
Get Action By Id
Deprecated: use `get actions by id action` instead. retrieves detailed information about a specific trello action by its id.
Get An Action'S List
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>>
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.
Generate Board Calendar Key
Generates a new calendar key for the trello board specified by `idboard`, invalidating any previous key for that board.
Add Checklist To Board
Creates a new, initially empty checklist with a given name on an existing and accessible trello board.
Generate Email Key For 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.
Add A Label To A Board
Creates a new label on an existing trello board.
Add New List To Board
Creates a new, empty list on a specified, existing trello board, typically used as a column or category for organizing cards.
Mark Board As Viewed
Marks the trello board specified by idboard as viewed for the current user, exclusively updating its viewed status and potentially influencing its position in user-specific lists and notification settings.
Add Board Power-Up
Enables the power-up specified by the 'value' parameter on the board; processes one power-up enablement per call.
Add Card
Creates a new card in a trello list; `idlist` is required, and if `idcardsource` is used, the source card must be accessible.
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 Check Item To Checklist
Adds a new check item to an existing checklist on a specific trello card.
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 Card Member By Id
Assigns a trello member to a specific trello card by card id (or short link) and member id.
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 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 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 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.
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.
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.
Add Card To List
Creates a new card in a trello list, which must be specified by an existing and accessible `idlist`.
Move All Cards In List To Board
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.
Upload Member Avatar
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.
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; the `file` parameter (image data) is required.
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.
Mark All Notifications As Read
Marks all trello notifications for the authenticated user as read across all boards; this action is permanent and cannot be undone.
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).
Add Organization Logo
Sets or updates the logo for a trello organization; the provided image file must adhere to trello's format and size 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.
Add Token Webhook
Creates a webhook for a trello token to monitor a trello model (`idmodel`) and send notifications to a `callbackurl`, which must be publicly accessible and able to respond to trello's head validation request.
Add Board
<<deprecated: this action is deprecated. please use 'add boards' instead.>> creates a new trello board, requiring the 'name' parameter.
Get Cards By Filter From Board
Deprecated: use `get boards cards by id board by filter`. retrieves cards from a trello board using a filter.
Get Board By Id
Fetches comprehensive details for a specific trello board by its id; this is a read-only action. <<DEPRECATED use get_boards_by_id_board>>
Get Cards By Board Id
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.
Get Board'S Lists
Deprecated: retrieves lists from a specified trello board; use `get boards lists by id board`.
Add Card
(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.
Get Card By Id
Deprecated: use `get cards by id card`. retrieves a trello card by id/shortlink, with options for related data.
Get Card Field By Id
(deprecated: use `get cards by id card by field` instead) retrieves the value of a single, specified field from a trello card.
Update Card Attributes
Updates an existing trello card's attributes like name, description, due date, members, labels, position, or archives/unarchives it, attaches files, or changes its cover. <<DEPRECATED use update_cards_by_id_card>>
Update Card List Id
Deprecated: moves a trello card to a different list on the same board. use `update cards id list by id card` instead.
Update Card Position
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>>
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.
Delete Action By Id
Deletes a specific trello action, such as a `commentcard`, by its id; this is an irreversible operation and only applies to deletable action types, as many (especially system-generated) actions cannot be deleted.
Delete Member From Board
Permanently removes a current member from a trello board, revoking their access; this action is irreversible.
Delete Power-Up From Board
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.
Delete Card Action Comment
Deletes a specific comment action (identified by `idaction`) from a trello card (identified by `idcard`); this operation is irreversible and only affects comments.
Delete Card Attachment
Permanently removes a specified attachment from a trello card; this action is irreversible and requires that both the card and the attachment exist.
Delete Card By Id
Permanently deletes an archived trello card specified by its `idcard`.
Delete Card Checklist
Permanently deletes a specific checklist from a trello card.
Remove Label From Card
Removes a specific label from a trello card; the label itself is not deleted from the board, only its association with the card.
Remove Member From 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.
Delete Card Label By Color
Permanently removes a specific `color` label from an existing trello card identified by `idcard`, if the card has that label; this only disassociates the label from the card, not deleting the label definition itself.
Delete Member Vote From Card
Removes a member's vote from a trello card; this operation is irreversible and does not confirm if the vote existed prior to removal.
Delete Card Sticker
Permanently removes a specific sticker (identified by `idsticker`) from a trello card (identified by `idcard`).
Delete Checklist Item
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.
Delete Checklist By Id
Permanently and irreversibly deletes a trello checklist and all its items using the `idchecklist`.
Delete Label By Id
Permanently deletes an existing label from a trello board by its id; this operation is irreversible via the api.
Delete Member Board Background
Permanently deletes a specific custom board background belonging to the specified trello member; this operation cannot be undone.
Delete Member Custom Sticker
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.
Delete Member Saved Search
Permanently deletes a specific saved search for a trello member, used when the search is outdated or no longer needed.
Delete Member Board Star
Removes a specific starred board (identified by `idboardstar`) from a trello member's (identified by `idmember`) list of favorites; `idboardstar` must be an existing star for that member.
Delete Organization By Id
Permanently deletes a trello organization and all its associated data; this action is irreversible and requires caution.
Delete Organization Logo By Id
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.
Delete Member From Organization
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.
Delete Organization Member By Ids
Permanently removes a member from a trello organization by id, revoking all access to its content; re-invitation is required for renewed access, and this does not delete the member's trello account.
Delete Org Invite Restriction
Removes a previously set email domain invitation restriction for a trello organization.
Delete Org Associated Domain
Irreversibly deletes an associated email domain from a trello organization's preferences to update email domain restrictions for workspace membership; the domain must be currently associated for removal.
Delete Token
Deletes a specific trello api token, identified by its value in the path, permanently revoking its access; this action is irreversible and used to invalidate compromised or unneeded tokens.
Delete Token Webhook By Id
Deletes an existing webhook, specified by its `idwebhook`, thereby stopping its notifications.
Delete Webhook By Id
Permanently deletes an existing trello webhook by its `idwebhook`, an irreversible action that stops future notifications.
Dismiss Member Message
Dismisses a specific one-time message for an existing trello member, preventing it from being displayed again.
Get Board By Action Id
Retrieves details for the trello board associated with a specific action id, returning board information only.
Get Action'S Board Field
Retrieves a specified `field` from the trello board associated with the provided trello `idaction`.
Get Action By Id
Retrieves detailed information about a specific trello action by its id.
Get Action Field By Id
Retrieves the value of a specific field (e.g., 'data', 'date', 'type') from a trello action using its unique id.
Get Card By Action 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.
Get Action'S Card Field
Retrieves a specific field from the trello card associated with the given action id.
Get Action Display By 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 and without altering the action.
Get Action Entities By Id
Retrieves all entities (e.g., boards, lists, cards, members) associated with a specific, existing trello action id.
Get An Action'S List
Retrieves the trello list associated with a specific trello action id, for actions linked to a list.
Get Field Of Action'S List
Retrieves a specific field of the list associated with a trello action, returning only that single field's value.
Get Action'S Member By Id
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.
Get Member Action Field By Id
Fetches a specific field of a member for a trello action, returning only one field per call for optimized data retrieval.
Fetch Action Member Creator
Retrieves details about the trello member who created the action with the given `idaction`.
Get Action Member Creator Field
Gets information about the creator of a trello action.
Fetch Organization Action By Id
Fetches the organization details for a given trello action, if the action has an associated organization.
Get Action'S Organization Field
Retrieves the value of a specific `field` for the organization associated with a trello `idaction`; use if the action has an organization and you need only that field (e.g., 'name', 'id', 'url').
Get Batch
Executes multiple trello api get requests in a single batch operation for efficient bulk data retrieval.
Get Board Actions By Id
Retrieves actions (e.g., card creations, comments) for a trello board by its id, useful for activity tracking; the board must exist.
Get Board Stars By Board Id
Retrieves board stars (user-marked favorites) for a specified trello board, where `idboard` must be an existing board; use to list a user's starred boards or all stars on a particular board.