Trello
Trello
Connect your Trello data to Airweave
Overview
The Trello connector allows you to sync data from Trello into Airweave, making it available for search and retrieval by your agents.
Configuration
TrelloSource
Trello source implementation.
This connector retrieves data from Trello objects such as Organizations, Boards, Lists, Cards, Members, and Actions, then yields them as entities using their respective Trello entity schemas. This version also utilizes the ‘breadcrumb’ pattern to reflect the hierarchy: Organization → Board → List → Card
Authentication
This connector uses Trello authentication.
Please refer to the Airweave documentation for authentication details.
Entities
The following data models are available for this connector:
TrelloOrganizationEntity
Schema for Trello organization (Workspace) entities.
Organizations (or Workspaces) in Trello are containers for boards that are shared among team members.
TrelloBoardEntity
Schema for Trello board entities.
Boards in Trello are the containers for lists and cards, representing projects or workflows.
TrelloListEntity
Schema for Trello list entities.
Lists in Trello are vertical columns on a board that contain cards and represent stages in a workflow.
TrelloCardEntity
Schema for Trello card entities.
Cards in Trello represent tasks or items within a list, containing details and supporting attachments.
TrelloMemberEntity
Schema for Trello member entities.
Members in Trello are users who can interact with boards, lists, and cards based on their permissions.
TrelloActionEntity
Schema for Trello action entities.
Actions in Trello represent activities or changes made to boards, lists, or cards.