Actions
| Name | Description |
|---|---|
create_cardCreate a new card in Trello | Create a new card in Trello |
get_cardGets a card by ID. | Gets a card by ID. |
update_cardUpdates an existing card. | Updates an existing card. |
delete_cardDeletes an existing card. | Deletes an existing card. |
get_card_attachmentsGets all attachments on a card. | Gets all attachments on a card. |
add_card_attachmentAdds an attachment to a card. | Adds an attachment to a card. |
get_card_attachmentGets a specific attachment on a card. | Gets a specific attachment on a card. |
delete_card_attachmentDeletes an attachment from a card. | Deletes an attachment from a card. |
Triggers
| Name | Description |
|---|---|
card_moved_to_listTrigger when a card is moved to the list specified | Trigger when a card is moved to the list specified |
new_cardTrigger when a new card is created | Trigger when a new card is created |
deadlineTriggers at a specified time before a card deadline. | Triggers at a specified time before a card deadline. |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'trello',
actionName: 'create_card',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Trello to my app?
Use Weavz Hosted Connect for Basic Auth authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Trello support?
Trello supports 8 actions including Create Card, Get Card, Update Card, Delete Card, Get All Card Attachments, and more.
Can I use Trello with AI agents?
Yes. Add Trello to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Trello use?
Trello uses Basic Auth. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Trello integration cost?
The Trello integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
What triggers does Trello support?
Trello supports 3 triggers including Card Moved to list, New Card, Card Deadline.
Connect Trello in 2 minutes
Get 1,000 free actions every month. No credit card required.