n8n_create_workflow_from_template
Generate a new n8n workflow from a template. Finds the best template automatically from your request when no template ID is provided, then creates the workflow.
Instructions
Create a new workflow in n8n based on a template. Automatically selects the best template if not specified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Whether to activate the workflow after creation | |
| templateId | No | Template ID to use (if known) | |
| userRequest | No | Description of what the user wants. Used to find the best matching template if templateId not provided. | |
| workflowName | No | Custom name for the new workflow (optional, will use template name if not provided) |