Skip to main content

Trello

This page contains the setup guide and reference information for the Trello source connector.

Prerequisites

  • Start Date
  • Trello Board IDs (Optional)

For Airbyte Cloud:

  • OAuth 1.0

For Airbyte Open Source:

Setup guide

Step 1: Set up Trello

Create a Trello Account.

Step 2: Set up the Trello connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account.
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source.
  3. On the source setup page, select Trello from the Source type dropdown and enter a name for this connector.
  4. Click Authenticate your Trello account.
  5. Log in and Allow access.
  6. Start date - The date from which you'd like to replicate data for streams.
  7. Trello Board IDs (Optional) - IDs of the boards to replicate data from. If left empty, data from all boards to which you have access will be replicated.

For Airbyte Open Source:

  1. Authenticate with API Key and API Token pair.

Supported sync modes

The Trello source connector supports the following sync modes:

Supported Streams

This connector outputs the following streams:

Performance considerations

The connector is restricted by normal Trello requests limitation.

The Trello connector should not run into Trello API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Reference

Config fields reference

Field
Type
Property name
string
key
string
token
string
start_date
array<string>
board_ids

Changelog

VersionDatePull RequestSubject
1.0.22023-10-1331205Improve spec description for board ids
1.0.12023-10-1331168Fix cards schema
1.0.02023-09-0829876Migrate to Low Code CDK
0.3.42023-07-3128734Updated expected records for CAT test and fixed advancedAuth broken references
0.3.32023-06-1927470Update Organizations schema
0.3.22023-05-0525870Added CDK typeTransformer to guarantee JSON schema types
0.3.12023-03-2124266Get board ids also from organizations
0.3.02023-03-1724141Certify to Beta
0.2.02023-03-1524045Fix schema for boards and cards streams
0.1.62021-12-288628Updated fields in source-connector specifications
0.1.32021-11-258183Enable specifying board ids in configuration
0.1.22021-11-087499Remove base-python dependencies
0.1.12021-10-126968Add oAuth flow support
0.1.02021-08-185501Release Trello CDK Connector