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
- Get your API key from Trello:
- Visit: https://trello.com/app-key
- 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:
| Field | Type | Required | Description |
|---|---|---|---|
api_key | string | ✅ | Your Trello API key. |
api_token | string | ✅ | Your Trello API token. |
Connectivity / credential validation
On connection test/login, the connector validates credentials by calling:
GET https://api.trello.com/1/members/mewith query parameterskeyandtoken
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).