clickup_template_apply_task
Create tasks in ClickUp using saved templates to apply consistent descriptions, checklists, subtasks, and custom fields while customizing the task name.
Instructions
Create a new task in a list by instantiating a saved task template. The new task inherits the template's description, checklists, subtasks, custom fields, etc., but uses the supplied name. Use clickup_template_list to discover templates. Returns the created task object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the list to create the task in. Obtain from clickup_list_list (field: id). | |
| name | Yes | Name for the newly-created task. Overrides the template's default name. | |
| template_id | Yes | ID of the task template to instantiate. Obtain from clickup_template_list (field: id). |