AutomationFlowsImport Guide › Import an n8n workflow from a JSON file

Import a workflow from a JSON file.

If you're moving multiple workflows or want to keep them in version control, downloading the JSON files and importing via n8n's Import from File menu is faster than copy-paste.

Step-by-step

  1. Download the JSON. On any workflow detail page, click Download .json. The file is named after the slug, e.g. stripe-purchase-to-brevo-welcome.json.
  2. Move it where you want. Many users keep a Git repo of imported workflow JSONs as documentation.
  3. Open n8n. Click Workflows in the left sidebar, then the kebab menu in the top-right.
  4. Pick "Import from file". Select the .json. n8n parses and opens it as a new workflow.
  5. Add credentials, activate. Same as the copy-paste method.

Bulk import

n8n's UI imports one file at a time. For larger batches:

Tips