Trello

Demo to preview the settings

Introduction

Manage your organizations, boards, lists, cards, and members.

Prerequisites

  1. You must have the Trello account.

How to set up

Migrating From Version 2.1.0

Get Organization (Previously Team) - Data Call

Get Boards - Data Call

Get Organization (Previously Team) Members - Data Call

Create Organization (Previously Team)- Action Call

Get Board's Lists - Data Call

Create or Copy a Board - Action Call

Get Board's Labels - Data Call

Create List - Action Call

Get Cards in a List - Data Call

Create a Card - Action Call

Set up the API call

Assign a workflow action to any button on your page to trigger the creation of your Card. Use the searchbar or look under the Plugins section to find Trello - Create a Card.
Image without caption
Once the action is opened, map the corresponding inputs on your page to their respective parameters.
Image without caption
That's it! Refer to the documentation link at the top of this page to learn more about this API call and other formatting requirements.

Available Parameters (* indicates a required value)

idList* - The ID of the List to add the new Card.
name - The name of the Card.
desc - The description of the Card.
pos - Position of the card in the list. Accepted values are "top", "bottom", or a positive floating point number.
due - Optional due date.
idMembers - Comma-separated list of member IDs to add to the card.
idLables - Comma-separated list of label IDs to add to the card

Changelogs

Update 26.06.23 - Version 3.1.0

  • updated description

Update 09.03.23 - Version 3.0.0

  • Breaking Change - Before updating, see the doc lin… on how to update. Only 1 key/token required now.

Update 02.04.20 - Version 2.1.0

  • Update to Create Board Call: You can now create OR…oard Labels. Updated documentation for all calls.

Update 20.01.20 - Version 2.0.0

  • Updated date fields to be recognized as date/time values for boards, lists, and cards.

Update 29.04.19 - Version 1.0.1

  • Bug fixes

Update 18.09.17 - Version 1.0.0

  • Initial release

Powered by Notaku