⚡ Launch sale — 67% off the Everything Bundle · 7-day money-back guarantee Get the deal →

Your First n8n Workflow in 15 Minutes — Beginner’s Guide (Free)

n8n is a visual automation tool: boxes (nodes) connected by lines, each doing one job — read an email, ask an AI model, post to a sheet. You do not write code; you connect boxes. Here is the fastest honest path from zero to a running workflow.

Step 1 — Get n8n (5 min)

Two options: n8n Cloud (hosted, free trial, zero setup) or self-hosted (free forever, needs a server or your own computer). Beginners: start with Cloud, migrate later if you want.

Step 2 — Import a ready-made workflow (1 min)

This is the 3-click move that skips weeks of learning: open n8n → menu (⋯) → Import from file → pick a .json workflow file. The whole canvas appears, pre-built and annotated.

Step 3 — Connect your credentials (5 min)

Nodes that talk to services (Gmail, Sheets, an AI model) show a small warning until you connect an account. Click the node → Credential → follow the login flow. You do this once per service, ever.

Step 4 — Test, then activate (2 min)

Hit Test workflow to run it once and watch data flow through each node. Happy? Flip the Active toggle — from now on it runs on its own schedule.

The 4 beginner mistakes

  • Forgetting the Active toggle — a tested workflow is not a running workflow.
  • Skipping credentials on one node — the workflow stops exactly there; check for warning icons.
  • No error notification — add an email/Slack node on the error output so silence never means “broken”.
  • Automating a task you have never done manually — automate what you already understand.

FAQ

Do I need to know how to code?

No. Importing and running ready-made workflows is clicking and connecting accounts. Coding only becomes useful much later, for custom logic.

What does n8n cost?

Self-hosted n8n is free. n8n Cloud has a free trial then paid plans. The workflows sold on this site are one-time purchases that run on either.