DEV

Trello

Trello Connection

Put Trello to Work with @Human Automations and @Human Agents

The Trello Connection documents all Triggers, Actions and Query Operations available for creating automations via the Trello API.

What can you do with the [Name] Connection?

  • Connect to the Trello API in a few clicks

  • Use the related Trello Operations (see below) in @Human Automations or @Human Agents

Trigger Operations

Board Created

Triggers on: boards/boardCreated

Triggered when a new board is created in Trello.

List Created

Triggers on: lists/listCreated

Triggered when a new list is created on a Trello board.

Card Created

Triggers on: cards/cardCreated

Triggered when a new card is created on a Trello list.

Action Operations

Query: Get a Board

Action: Create a Board

Action: Update a Board

Query: Get a Card

Action: Create a New Card

Action: Update a Card

Query Operations

Example link

Example link

Obtaining Access Credentials

To obtain a system-to-system Personal Access Token (PAT) for Trello, follow these steps:

  1. Log in to your Trello account at https://trello.com (ensure you use the account with the required board permissions).

  2. Navigate to your Profile by clicking your avatar (top-right) → "Settings".

  3. Scroll to the "Developer API Keys" section and click "Generate an API Key".

  4. Copy the generated API Key (keep this secure).

  5. Below the API Key, click "Token" (or "Generate a Token" if not visible).

  6. Authorize the token by confirming permissions (ensure it includes the required scopes for your use case).

  7. Copy the generated Token (this is your PAT).

Done. Use the API Key + Token for system-to-system authentication.

Configuring Webhooks

  1. Obtain your API Key and User Token by following the steps in the Obtaining Access Credentials section.

  2. Prepare a publicly accessible callback URL that responds with a 200 OK status to HTTP HEAD requests from Trello.

  3. Identify the ID of the Trello model (board, card, or list) you want to monitor.

  4. Send an HTTP POST request to https://api.trello.com/1/webhooks/ with your API Key, Token, callbackURL, and idModel as parameters.

Code (Apache v2.0): Service Connectivity and Metadata

Code (Apache v2.0): List of External Resources and Internal Mapping

Last updated