n8n Wizard
n8n Wizard
Getting Started

Importing Workflows into n8n

Overview

Once you've generated a workflow with n8n Wizard, you need to import it into your n8n instance. This guide covers all the methods and best practices for importing workflows.

Prerequisites: A running n8n instance (cloud or self-hosted) and the workflow JSON copied to your clipboard.

Method 1: Import from Clipboard

This is the fastest and most common method:

  1. 1.Copy the JSON from n8n Wizard using the "Copy JSON" button
  2. 2.Open your n8n instance in a web browser
  3. 3.Use the Paste function
  4. 4.The workflow will appear on your canvas

Method 2: Import from File

If you've saved the workflow as a .json file:

  1. 1.
    In n8n Wizard, click "Download JSON"
    Download Icon
    to save the file
  2. 2.Open your n8n instance
  3. 3.Click the three-dot menu in the top-right corner
  4. 4.Select "Import from File"
  5. 5.Choose the .json file from your computer

Troubleshooting

Missing Nodes

If n8n says certain nodes are missing, your n8n instance may need to be updated or may not have certain community nodes installed.

Version Compatibility

Workflows generated for newer versions of n8n may not work on older instances. Check your n8n version and update if necessary.

Best Practices

  • Always test imported workflows in a development environment first
  • Create backups of your existing workflows before importing new ones
  • Review all node configurations before activating
  • Use workflow tags to organize imported workflows
  • Document any manual changes you make after import

Troubleshooting Issues

If you encounter issues importing a workflow:

  • Check the browser console for error messages
  • Verify the JSON is valid using a JSON validator
  • Try importing in an incognito/private browser window
  • Clear your browser cache and try again
  • Contact support if the issue persists

Was this article helpful?

If you still need help, feel free to contact our support team.