AutomationFlowsImport Guide › Import an n8n workflow by copying JSON

Import a workflow by copying JSON.

The simplest way to get a workflow from AutomationFlows into your n8n instance: copy the JSON, paste it into a new workflow. Works on n8n Cloud, self-hosted, and the desktop builds.

Step-by-step

  1. Open the workflow detail page. Browse the catalog, pick a workflow, click through to its detail page.
  2. Click "Copy JSON". The button on the detail page copies the full workflow JSON to your clipboard.
  3. Open n8n. Go to your n8n instance (cloud or self-hosted) and click + Add workflow in the top-right.
  4. Paste. With the empty workflow open, hit Cmd/Ctrl + V. n8n recognises the JSON and renders the graph immediately.
  5. Add credentials. Each integration node will show "Credential needed" — click it, add your own keys. AutomationFlows strips credential IDs before publishing, so this is one-time setup.
  6. Activate. Top-right toggle. For webhook-triggered workflows, n8n will assign a fresh webhook URL.

Common pitfalls

Next: bulk import

Importing 25 workflows at a time? Use the file import method (faster than copy-paste at scale), or — Pro / Lifetime users — the desktop app's one-click bulk install.