TrelloTrello / Create Card

appKey: trello
actionKey: create-card

Action Inputs

The following parameters are available when configuring this action:
board
Board
string
list
List
string
name
Name
string
address
Address
string | undefined
coordinates
Coordinates
Should take the form latitude,longitude. E.g., 40.741895,-73.989308
string | undefined
description
Description
string | undefined
dueDate
Due Date
A formatted date or natural language date (e.g. Tomorrow at 5pm / or April 3rd 2024)
string | undefined
dynamicFields
Dynamic Fields
Loaded dynamically from a user's account. Includes both optional and custom fields.
Record<string, string | boolean> | undefined
idCardSource
Card source
string | undefined
idLabels
Labels
Labels to attach to the card
Array<string> | undefined
idMembers
Members
Members to attach to the card
Array<string> | undefined
keepFromSource
Property Selection
Optionally specify which properties to copy over. (Defaults to All if none selected)
string | undefined
locationName
Location Name
string | undefined
position
Position
Where the new card should appear
string | undefined
urlSource
URL Source
A URL to attach to the card
string | undefined