Atlassian Trello Create

Atlassian Trello Create

Certified

Create cards in a Trello list

Creates one card in the target Trello list and returns the new card ID. All properties are rendered before the request; pos accepts top, bottom, or a positive float

yaml
type: io.kestra.plugin.trello.cards.Create

Create a new Trello card

yaml
id: trello_create_card
namespace: company.team

tasks:
  - id: create_card
    type: io.kestra.plugin.trello.cards.Create
    apiKey: "{{ secret('TRELLO_API_KEY') }}"
    apiToken: "{{ secret('TRELLO_API_TOKEN') }}"
    name: "My New Card"
    listId: "5abbe4b7ddc1b351ef961414"
    desc: "This is the card description"
Properties

Trello API Key

API key used to authenticate Trello requests. Render this from a secret

Trello API Token

API token used to authenticate Trello requests. Render this from a secret

List ID

Target Trello list ID

Card Name

Name for the new card

Defaulthttps://api.trello.com

Base API URL

Base URL for Trello API requests. Defaults to https://api.trello.com; override only for compatible proxies or tests

Default1

API Version

Trello REST API version appended to the base URL. Defaults to 1

Card Description

Description text for the new card

Card Due Date

Due date value passed to Trello as provided

Reference (ref) of the pluginDefaults to apply to this task.

Card Position

Position in the list: top, bottom, or a positive float