clickup_template_apply_folder
Create a new folder in ClickUp using a saved template to automatically apply predefined lists, statuses, and fields with a single command.
Instructions
Create a new folder in a space by instantiating a saved folder template. The new folder inherits the template's list structure, statuses, default fields, and other presets, using the supplied name. Use clickup_template_list to discover templates. Returns the created folder object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the newly-created folder. Must be unique within the parent space. | |
| space_id | Yes | ID of the parent space. Obtain from clickup_space_list (field: id). | |
| template_id | Yes | ID of the folder template to instantiate. Obtain from clickup_template_list (field: id). |