eavz
Trello

Trello

Project management tool for teams

8 actions
3 triggers

Actions

Name
create_card

Create a new card in Trello

get_card

Gets a card by ID.

update_card

Updates an existing card.

delete_card

Deletes an existing card.

get_card_attachments

Gets all attachments on a card.

add_card_attachment

Adds an attachment to a card.

get_card_attachment

Gets a specific attachment on a card.

delete_card_attachment

Deletes an attachment from a card.

Triggers

Name
card_moved_to_list

Trigger when a card is moved to the list specified

new_card

Trigger when a new card is created

deadline

Triggers at a specified time before a card deadline.

Quick Start

TypeScript
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.