New services
Explore Plans
Mobile menu Close menu
TrelloTrello

Create a card

This Action will create a card on the specified list in specified board.

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
API endpoint slug
trello.create_card
Filter code method
Trello.createCard.skip(string?: reason)
Runtime method
runAction("trello.create_card", {})

Action fields

Board Dropdown list

Label
Which board?
Slug
board
Required
true
Can have default value
false

List name Text input > Other

Label
List name
Helper text
Slug
list_name
Required
true
Can have default value
true
Filter code method
Trello.createCard.setListName(string: listName)

Pos Dropdown list

Label
Position
Slug
pos
Required
true
Can have default value
true
Filter code method
Trello.createCard.setPos(string: pos)

Title Text input > Title

Label
Title
Slug
title
Required
true
Can have default value
true
Filter code method
Trello.createCard.setTitle(string: title)

Description Text input > Long text

Label
Description
Helper text
Slug
description
Required
false
Can have default value
true
Filter code method
Trello.createCard.setDescription(string: description)

Members Text input > Other

Label
Assign members
Helper text
Slug
members
Required
false
Can have default value
true
Filter code method
Trello.createCard.setMembers(string: members)

Labels Text input > Tags

Label
Apply labels
Helper text
Slug
labels
Required
false
Can have default value
true
Filter code method
Trello.createCard.setLabels(string: labels)

URL Text input > Photo

Label
Attachment URL
Helper text
Slug
url
Required
false
Can have default value
true
Filter code method
Trello.createCard.setUrl(string: url)