Trello Power-Ups

Trello Power-Ups are a framework for extending and integrating with the Trello platform. Power-Ups allow developers to add custom functionality to Trello boards, including custom fields, board buttons, card buttons, card badges, and card detail sections. The Power-Up framework provides a client library with utilities and helpers for interacting with the Trello interface, managing authorization, and accessing the REST API from within the Power-Up context.

API entry from apis.yml

apis.yml Raw ↑
aid: trello:power-ups
name: Trello Power-Ups
tags:
- Customization
- Extensions
- Integrations
- Plugins
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
baseURL: https://api.example.com
humanURL: https://developer.atlassian.com/cloud/trello/power-ups/
properties:
- url: https://developer.atlassian.com/cloud/trello/power-ups/
  type: Documentation
description: Trello Power-Ups are a framework for extending and integrating with the Trello platform.
  Power-Ups allow developers to add custom functionality to Trello boards, including custom fields, board
  buttons, card buttons, card badges, and card detail sections. The Power-Up framework provides a client
  library with utilities and helpers for interacting with the Trello interface, managing authorization,
  and accessing the REST API from within the Power-Up context.