Skip to main content

Pre-Built Tooling

CategoryDetails
AuthenticationOAuth 1.0a or API Key + Token
Two-Way SyncYes
Events SupportedYes (via Webhooks)
RealtimeYes (Webhooks)
Supports Rate LimitingYes (100 requests per 10 seconds per token)
Authentication Scopes Supportedread, write, account

Objects Supported

  • Boards - Trello boards
  • Lists - Lists within boards
  • Cards - Tasks/cards with descriptions, due dates, attachments
  • Members - Board and organization members
  • Checklists - Card checklists and items
  • Labels - Card labels and categories
  • Organizations - Trello teams/workspaces

Set Up Guide

Trial Access

QuestionAnswer
Offers free trial?Yes. Trello offers a free tier with unlimited cards and up to 10 boards per workspace. Sign up for free
Requires paid sandboxNo. Free tier can be used for development.
Requires partnership to obtain authentication?No. Anyone can create Power-Ups and obtain API credentials.

Authentication (API Key + Token)


Use Cases

1) Project management synchronization

Sync Trello cards with project management tools, CRMs, or issue trackers to maintain consistent task data across platforms.

2) Automated workflow triggers

Trigger actions in external systems when cards move between lists, are assigned, or reach due dates.

3) Customer feedback tracking

Create Trello cards from customer support tickets, feedback forms, or social media mentions for team triage and prioritization.

4) Sprint and release planning

Integrate Trello with development tools to sync sprint boards, release planning cards, and bug tracking.

5) Content calendar management

Use Trello as a content calendar and sync publication schedules with CMSs, social media platforms, or email marketing tools.

API Gotchas

  • Rate Limiting: Trello allows 100 requests per 10 seconds per token. Exceeding this returns 429 errors. Implement request queuing and exponential backoff.
  • Webhook Expiration: Trello webhooks expire if they fail consistently. Monitor webhook health and re-register webhooks if they stop firing.
  • Card Position Changes: Moving cards between lists or reordering requires specific pos values (“top”, “bottom”, or numeric position). Incorrect values may result in unexpected card placement.
For questions or troubleshooting, contact support@runalloy.com.
I