Add an item to a checklist
add_checklist_itemAdd a new check item to an existing Trello checklist. Specify the text, optionally set its position and checked status.
Instructions
Add a check item to a checklist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | Position: "top", "bottom", or a positive number | |
| name | Yes | Check item text | |
| checked | No | Create the item already checked | |
| idChecklist | Yes | Checklist id |