# Trello

Trello is a visual project management tool that organizes work into boards, lists, and cards. Teams use it to track tasks, assign responsibilities, and manage workflows across projects. Connecting Trello to Coupler.io lets you pull your board data into spreadsheets, dashboards, or AI tools — automatically and on a schedule.

**Why connect Trello to Coupler.io?**

* Export board cards, card activity, and checklist items into Google Sheets, Excel, BigQuery, or Looker Studio
* Send Trello data to AI tools like ChatGPT, Claude, or Gemini to summarize progress, flag blockers, or generate reports
* Combine data from multiple Trello boards using the Append transformation
* Keep your destination always up to date with scheduled refreshes

## Prerequisites

* A Trello account with access to the board(s) you want to export
* The URL of the Trello board you want to connect (you'll need this during setup)
* Coupler.io account (free plan works)

## Quick start

{% hint style="success" %}
If you want a ready-made report, check if a Trello template is available in the Coupler.io template gallery — it can save you setup time.
{% endhint %}

## How to connect

{% stepper %}
{% step %}
**Create a new data flow.** In Coupler.io, click **Add data flow**, then search for and select **Trello** as your source.
{% endstep %}

{% step %}
**Authorize your Trello account.** Click **Connect** and sign in to Trello via OAuth. Coupler.io will ask for permission to read your boards — approve it.
{% endstep %}

{% step %}
**Select an entity and enter your board URL.** Choose what you want to import — Board cards, Cards updates, or Checklist items. Then paste the URL of the Trello board you want to pull data from. You can find the board URL in your browser's address bar when viewing the board in Trello.
{% endstep %}

{% step %}
**Choose a destination.** Select where you want your data to go — Google Sheets, Excel, BigQuery, Looker Studio, or an AI destination like ChatGPT, Claude, or Gemini. Follow the prompts to connect your destination account.
{% endstep %}

{% step %}
**Run your data flow.** Click **Run** to do a manual run. Once it completes successfully, your Trello data will appear in your destination.
{% endstep %}
{% endstepper %}

## Available entities

| Entity          | What it contains                                                                        |
| --------------- | --------------------------------------------------------------------------------------- |
| Board cards     | All cards on a board — names, descriptions, lists, labels, members, due dates, and more |
| Cards updates   | Activity log for cards — who did what and when (useful for tracking changes over time)  |
| Checklist items | Individual checklist tasks within cards, including completion status                    |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.coupler.io/sources/category/project-management/trello.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
