Creates a new card in a Trello list. Only `idList` is required; `idBoard` is optional as the API determines the board from the list.
dueDue date for the card (date string or 'null' to remove).
posstringPosition in list: 'top', 'bottom', or a positive float.
descstringCard description (0-16384 characters).
namestringName/title for the card. Highly recommended for new cards. If omitted, a blank title is created. When using 'idCardSource' to copy a card, the name is copied from the source unless overridden here.
closedstringArchive (close) the card. Valid values: 'true', 'false'.
idListRequiredstringID of the list to add the card to. Must be a 24-character hexadecimal string.
idBoardstringID of the board for the card. Must be a 24-character hexadecimal string. Optional - the API automatically determines the board from idList.
idLabelsstringComma-separated list of label IDs to add. Each ID must be a 24-character hexadecimal string.
idMembersstringComma-separated list of member IDs to assign. Each ID must be a 24-character hexadecimal string.
urlSourcestringURL to attach to the card. If a Trello card URL is provided, the card is copied from that source. Use 'null' or omit if not needed.
fileSourcestringBinary data of a file to attach.
subscribedstringSubscribe user to the card. Valid values: 'true', 'false'.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
OAuth connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.