Skip to main content

Update Card

Update a card.

Parameters

ParameterDescription
AddressFor use with/by the Map View.
Attachment Cover IDThe ID of the image attachment the card should use as its cover, or null for none.
Board IDThe ID of the board the card should be on.
Card IDThe ID of the Card.
ClosedWhether the card should be archived (closed: true).
CoordinatesFor use with/by the Map View. Should be latitude,longitude.
CoverUpdated the card's cover.
DescriptionThe new description for the card.
DueWhen the card is due, or null.
Due CompleteWhether the due date should be marked complete.
Label IDsComma-separated list of label IDs.
List IDThe ID of the list the card should be in.
Location NameFor use with/by the Map View.
Members IDsComma-separated list of member IDs.
NameThe new name for the card.
PositionThe position of the card in its list. top, bottom, or a positive float.
StartThe start date of a card, or null.
SubscribedWhether the member is should be subscribed to the card.

Example Output

{
"id": "6376116f19cb6d0015e43db0",
"badges": {
"attachmentsByType": {
"trello": {
"board": 0,
"card": 0
}
},
"location": false,
"votes": 0,
"viewingMemberVoted": false,
"subscribed": false,
"fogbugz": "",
"checkItems": 2,
"checkItemsChecked": 0,
"checkItemsEarliestDue": null,
"comments": 0,
"attachments": 0,
"description": true,
"due": "2022-11-27T00:00:00.000Z",
"dueComplete": false,
"start": "2022-11-17T00:00:00.000Z"
},
"checkItemStates": [],
"closed": false,
"dueComplete": false,
"dateLastActivity": "2022-11-17T12:04:57.709Z",
"desc": "The is a new description from 1668686695918",
"descData": {
"emoji": {}
},
"due": "2022-11-27T00:00:00.000Z",
"dueReminder": null,
"email": null,
"idBoard": "63760f3d82711b01fbeea742",
"idChecklists": [
"63761706cda34601bee5af0e"
],
"idList": "63760f3d82711b01fbeea749",
"idMembers": [],
"idMembersVoted": [],
"idShort": 2,
"idAttachmentCover": null,
"labels": [],
"idLabels": [],
"manualCoverAttachment": false,
"name": "Test1",
"pos": 32767.5,
"shortLink": "IYqd8yXu",
"shortUrl": "https://trello.com/c/IYqd8yXu",
"start": "2022-11-17T00:00:00.000Z",
"subscribed": false,
"url": "https://trello.com/c/IYqd8yXu/2-test1",
"cover": {
"idAttachment": null,
"color": null,
"idUploadedBackground": null,
"size": "normal",
"brightness": "dark",
"idPlugin": null
},
"isTemplate": false,
"cardRole": null
}

Workflow Library Example

Update Card with Trello and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop