Parameters
Example Output
Workflow Library Example
Update Checklist with Trello and Send Results Via EmailPreview this Workflow on desktop
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Checklist ID | ID of a checklist. |
| Name | Name of the new checklist being created. Should be length of 1 to 16384. |
| Position | Determines the position of the checklist on the card. One of: top, bottom, or a positive number. |
{
"id": "<string>",
"name": "<string>",
"idBoard": "<string>",
"idCard": "<string>",
"pos": 29083,
"checkItems": [
{
"id": "<string>",
"name": "<string>",
"nameData": {
"emoji": {}
},
"pos": 10983,
"state": "<string>",
"due": null,
"dueReminder": null,
"idMember": null,
"idChecklist": "<string>"
}
]
}
Was this page helpful?