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
- Label
- Which board?
- Slug
- board
- Required
- true
- Can have default value
- false
- 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)
- Label
- Position
- Slug
- pos
- Required
- true
- Can have default value
- true
- Filter code method
- Trello.createCard.setPos(string: pos)
- Label
- Title
- Slug
- title
- Required
- true
- Can have default value
- true
- Filter code method
- Trello.createCard.setTitle(string: title)
- Label
- Description
- Helper text
- Optional
- Slug
- description
- Required
- false
- Can have default value
- true
- Filter code method
- Trello.createCard.setDescription(string: description)
- 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)
- 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)
- Label
- Attachment URL
- Helper text
- Optional
- Slug
- url
- Required
- false
- Can have default value
- true
- Filter code method
- Trello.createCard.setUrl(string: url)