Skip to main content

Trello

Trello is a web-based project management tool developed by Atlassian.

Authentication Types

Trello supports 1 authentication method:

  • API Key - Use your Trello API key and token for authentication.
    • Pros: Simple setup
    • Cons: Single credential for all users

Generating API Key and Token

  1. Go to https://trello.com/power-ups/admin

  2. Click New to create a new Power-Up (or use an existing one)

  3. Fill in the required information:

    • Name: Give it a descriptive name
    • Workspace: Select your workspace
  4. Click Create

  5. In the Power-Up settings, find your API Key

  6. Click the link to generate a Token (you'll need to authorize the app)

  7. Copy both the API Key and the Token

  8. In Willow, enter the credentials in the format: api_key:token

Alternative method:

  1. Go to https://trello.com/app-key

  2. Copy your API Key

  3. Click the Token link to generate a token

  4. Authorize the application and copy the token

  5. In Willow, enter the credentials in the format: api_key:token

On this page