Skip to main content
Skip table of contents

Trello - Edit Card

Overview

Use this blueprint to update information on an existing card

Variables

NameReferenceTypeRequiredDefaultOptionsDescription
Access TokenTRELLO_ACCESS_TOKENPassword--https://trello.com/power-ups/admin
API KeyTRELLO_API_KEYPassword--https://trello.com/power-ups/admin
Card IDTRELLO_CARD_IDAlphanumeric--The ID of the card you wish to edit
Board IDTRELLO_BOARD_IDAlphanumeric--The ID of the board you wish to move the card to
List NameTRELLO_LIST_NAMEAlphanumeric--The ID of the list you wish to move the card to
Card NameTRELLO_CARD_NAMEAlphanumeric--The main title of the card
DescriptionTRELLO_DESCRIPTIONAlphanumeric--This text will be displayed in the description section of the card
Due DateTRELLO_DUE_DATEAlphanumeric--The due date you wish to assign to the card

YAML

Below is the YAML template

YAML

source:
  template: Trello - Edit Card
  inputs:
    TRELLO_ACCESS_TOKEN:
    TRELLO_API_KEY:
    TRELLO_CARD_ID:
    TRELLO_BOARD_ID:
    TRELLO_LIST_NAME:
    TRELLO_CARD_NAME:
    TRELLO_DESCRIPTION:
    TRELLO_DUE_DATE:
  type: TEMPLATE
guardrails:
  retry_count: 1
  retry_wait: 0h0m0s
  runtime_cutoff: 1h0m0s
  exclude_exit_code_ranges:
    - 200

      
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.