import_template
Create a new n8n workflow from a template, resolving node and credential dependencies automatically.
Instructions
Import template as new workflow with dependency resolution
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| templateId | Yes | Template ID to import | |
| importInactive | No | Import as inactive workflow (default: true) | |
| credentialMapping | No | Map template credential IDs to existing credentials | |
| skipNodeValidation | No | Skip checking if nodes exist (advanced) |