create_list_from_template_in_folder
Create a new list in a folder by applying a list template, reproducing its statuses, fields, and optionally tasks. Use to standardize list layouts.
Instructions
Create a List in a Folder from a List template, reproducing the template's statuses, fields and (optionally) tasks. Returns the created List. Use to spin up a standardized List layout.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | ID of the Folder to create the List in. | |
| template_id | Yes | ID of the List template to instantiate. | |
| name | Yes | Name for the new List. | |
| options | No | Optional template import options, e.g. { return_immediately: true, content: {...} }. |