n8n_import_workflows
Import workflow JSON files from a local directory to create new workflows in the instance, with optional activation for workflows that were active in the backup.
Instructions
Import workflow JSON files from a local directory (e.g. a backup created with n8n_export_all_workflows) as new workflows in the instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| activate | No | Activate workflows that were active in the backup (default false) | |
| directory | Yes | Directory containing .json workflow files |