Demo to preview the settings

Introduction

Manage your organizations, boards, lists, cards, and members.
Image without caption

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
Image without caption

Changelogs


Powered by Notaku