Create Card
Create a new card.
Parameters
Parameter | Description |
---|---|
Description | The description for the card. |
Due Date | A due date for the card. |
Label IDs | Comma-separated list of label IDs to add to the card. |
List ID | The ID of the list the card should be created in. You can retrieve this ID via the "Get Board Lists" action or by referencing an existing card in the list via the "GetCardByID" action. |
Members' IDs | Comma-separated list of member IDs to add to the card. |
Name | The name for the card. |
Position | The position of the new card. top , bottom , or a positive float. |
Start Date | The start date of a card, or null . |
Example Output
{
"id": "637625661b49bd0194533bd2",
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 0,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": "2022-11-17T00:00:00.000Z",
"dueComplete": false,
"start": "2022-11-17T00:00:00.000Z"
},
"checkItemStates": [],
"closed": false,
"dueComplete": false,
"dateLastActivity": "2022-11-17T12:13:26.483Z",
"desc": "Example Desc",
"descData": {
"emoji": {}
},
"due": "2022-11-17T00:00:00.000Z",
"dueReminder": null,
"email": null,
"idBoard": "63760f3d82711b01fbeea742",
"idChecklists": [],
"idList": "63760f3d82711b01fbeea749",
"idMembers": [],
"idMembersVoted": [],
"idShort": 6,
"idAttachmentCover": null,
"labels": [],
"idLabels": [],
"manualCoverAttachment": false,
"name": "Example Name - 1668686961175",
"pos": 4095.9375,
"shortLink": "GKK1kg6e",
"shortUrl": "https://trello.com/c/GKK1kg6e",
"start": "2022-11-17T00:00:00.000Z",
"subscribed": false,
"url": "https://trello.com/c/GKK1kg6e/6-example-name-1668686961175",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null,
"attachments": [],
"stickers": [],
"limits": {}
}
Workflow Library Example
Create Card with Trello and Send Results Via Email
Preview this Workflow on desktop