Connect the Integration
Setting up the Trello integration with Relevance AI is straightforward:- Navigate to the Integrations & App Keys section in your Relevance AI dashboard
- Find and select “Trello” from the available integrations
- Click “Connect”
- You’ll be redirected to Trello to authorize the connection
- Log in to your Trello account (or create one if needed)
- Review and approve the permissions requested
- Once authorized, you’ll be redirected back to Relevance AI with the integration active
Available triggers
The Trello integration allows you to set up triggers that automatically activate your AI agents when specific events occur in your Trello boards. Most Trello triggers are instant (webhook-based), meaning your agents respond in real-time as soon as changes happen — whether it’s a new card being created, a comment being added, or a card moving between lists. This enables powerful automation workflows that keep your team productive without manual intervention. The following trigger options are available, organized by category:Card-Related Triggers
Card-Related Triggers
Comment & Collaboration Triggers
Comment & Collaboration Triggers
Stay informed about team discussions and collaboration activities.
- New Comment Added to Card (Instant) — Triggers immediately when someone adds a comment to any card. Great for monitoring discussions, extracting action items, or routing questions to the right team members.
- New Member on Card (Instant) — Triggers when a team member is added to a card. Use this to send welcome messages, provide context, or update assignment tracking systems.
Label Triggers
Label Triggers
Automate workflows based on card categorization and organization.
- New Label Created (Instant) — Triggers when a new label is created on a board. Useful for maintaining label consistency across multiple boards or updating documentation.
- New Label Added To Card (Instant) — Triggers when a label is applied to a card. Perfect for routing cards to specific workflows based on priority, category, or department labels.
Checklist Triggers
Checklist Triggers
Monitor task breakdown and subtask management.
- New Checklist (Instant) — Triggers when a new checklist is added to any card on a board. Use this to track task decomposition or ensure proper subtask templates are being used.
Board & Activity Triggers
Board & Activity Triggers
Track high-level board changes and comprehensive activity monitoring.
- New Board (Instant) — Triggers when a new board is created in your Trello workspace. Ideal for setting up board templates, applying default settings, or notifying administrators.
- New Board Activity (Instant) — Triggers for any activity on a board with extensive filtering options. This is the most flexible trigger, allowing you to monitor multiple activity types simultaneously (card creation, updates, comments, member changes, etc.).
- New Notification — Triggers when you receive a new Trello notification. Use this to centralize all your Trello alerts or create custom notification routing.
Attachment Triggers
Attachment Triggers
Monitor file and document additions to cards.
- New Attachment (Instant) — Triggers when a file or link is attached to any card on a board. Perfect for processing uploaded documents, backing up files, or extracting information from attachments.
Advanced Triggers
Advanced Triggers
Highly customizable triggers for complex automation scenarios.
- Custom Webhook Events (Instant) — The most powerful trigger option, allowing you to create highly specific conditions by combining multiple filters:
- Filter by specific boards
- Filter by event types (create, update, delete, etc.)
- Filter by specific lists
- Filter by specific cards
- Combine multiple conditions for precise control
Practical use cases
Here are some powerful ways to use Trello triggers with Relevance AI:Automated Task Assignment
When a new card is created in your “Incoming Requests” list, automatically analyze the card content and assign it to the appropriate team member based on keywords or workload.
Status Update Notifications
When a card moves to your “Completed” list, automatically send a summary email to stakeholders and update your project management dashboard.
Comment Analysis
When a new comment is added, use AI to detect questions, action items, or escalations, then route them appropriately or create follow-up tasks.
Due Date Management
Set up reminders that trigger 24 hours before a card is due, sending personalized notifications and checking if all checklist items are complete.
Label-Based Routing
When a “Priority” or “Urgent” label is added to a card, automatically notify relevant team members and escalate to management if needed.
Document Processing
When an attachment is added to a card, automatically extract key information, generate summaries, or validate document completeness.
Tool steps for Trello
The Trello integration provides a rich set of actions that your agents can use to interact with Trello. These actions can be incorporated into your agent’s workflows to automate tasks.Add Checklist
Use a Tool step to add a checklist to your Trello card.
Add Comment
Use a Tool step to add a comment to your Trello card.
Archive Card
Use a Tool step to archive a Trello Card from Relevance AI.
Create a Checklist Item
Use a Tool step to add a checklist item to a checklist in Trello.
Use the integration’s API tool step (advanced)
In addition to the pre-built actions available in the tool directory, you can build custom tools that perform Trello-specific activities using the Trello API Call tool step:- Create a new tool in Relevance AI.
- Scroll down to Tool steps.
- Add the Trello API Tool step.
- Select your connected Trello account in the dropdown.
- Configure the API endpoint, method, and parameters according to your needs.
You can find Trello’s API documentation here.
Frequently asked questions (FAQs)
What permissions does the Trello integration require?
What permissions does the Trello integration require?
The integration requires read and write access to your Trello boards, lists, and cards. When you connect your Trello account, you’ll be asked to authorize Relevance AI to access your Trello data. You can review the specific permissions during the OAuth authorization process.
Can I restrict my agent to only access certain boards?
Can I restrict my agent to only access certain boards?
Yes, when configuring triggers, you can specify which boards to monitor. For tool steps, you control which boards your agent interacts with through the board ID parameters in your workflows. Your agent will only access the boards you explicitly configure.
Why isn't my trigger firing when I make changes in Trello?
Why isn't my trigger firing when I make changes in Trello?
If your trigger isn’t activating, check the following:
- Verify your Trello integration is still connected (re-authenticate if needed)
- Confirm the trigger is configured for the correct board
- Check that the specific event type matches your trigger (e.g., “Card Moved” vs “Card Updated”)
- For non-instant triggers, ensure the polling frequency has elapsed
What's the difference between 'Card Updated' and 'Card Moved' triggers?
What's the difference between 'Card Updated' and 'Card Moved' triggers?
Card Updated triggers whenever any property of a card changes (title, description, due date, attachments, etc.), including when a card moves. Card Moved is more specific and only triggers when a card moves from one list to another. Use Card Moved for stage-based workflows; use Card Updated for comprehensive change monitoring.
Can I use the Trello integration with multiple Trello accounts?
Can I use the Trello integration with multiple Trello accounts?
Yes, you can connect multiple Trello accounts by adding separate integrations for each account. Each integration will appear with its account name in your integrations list, and you can select the appropriate account when configuring triggers or tool steps.
Are there rate limits for Trello API calls?
Are there rate limits for Trello API calls?
Yes, Trello enforces API rate limits (typically 100 requests per 10 seconds per token). Relevance AI manages these limits automatically for pre-built tool steps. If you’re using the API Call tool step for high-volume operations, be mindful of rate limiting and implement appropriate delays in your workflows.
How do I find my board, list, or card IDs for API calls?
How do I find my board, list, or card IDs for API calls?
The easiest way to find IDs is to open the board, list, or card in Trello and add
.json to the end of the URL. For example, https://trello.com/b/abc123/board-name.json will show the board’s data including its ID. Alternatively, use the Trello API to list your boards and retrieve IDs programmatically.Can I create custom workflows that span multiple Trello boards?
Can I create custom workflows that span multiple Trello boards?
Absolutely! You can configure triggers to monitor one board and use tool steps to create or update cards on different boards. This enables powerful cross-board automation, such as syncing tasks between team boards or escalating items to management boards.

