Skip to content

api-evangelist/trello

Repository files navigation

Trello

Trello is a visual collaboration and project management platform, now part of Atlassian, that organizes work into boards, lists, and cards. The developer platform provides REST APIs, webhooks, and a Power-Up framework for building integrations and extending Trello functionality.

Website: https://trello.com
API Docs: https://developer.atlassian.com/cloud/trello/rest/
Developer Portal: https://developer.atlassian.com/cloud/trello/

APIs

Trello REST API

The Trello REST API provides programmatic access to boards, lists, cards, members, labels, checklists, and other resources. Authentication uses API key and token query parameters.

Trello Webhooks API

Real-time notifications when Trello models change, delivered via HTTP POST to a callback URL. Webhook requests are signed with HMAC-SHA1.

Trello Power-Ups

Framework for extending Trello boards with custom fields, buttons, badges, and third-party integrations.

Artifacts

Type File
OpenAPI openapi/trello-rest-api-openapi.yml
AsyncAPI asyncapi/trello-webhooks-asyncapi.yml
JSON Schema (Board) json-schema/trello-board-schema.json
JSON Schema (Card) json-schema/trello-card-schema.json
JSON Schema (Webhook Payload) json-schema/trello-webhook-payload-schema.json
JSON Structure (Board) json-structure/trello-board-structure.json
JSON Structure (Card) json-structure/trello-card-structure.json
JSON-LD Context json-ld/trello-context.jsonld
Spectral Rules rules/trello-spectral-rules.yml
Vocabulary vocabulary/trello-vocabulary.yml

Capabilities

Shared Definitions

File Description
capabilities/shared/trello-rest-api.yaml Full Trello REST API consumed definition (boards, cards, lists, members, search, webhooks)

Workflow Capabilities

File Description
capabilities/project-management.yaml Unified project management capability for teams (boards, cards, lists, members, search)

Examples

Common Properties

Maintainers

FN: Kin Lane
Email: kin@apievangelist.com

Tags

Atlassian, Boards, Cards, Collaboration, Kanban, Project Management, Task Management

About

Trello is a web-based, kanban-style, list-making application that allows users to organize tasks, projects, and workflows using boards, lists, and cards.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors