Skip to main content

Overview

Trello integration enables Praxos to manage boards, lists, and cards in your Trello workspace.

Features

  • Create and update boards
  • Manage lists
  • Create, move, and update cards
  • Add comments and attachments
  • Manage labels and due dates
  • Add members to cards
  • Checklist management

Setup

1. Get API Credentials

  1. Go to Trello Power-Ups Admin Portal
  2. Click “New” to create a new Power-Up
  3. Note your API Key

2. Generate Token

  1. Visit: https://trello.com/1/authorize?expiration=never&name=Praxos&scope=read,write&response_type=token&key=YOUR_API_KEY
  2. Click “Allow”
  3. Copy the token

3. Configure Praxos

Add to .env:

Usage Examples

Board Management

List Boards
Create Board

Card Operations

Create Card
Update Card
Add Details

Comments and Activity

Add Comment
View Activity

Checklists

Create Checklist
Update Checklist

Labels

Add Label
Filter by Label

Configuration

Environment Variables

Board Templates

Configure default board structure:

Advanced Features

Webhooks

Real-time notifications for:
  • Card created/updated/moved
  • Comments added
  • Checklist items completed
  • Members added/removed
Setup webhook:

Bulk Operations

Card Templates

Create cards from templates:

Trello Power-Ups

Enhance with Power-Ups:
  • Calendar view
  • Custom fields
  • Card aging
  • Voting
  • Time tracking

Troubleshooting

Authentication Issues

Invalid Token
  • Token may have expired (if not set to “never”)
  • Regenerate token
  • Update .env file
Insufficient Permissions
  • Verify token has read/write scope
  • Check API key is valid
  • Ensure user has board access

Rate Limits

Trello rate limits:
  • 100 requests per 10 seconds per token
  • 300 requests per 10 seconds per API key
Praxos implements request queuing and automatic retry with backoff.

Board Not Found

  • Verify board ID is correct
  • Check user has access to board
  • Board may have been deleted or archived

Best Practices

  • Use clear, descriptive card titles
  • Leverage labels for categorization
  • Set due dates for time-sensitive tasks
  • Use checklists to break down complex tasks
  • Archive completed cards regularly
  • Maintain consistent board structure

Security

  • API keys and tokens encrypted
  • Per-user credential isolation
  • Secure webhook validation
  • Regular token rotation recommended

Integration with Other Tools

Combine Trello with other integrations:

Next Steps

Integration Overview

Tools Overview