create_check_item
Add a new check item to a Trello checklist. Optionally specify the position. Returns the created item's id, name, and state.
Instructions
Create a check item in a Trello checklist. Optionally set position (top/bottom/numeric). Returns the created item with id, name, and state.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pos | No | ||
| name | Yes | ||
| checklist_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |