checklists_items_create
Add a new item to a ClickUp checklist with optional assignee and resolved status. Provide the checklist ID and item name to create tasks directly within your workflow.
Instructions
Create a new item in a ClickUp checklist. Supports optional assignee and resolved status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the checklist item | |
| assignee | No | The ID of the user to assign to the checklist item | |
| resolved | No | Whether the checklist item is resolved | |
| checklist_id | Yes | The ID of the checklist to create the item in |