Authentication Method
api_key- Trello API key + token
API Key Setup
Step 1: Get Your API Key
- Log in to Trello
- Go to trello.com/app-key
- Copy your API Key
Step 2: Generate a Token
- On the same page, click the Token link
- Authorize the app to access your Trello account
- Copy the generated token
Step 3: Store Credentials
The plugin uses a combinedkey|token format:
Trello requires both an API key and a user token. Depending on your setup, you may need to configure the
trelloApiKey option separately in the plugin options.Webhook Setup (Optional)
Required Credentials Summary
| Credential | Required For | Where to Find |
|---|---|---|
| API Key | All API calls | trello.com/app-key |
| Token | All API calls | trello.com/app-key → Token link |
| Webhook Secret | Webhook verification | Set when creating the webhook |