Join IFTTT for free
Explore Plans Developers
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
This Action will create a card on the specified list in specified board.
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
We'll create a new list if one with this name doesn't exist
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
Optional
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
Optional comma separated list of @usernames to assign to card
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
Optional comma separated list of label names — labels that do not exist on the board will be ignored
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
Optional
Slug
url
Required
false
Can have default value
true
Filter code method
Trello.createCard.setUrl(string: url)