create_task_from_template
Create a task from a template, copying its subtasks, checklists, and custom fields into a specified list.
Instructions
Create a new task in a List from an existing task template, copying the template's structure (subtasks, checklists, custom fields). Returns the created task. Use after get_task_templates to obtain the template_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| list_id | Yes | ID of the destination List where the task will be created. | |
| template_id | Yes | ID of the task template to instantiate (from `get_task_templates`). | |
| name | Yes | Name for the new task. | |
| due_date | No | Optional due date. Accepts natural language ('tomorrow', 'in 3 days', '+2h'), ISO date, or epoch milliseconds. |