Skip to main content

Trello (Source)

Overview

The Trello source connector lets you connect to the Trello REST API using an API key and API token.

Status

This connector is currently in development. Authentication (credential validation) is supported, but data extraction is not yet available.

Requirements

  • A Trello account
  • A Trello API key
  • A Trello API token

Authentication

This connector uses Trello’s API key + token authentication.

Get your Trello API key and token

  1. Get your API key from Trello:
  2. Generate an API token:
    • From the same page, select the link to generate a token and authorize it for your account.

Configuration

Provide the following configuration fields when setting up the connector:

FieldTypeRequiredDescription
api_keystringYour Trello API key.
api_tokenstringYour Trello API token.

Connectivity / credential validation

On connection test/login, the connector validates credentials by calling:

  • GET https://api.trello.com/1/members/me with query parameters key and token

If this request fails, the connector will report a credential validation error.

Streams

Not yet available. The connector does not currently expose any streams because extraction is still in development.

Limitations

  • Extraction is not implemented yet (runs will fail with an “in development” error).
  • Catalog discovery is not yet implemented (no streams are returned).