> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nekt.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Trello as a data source

> Bring data from Trello to Nekt.

Trello is a web-based list-making and task management application. Boards contain lists, and lists contain cards that represent tasks. The connector extracts members, boards, lists, cards, and board activity (actions).

<img width="25%" src="https://mintcdn.com/nekt/bInWwNyfY9sDz3N5/assets/logo/logo-trello.png?fit=max&auto=format&n=bInWwNyfY9sDz3N5&q=85&s=76d3dc7c8cf2ecd3b6438daef3afce18" alt="Trello" data-path="assets/logo/logo-trello.png" />

## Configuring Trello as a Source

In the [Sources](https://app.nekt.ai/sources) tab, click **Add source** in the top right, then select **Trello**. Click **Next** to open the account access step.

The connector requires your **API Key** and **Token**. The Secret field from your Trello app is not used.

### 1. Add account access

<Steps>
  <Step title="Open the Trello developer page">
    Go to [https://trello.com/app-key](https://trello.com/app-key) and log in if prompted.
  </Step>

  <Step title="Create an app (if needed)">
    If you have not created an app before, create one. Trello will then show a page with your **API Key** and **Secret**.
  </Step>

  <Step title="Copy your API Key">
    On that page, find **API Key**. This is the value you enter in the connector’s API Key field. Do not use the **Secret**; it is not used for this integration.
  </Step>

  <Step title="Generate your Token">
    On the same page, click the **token** link (under “Token”), or open this URL in your browser and replace `YOUR_API_KEY` with your actual API Key:

    `https://trello.com/1/authorize?expiration=never&scope=read,write&response_type=token&key=YOUR_API_KEY`

    Authorize the app when prompted. Trello will display a token string; copy it and paste it into the connector’s Token field.
  </Step>
</Steps>

Enter the API Key and Token in the connector form, then click **Next**.

### 2. Select streams

Choose which data streams you want to sync. You can select all streams or only those relevant to your analysis. The hierarchy is: **members** → **boards** → **lists** and **actions**; **lists** → **cards**.

> Tip: The stream can be found more easily by typing its name.

Select the streams and click **Next**.

### 3. Configure data streams

Customize how you want your data to appear in your catalog. Select the desired layer where the data will be placed, a folder to organize it inside the layer, a name for each table (which will effectively contain the fetched data), and the type of sync.

* **Layer**: Choose between the existing layers on your catalog. This is where you will find your new extracted tables as the extraction runs successfully.
* **Folder**: A folder can be created inside the selected layer to group all tables being created from this new data source.
* **Table name**: We suggest a name, but feel free to customize it. You have the option to add a **prefix** to all tables at once and make this process faster.
* **Sync Type**: You can choose between INCREMENTAL and FULL\_TABLE.
  * **Incremental**: Every time the extraction happens, we'll get only the new data—which is good if, for example, you want to keep every record ever fetched (used by default for the **actions** stream).
  * **Full table**: Every time the extraction happens, we'll get the current state of the data—which is good if, for example, you don't want to have deleted data in your catalog.

Once you are done configuring, click **Next**.

### 4. Configure data source

Describe your data source for easy identification within your organization, not exceeding 140 characters.

To define your [Trigger](https://docs.nekt.com/runs/scheduling-and-triggers), consider how often you want data to be extracted from this source. This decision usually depends on how frequently you need the new table data updated (every day, once a week, or only at specific times).

Optionally, you can define some additional settings:

* Configure Delta Log Retention and determine for how long we should store old states of this table as it gets updated. Read more about this resource [here](https://docs.nekt.com/get-started/core-concepts/resource-control).
* Determine when to execute an **Additional [Full Sync](https://docs.nekt.com/get-started/core-concepts/types-of-sync#additional-full-sync)**. This will complement the incremental data extractions, ensuring that your data is completely synchronized with your source every once in a while.

Once you are ready, click **Next** to finalize the setup.

### 5. Check your new source

You can view your new source on the [Sources](https://app.nekt.ai/sources) page. If needed, manually trigger the source extraction by clicking on the arrow button. Once executed, your data will appear in your Catalog.

<Warning>For you to be able to see it on your [Catalog](https://app.nekt.ai/catalog), you need at least one successful source run.</Warning>

# Streams and Fields

Below you'll find all available data streams from Trello and their corresponding fields. Streams are nested: **members** is the root; **boards** are children of members; **lists** and **actions** are children of boards; **cards** are children of lists.

<AccordionGroup>
  <Accordion title="Members">
    Stream for the authenticated member (you). One record per source; used as the parent for boards.

    | Field                                                                                                   | Type             | Description                                                                                                             |
    | :------------------------------------------------------------------------------------------------------ | :--------------- | :---------------------------------------------------------------------------------------------------------------------- |
    | `id`                                                                                                    | String           | Unique identifier of the member.                                                                                        |
    | `username`                                                                                              | String           | Username of the member on Trello.                                                                                       |
    | `fullName`                                                                                              | String           | Full display name of the member.                                                                                        |
    | `email`                                                                                                 | String           | Email address associated with the member account.                                                                       |
    | `url`                                                                                                   | String           | URL of the member's Trello profile.                                                                                     |
    | `aaId`                                                                                                  | String           | Atlassian Account ID.                                                                                                   |
    | `activityBlocked`                                                                                       | Boolean          | Whether activity is blocked for the member.                                                                             |
    | `avatarHash`, `avatarUrl`                                                                               | String           | Hash and URL of the member's avatar.                                                                                    |
    | `bio`                                                                                                   | String           | Short bio of the member.                                                                                                |
    | `bioData`                                                                                               | Object           | Structured bio data; `emoji` is stored as a JSON string.                                                                |
    | `confirmed`                                                                                             | Boolean          | Whether the member account is confirmed.                                                                                |
    | `initials`                                                                                              | String           | Member initials.                                                                                                        |
    | `memberType`                                                                                            | String           | Type of member.                                                                                                         |
    | `status`                                                                                                | String           | Member status.                                                                                                          |
    | `nodeId`                                                                                                | String           | GraphQL node ID.                                                                                                        |
    | `dateLastActive`, `dateLastImpression`                                                                  | DateTime         | Last active and last impression date.                                                                                   |
    | `idBoards`                                                                                              | Array of Strings | Board IDs the member has access to.                                                                                     |
    | `idOrganizations`                                                                                       | Array of Strings | Organization IDs the member belongs to.                                                                                 |
    | `idEnterprise`, `idMemberReferrer`, `idPremOrgsAdmin`, `idEnterprisesAdmin`, `idEnterprisesDeactivated` | String / Array   | Enterprise and referral identifiers.                                                                                    |
    | `limits`                                                                                                | Object           | Member limits (boards, orgs: status, disableAt, warnAt, totalPerMember).                                                |
    | `prefs`                                                                                                 | Object           | Member preferences (timezoneInfo, privacy, sendSummaries, locale, timezone, twoFactor, keyboardShortcutsEnabled, etc.). |
    | `products`, `loginTypes`, `oneTimeMessagesDismissed`, `trophies`, `premiumFeatures`                     | Array            | Products, login types, dismissed messages, trophies, premium features.                                                  |
    | `messagesDismissed`                                                                                     | Array of Objects | Dismissed messages (name, count, lastDismissed, \_id).                                                                  |
    | `nonPublic`                                                                                             | Object           | Non-public profile fields (fullName, initials, avatarUrl, avatarHash).                                                  |
    | `nonPublicAvailable`, `domainClaimed`, `marketingOptIn`, `isAaMastered`                                 | Boolean          | Profile and account flags.                                                                                              |
    | `gravatarHash`, `uploadedAvatarHash`, `uploadedAvatarUrl`, `avatarSource`                               | String           | Avatar-related fields.                                                                                                  |
    | `credentialsRemovedCount`                                                                               | Integer          | Count of removed credentials.                                                                                           |
    | `aaBlockSyncUntil`, `aaEmail`, `aaEnrolledDate`, `sessionType`                                          | String           | Atlassian and session fields.                                                                                           |
    | `ixUpdate`                                                                                              | String           | Index update (API may return string or number).                                                                         |
  </Accordion>

  <Accordion title="Boards">
    Stream for boards the member has access to. Each board is a container for lists and has an activity feed (actions).

    | Field                                                                     | Type              | Description                                                                                                                                                     |
    | :------------------------------------------------------------------------ | :---------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | `id`                                                                      | String            | Unique identifier of the board.                                                                                                                                 |
    | `name`                                                                    | String            | Name of the board.                                                                                                                                              |
    | `desc`                                                                    | String            | Description text of the board.                                                                                                                                  |
    | `closed`                                                                  | Boolean           | Whether the board is closed (archived).                                                                                                                         |
    | `url`, `shortUrl`, `shortLink`                                            | String            | URL and short link for the board.                                                                                                                               |
    | `dateLastActivity`, `dateLastView`, `dateClosed`, `datePluginDisable`     | DateTime          | Activity and view timestamps.                                                                                                                                   |
    | `nodeId`                                                                  | String            | GraphQL node ID.                                                                                                                                                |
    | `descData`                                                                | String            | Structured description data.                                                                                                                                    |
    | `creationMethod`, `creationMethodError`, `creationMethodLoadingStartedAt` | String / DateTime | Creation metadata.                                                                                                                                              |
    | `idOrganization`, `idEnterprise`, `idBoardSource`, `idMemberCreator`      | String            | Organization, enterprise, source board, and creator IDs.                                                                                                        |
    | `limits`                                                                  | Object            | Board limits (attachments, boards, cards, checklists, checkItems, customFields, customFieldOptions, labels, lists, stickers, reactions).                        |
    | `prefs`                                                                   | Object            | Board preferences (permissionLevel, voting, comments, cardCovers, background, calendarFeedEnabled, switcherViews, etc.).                                        |
    | `labelNames`                                                              | Object            | Label display names by color: green, yellow, orange, red, purple, blue, sky, lime, pink, black; plus green\_dark … black\_dark and green\_light … black\_light. |
    | `powerUps`, `premiumFeatures`                                             | Array of Strings  | Power-ups and premium features.                                                                                                                                 |
    | `templateGallery`                                                         | String            | Template gallery.                                                                                                                                               |
    | `memberships`                                                             | Array of Objects  | Board memberships (id, idMember, memberType, unconfirmed, deactivated).                                                                                         |
    | `pinned`, `starred`, `subscribed`, `enterpriseOwned`                      | Boolean           | Board flags.                                                                                                                                                    |
    | `idTags`                                                                  | Array of Strings  | Tag IDs.                                                                                                                                                        |
    | `type`                                                                    | String            | Board type.                                                                                                                                                     |
    | `member_id`                                                               | String            | Member ID (from parent context).                                                                                                                                |
    | `ixUpdate`                                                                | String            | Index update (API may return string or number).                                                                                                                 |
  </Accordion>

  <Accordion title="Lists">
    Stream for lists (columns) on a board. Cards belong to lists.

    | Field        | Type    | Description                                                                                           |
    | :----------- | :------ | :---------------------------------------------------------------------------------------------------- |
    | `id`         | String  | Unique identifier of the list.                                                                        |
    | `name`       | String  | Name of the list.                                                                                     |
    | `closed`     | Boolean | Whether the list is closed (archived).                                                                |
    | `idBoard`    | String  | Identifier of the board this list belongs to.                                                         |
    | `pos`        | Number  | Position of the list on the board.                                                                    |
    | `color`      | String  | List color.                                                                                           |
    | `subscribed` | Boolean | Whether the member is subscribed to the list.                                                         |
    | `softLimit`  | Object  | Soft limit metadata (status).                                                                         |
    | `datasource` | Object  | External data source when present (type, pluginId, id, name, url, filter). `filter` is a JSON string. |
    | `limits`     | Object  | List limits (e.g. attachments.perBoard).                                                              |
    | `type`       | String  | List type.                                                                                            |
    | `board_id`   | String  | Board ID (from parent context).                                                                       |
    | `ixUpdate`   | String  | Index update (API may return string or number).                                                       |
  </Accordion>

  <Accordion title="Cards">
    Stream for cards (tasks) within a list. Cards can have labels, due dates, descriptions, checklists, and members.

    | Field                                                     | Type             | Description                                                                                                                                                                                                                                    |
    | :-------------------------------------------------------- | :--------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | `id`                                                      | String           | Unique identifier of the card.                                                                                                                                                                                                                 |
    | `name`                                                    | String           | Title of the card.                                                                                                                                                                                                                             |
    | `desc`                                                    | String           | Description text of the card.                                                                                                                                                                                                                  |
    | `closed`                                                  | Boolean          | Whether the card is closed (archived).                                                                                                                                                                                                         |
    | `idBoard`, `idList`                                       | String           | Identifier of the board and list this card belongs to.                                                                                                                                                                                         |
    | `url`, `shortUrl`, `shortLink`                            | String           | URL and short link for the card.                                                                                                                                                                                                               |
    | `dateLastActivity`, `due`, `start`                        | DateTime         | Last activity, due date, and start date.                                                                                                                                                                                                       |
    | `dueComplete`                                             | Boolean          | Whether the card's due date has been marked complete.                                                                                                                                                                                          |
    | `pos`                                                     | Number           | Position of the card within its list.                                                                                                                                                                                                          |
    | `labels`                                                  | Array of Objects | Labels on the card (id, name, color, idBoard, idOrganization, nodeId, uses).                                                                                                                                                                   |
    | `agent`                                                   | Object           | Automation agent metadata (name, conversationId).                                                                                                                                                                                              |
    | `badges`                                                  | Object           | Card badges (attachmentsByType, location, votes, viewingMemberVoted, checkItems, checkItemsChecked, comments, attachments, description, due, dueComplete, checkItemsEarliestDue, lastUpdatedByAi, externalSource, maliciousAttachments, etc.). |
    | `checkItemStates`                                         | Array of Strings | Checklist item states.                                                                                                                                                                                                                         |
    | `descData`                                                | String           | Structured description data (JSON string).                                                                                                                                                                                                     |
    | `dueReminder`                                             | Integer          | Minutes before due date to send reminder.                                                                                                                                                                                                      |
    | `idChecklists`, `idMembers`, `idMembersVoted`, `idLabels` | Array            | Checklist IDs, assigned member IDs, voters, and label IDs.                                                                                                                                                                                     |
    | `idShort`                                                 | Integer          | Short numeric ID of the card.                                                                                                                                                                                                                  |
    | `idAttachmentCover`                                       | String           | ID of the cover attachment.                                                                                                                                                                                                                    |
    | `manualCoverAttachment`                                   | Boolean          | Whether cover was set manually.                                                                                                                                                                                                                |
    | `cover`                                                   | Object           | Cover image data (color, size, brightness, idAttachment, yPosition, idPlugin, scaled as JSON string, etc.).                                                                                                                                    |
    | `email`                                                   | String           | Card email address.                                                                                                                                                                                                                            |
    | `nodeId`                                                  | String           | GraphQL node ID.                                                                                                                                                                                                                               |
    | `pinned`, `subscribed`, `isTemplate`                      | Boolean          | Card flags.                                                                                                                                                                                                                                    |
    | `cardRole`, `mirrorSourceId`                              | String           | Card role; ID of source card if this is a mirror.                                                                                                                                                                                              |
    | `list_id`                                                 | String           | List ID (from parent context).                                                                                                                                                                                                                 |
  </Accordion>

  <Accordion title="Actions">
    Stream for activity on a board (e.g. card moves, comments, updates). Synced incrementally using the `date` field so only new actions are fetched after the first run.

    | Field             | Type     | Description                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                |
    | :---------------- | :------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
    | `id`              | String   | Unique identifier of the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | `idMemberCreator` | String   | Identifier of the member who created the action.                                                                                                                                                                                                                                                                                                                                                                                                                                                                           |
    | `type`            | String   | Type of the action (e.g. `updateCard`, `addMemberToBoard`, `commentCard`).                                                                                                                                                                                                                                                                                                                                                                                                                                                 |
    | `date`            | DateTime | Timestamp when the action occurred (replication key).                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | `data`            | Object   | Contextual payload; varies by action type. Main sub-properties: `text`, `idCard`, `idAuthor`, `idMember`, `idMemberAdded`, `memberType`, `creationMethod`, `textData` (emoji as JSON string), `attachment`, `card` (id, name, desc, idList, due, cover, coordinates as JSON string, etc.), `board`, `list`, `listBefore`, `listAfter`, `boardTarget`, `boardSource`, `cardSource`, `checklist`, `checkItem`, `organization`, `plugin`, `customField`, `customFieldItem`, `old` (previous values as JSON string), `member`. |
    | `board_id`        | String   | Board ID (from parent context).                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
    | `appCreator`      | Object   | App that created the action (id, username, fullName, avatarHash, initials, name, icon).                                                                                                                                                                                                                                                                                                                                                                                                                                    |
    | `limits`          | Object   | Action limits (reactions.perAction, uniquePerAction).                                                                                                                                                                                                                                                                                                                                                                                                                                                                      |
    | `member`          | Object   | Member associated with the action (id, fullName, username, avatarUrl, nonPublic, nonPublicAvailable, etc.).                                                                                                                                                                                                                                                                                                                                                                                                                |
    | `memberCreator`   | Object   | Member who created the action (id, fullName, username, avatarUrl, nonPublic, nonPublicAvailable, etc.).                                                                                                                                                                                                                                                                                                                                                                                                                    |
  </Accordion>
</AccordionGroup>

# Data Model

The following diagram illustrates the relationships between the Trello streams. The arrows indicate parent-child and join keys.

```mermaid theme={null}
graph TD;
    subgraph "Root"
        Members("Members");
    end

    subgraph "Board level"
        Boards("Boards");
        Actions("Actions");
    end

    subgraph "List level"
        Lists("Lists");
        Cards("Cards");
    end

    Boards -- "member_id" --> Members;
    Lists -- "board_id" --> Boards;
    Actions -- "board_id" --> Boards;
    Cards -- "list_id" --> Lists;
```

* **Members** is the root (one record: the authenticated user). **Boards** are fetched per member (`/members/{member_id}/boards`).
* **Lists** and **Actions** are fetched per board (`/boards/{board_id}/lists`, `/boards/{board_id}/actions`).
* **Cards** are fetched per list (`/lists/{list_id}/cards`).

Use `idBoard` and `idList` on cards to join with boards and lists; use `board_id` and `list_id` from the sync context or from the card fields for relationships.

## Skills for agents

<Snippet file="agent-skills-intro.mdx" />

<Card title="Download Trello skills file" icon="wand-magic-sparkles" href="/sources/trello.md">
  Trello connector documentation as plain markdown, for use in AI agent contexts.
</Card>
