What You'll Need
- A JSON file containing your n8n workflow
- Access to your n8n instance
https://notiontracking.lennartoester.com/?title=n8n_import
Method 1: Using the n8n UI (Recommended)
Step 1: Access the Workflows Page
Log in to your n8n instance and navigate to the Workflows page.
Step 2: Import Workflow
- Click on the "Import from File" button (usually located near the top-right corner)
- A file selection dialog will appear
- Select your JSON workflow file from your local system
- Click "Open" or "Import"
Step 3: Review and Save
After importing, n8n will display the workflow. Review it to ensure everything imported correctly.
Click the "Save" button to store the workflow in your n8n instance.
Method 2: Using the n8n CLI
Step 1: Prepare Your Environment
Ensure you have n8n installed via npm and the CLI is accessible.
Step 2: Use the Import Command
n8n import:workflow --input=path/to/your/workflow.json