Trello
Trello
This connector enables AI agents and RAG systems to retrieve context from Trello through Airweave’s unified search layer.
Configuration
Trello source connector integrates with the Trello API using OAuth1.
Connects to your Trello boards and syncs boards, lists, cards, checklists, and members.
Note: Trello uses OAuth1.0, not OAuth2.
Authentication
This connector uses OAuth 2.0 authentication. You can connect through the Airweave UI or API using the OAuth flow.
Supported authentication methods:
- OAuth Browser Flow (recommended for UI)
- Auth Provider (enterprise SSO)
Configuration Options
This connector does not have any additional configuration options.
Data Models
The following data models are available for this connector:
TrelloBoardEntity
Schema for Trello board entities.
Reference: https://developer.atlassian.com/cloud/trello/rest/api-group-boards/
TrelloListEntity
Schema for Trello list entities (columns on a board).
Reference: https://developer.atlassian.com/cloud/trello/rest/api-group-lists/
TrelloCardEntity
Schema for Trello card entities.
Reference: https://developer.atlassian.com/cloud/trello/rest/api-group-cards/
TrelloChecklistEntity
Schema for Trello checklist entities.
Reference: https://developer.atlassian.com/cloud/trello/rest/api-group-checklists/
TrelloMemberEntity
Schema for Trello member (user) entities.
Reference: https://developer.atlassian.com/cloud/trello/rest/api-group-members/