FREE GUIDE 8 CHAPTERS ~25 MIN READ NO CODING NEEDED

Getting Started with n8n

Build your first automation in under 20 minutes — free, visual, no coding required

By the time you finish this guide, you will have an n8n account, your first working workflow, and a clear plan for automating the tasks that eat up your time. Twenty minutes. Free. No tech degree.

Before We Get Started

Here is everything you need to follow this guide:

  • A computer with a web browser — you already have this
  • An email address — you already have this
  • One app you want to automate (Gmail, Google Sheets, Slack, anything)
  • A credit card — NOT needed for the free trial or self-hosted version
  • Coding skills — NOT needed at all

That is it. If you can drag and drop files on your computer, you can use n8n.

What This Costs

n8n gives you two ways to use it. Both are powerful. One costs nothing forever. The other is easier to set up but costs money after a trial.

FeatureSelf-Hosted (Free Forever)n8n Cloud ($24/month)
Price$0 forever14-day free trial, then $24/month
SetupYou install it yourselfReady in 60 seconds
Workflow limitUnlimitedDepends on plan
Execution limitUnlimited2,500+ per month
UpdatesYou update manuallyAutomatic
Best forTechnical users, teams with a serverEveryone else
TWO OPTIONS

n8n Cloud has a 14-day free trial. No credit card needed to start. After the trial, plans start at $24/month.

Self-hosted n8n is FREE FOREVER. You run it on your own computer or server. No limits. No payments. Ever.

Not sure which to pick? Start with n8n Cloud. You can always switch to self-hosted later. We have a full comparison guide for this.

How This Guide Works

Every chapter follows the same framework: WHAT, HOW, and WHEN. First, we explain what the topic is and why it matters. Then, we show you exactly how to do it — step by step. Finally, we tell you when to use it.

By the end of all 8 chapters, you will be able to: create an n8n account, understand the core concepts, build a real workflow, connect your apps, and automate tasks that used to eat up hours of your week.

What's Inside

  1. What Is n8n? (Your Automation Command Center)
  2. Create Your n8n Account
  3. The n8n Canvas: How It Works
  4. Nodes, Triggers, and Connections
  5. Build Your First Real Workflow
  6. Testing and Debugging
  7. Activate and Monitor
  8. Your Automation Game Plan
Chapter 1

What Is n8n? (Your Automation Command Center)

What This Is

David runs a small online store selling handmade candles. Every time someone places an order on Shopify, David has to do five things by hand. Copy the order details to a Google Sheet. Send a thank-you email. Post a notification in Slack for his packing team. Update inventory. Add the customer to his email list.

Each order takes about 8 minutes of manual work. He gets 15 orders a day. That is two hours gone — just on copy-paste busywork.

Then he found n8n. He built one workflow that does all five things automatically. Every time a Shopify order comes in, everything happens in 2 seconds. No clicking. No copying. No forgetting. David got two hours of his day back.

That is what n8n does. It connects your apps and runs your tasks on autopilot.

How It Works (Plain English)

n8n is a free automation tool. You connect your apps together on a visual canvas. When something happens in one app (a new email, a new order, a form submission), n8n automatically does something in another app.

Think of it like building with blocks. Each block is an action: "get new emails," "add row to spreadsheet," "send a Slack message." You drag these blocks onto a canvas and connect them with lines. That is your workflow.

Pro Tip: n8n is NOT the same as Zapier or Make, even though they look similar. The biggest difference? n8n can run on your own computer for free. No monthly fees. No task limits. You own everything.

Here is what n8n can do for you:

Real Examples of n8n Workflows

TriggerWhat n8n DoesTime Saved
New form submissionAdds contact to CRM, sends welcome email, notifies team in Slack5 min per lead
New blog post publishedCreates social media posts, schedules them, adds to newsletter queue30 min per post
New Stripe paymentUpdates spreadsheet, sends receipt, gives access to product10 min per sale
Every Monday at 9amPulls weekly stats, creates summary, emails it to the team45 min per week
New email with attachmentSaves file to Google Drive, logs it in a spreadsheet, replies with confirmation3 min per email
When to Use This

Any time you catch yourself doing the same thing more than twice. Copying data between apps. Sending the same type of email. Updating a spreadsheet after every sale. Those are automation signals. Open n8n.

Chapter 1 Complete

  • I understand what n8n is (a visual automation tool)
  • I know it connects 400+ apps together
  • I know it can be self-hosted for free or used via n8n Cloud
Chapter 2

Create Your n8n Account

What This Is

This is where you create your n8n Cloud account. It takes about 60 seconds. By the end of this chapter, you will be looking at the n8n canvas, ready to build your first workflow.

No credit card needed. Free 14-day trial. Or, if you prefer, we cover the self-hosted option too.

How to Do It (n8n Cloud)

1

Go to n8n.io

Open your browser and go to n8n.io. Click the big "Get started free" button.

What you will see: The n8n homepage with a pink-red "Get started free" button.
2

Sign up with your email

Enter your email address. Pick a password. That is it. You can also sign up with Google or GitHub if you prefer.

What you will see: A signup form asking for email and password.
3

Answer the quick questions

n8n asks what you plan to automate. Pick whatever fits. This just helps them show you relevant templates. You can skip this too.

4

You are in

You should now see the n8n dashboard. It has a big canvas in the middle and a sidebar on the left. This is where you will build all your workflows.

What you will see: A blank canvas with a "+" button in the center and a list of workflow templates on the left.
Done. Your n8n Cloud account is ready. You have 14 days to try everything for free.

Alternative: Self-Hosted (Free Forever)

If you have a computer you can leave running (or a cheap cloud server), you can run n8n yourself for free. Forever. No limits.

The easiest way is with Docker:

COPY-PASTE COMMAND
docker run -it --rm --name n8n -p 5678:5678 -v n8n_data:/home/node/.n8n n8nio/n8n
What this does: Downloads and starts n8n on your computer. Open your browser to localhost:5678 and you are in.

Not sure about Docker? That is totally fine. Start with n8n Cloud. You can always move to self-hosted later. We have a full guide on n8n Cloud vs Self-Hosted that walks through every option.

When to Use This

Right now. Open a new tab and create your account while you read the rest of this guide. Having the canvas open will make every chapter more useful.

Chapter 2 Complete

  • I created an n8n Cloud account (or installed self-hosted)
  • I can see the n8n dashboard and canvas
  • I know there is a 14-day free trial for Cloud
Chapter 3

The n8n Canvas: How It Works

What This Is

The canvas is where you build your automations. It is a big blank space where you drag, drop, and connect blocks. Each block does one thing. Connected together, they form a workflow. Think of it like connecting Lego bricks — each piece clicks into the next.

How to Navigate the Canvas

The Three Parts of Every Workflow

  1. Trigger — What starts the workflow. "When I get a new email." "When a form is submitted." "Every day at 9am."
  2. Action nodes — What happens next. "Send a Slack message." "Add a row to Google Sheets." "Create a task in Notion."
  3. Output — The final result. Could be a message sent, data saved, a file created, or all three.

Pro Tip: Every workflow needs at least one trigger and one action. The trigger starts it. The action does the work. You can chain as many actions as you want.

When to Use This

Every single time you open n8n. The canvas is your workspace. Get comfortable with it now and everything else becomes easier.

Chapter 3 Complete

  • I can navigate the n8n canvas
  • I know workflows have triggers, actions, and outputs
  • I know how to add and connect nodes
Chapter 4

Nodes, Triggers, and Connections

What This Is

Nodes are the building blocks of every workflow. Each node does one specific thing. A Gmail node reads emails. A Slack node sends messages. A Google Sheets node adds rows. You connect nodes together to build your automation.

Types of Nodes

TypeWhat It DoesExamples
Trigger nodesStart the workflow when something happensNew email, new form submission, schedule, webhook
Action nodesDo something with the dataSend email, create spreadsheet row, post message
Transform nodesChange the data formatSplit text, merge data, filter items, format dates
Logic nodesMake decisionsIf/else, switch, loop, wait
Code nodesRun custom code (optional)JavaScript, Python (for advanced users only)

How to Add a Node

1

Click the "+" button on the canvas

A search panel opens up. Type the name of the app you want to connect (like "Gmail" or "Slack").

2

Pick the action

Each app has multiple actions. Gmail can "Read email," "Send email," or "Watch for new emails." Pick the one you need.

3

Connect your account

The first time you use an app, n8n asks you to sign in. Click "Connect" and follow the prompts. You only do this once per app.

4

Configure the settings

Fill in the details. For a Gmail "Send Email" node, you would enter the recipient, subject, and body.

Quick Win: Press Tab on your keyboard while on the canvas. It opens the node search instantly. Much faster than clicking the "+" button.

How Connections Work

Every node has an input (left side) and an output (right side). Data flows left to right. The output of one node becomes the input of the next. This is how your workflow passes information from step to step.

Example flow: Gmail Trigger (gets new email) → Google Sheets (logs the sender and subject) → Slack (notifies your team)

When to Use This

Every time you build a workflow. Understanding nodes and connections is the foundation of everything in n8n. Spend 5 minutes clicking around and adding random nodes. Break things. That is how you learn.

Chapter 4 Complete

  • I know the 5 types of nodes
  • I can add and configure a node
  • I understand how data flows between nodes
Chapter 5

Build Your First Real Workflow

What This Is

Time to build something real. We are going to create a workflow that watches a Google Form, logs every response in a Google Sheet, and sends you a Slack notification. This is one of the most popular n8n workflows because almost every business collects form data.

The Workflow We Are Building

Google Form submittedLog in Google SheetsNotify in Slack

How to Build It

1

Create a new workflow

Click "New Workflow" in the top right. Give it a name like "Form to Sheet + Slack."

2

Add the trigger: Google Forms

Click "+", search for "Google Forms," and select "On form submission." Connect your Google account when prompted. Pick the form you want to watch.

3

Add the action: Google Sheets

Click the "+" on the right side of the Forms node. Search for "Google Sheets." Select "Append row." Pick your spreadsheet and sheet. Map the form fields to the columns.

4

Add the action: Slack

Click the "+" on the right side of the Sheets node. Search for "Slack." Select "Send message." Pick the channel. Write a message like: "New form submission from {{$json.email}}".

5

Test it

Click "Test workflow" at the bottom. Submit a test entry on your Google Form. Watch the data flow through each node. Green checkmarks mean success.

Congratulations. You just built your first n8n workflow. Every form submission will now be logged and notified automatically.

Pro Tip: Use the {{ }} syntax to insert data from previous nodes. For example, {{$json.name}} pulls the "name" field from whatever data the previous node sent. Hover over any field and n8n shows you what data is available.

When to Use This

Right now. Open n8n in another tab and build this workflow. Even if you do not use Google Forms, the process is the same for any trigger. The pattern is: Trigger → Action → Action.

Chapter 5 Complete

  • I built a real workflow with 3 nodes
  • I know how to map data between nodes using {{ }}
  • I tested the workflow and saw data flow through
Chapter 6

Testing and Debugging

What This Is

Things will break. That is normal. This chapter teaches you how to find what went wrong and fix it. n8n makes this easier than any other automation tool because you can see the data at every step.

How to Test a Workflow

Common Problems and Fixes

ProblemWhat It MeansFix
Red nodeSomething failed at that stepClick the node. Read the error message. Usually it is a wrong field name or expired credential.
No dataThe previous node did not send anythingTest the previous node first. Make sure it has output data.
Wrong dataFields are not mapped correctlyClick the node. Check that each field points to the right value from the previous node.
"Credential not found"Your app connection expiredGo to Settings → Credentials. Reconnect the app.
Workflow runs but nothing happensThe trigger did not fireMake sure the workflow is toggled ON (active). Check the trigger settings.

Pro Tip: Click on any node after running a test. You will see the exact data that passed through it — inputs on the left, outputs on the right. This is n8n's biggest advantage over Zapier and Make. Full data visibility at every step.

When to Use This

Every time you build or change a workflow. Always test before activating. Run through the full flow at least once with real data before turning it on.

Chapter 6 Complete

  • I know how to test a full workflow and individual nodes
  • I know how to read error messages
  • I can pin test data for faster development
Chapter 7

Activate and Monitor

What This Is

Once your workflow is tested, you need to turn it on. An active workflow runs on its own — 24 hours a day, 7 days a week. This chapter shows you how to activate it and keep an eye on it.

How to Activate a Workflow

1

Toggle it ON

In the top right corner of any workflow, there is an "Inactive" toggle. Click it to switch to "Active." The toggle turns green.

2

Check the execution log

Go to "Executions" in the left sidebar. You will see every time your workflow ran, whether it succeeded or failed, and how long it took.

Monitoring Best Practices

Warning: If you deactivate a workflow, any triggers that fire while it is off are lost. n8n does not "catch up" on missed events. Make sure your workflow is active when you need it running.

When to Use This

After every successful test. Once you are happy a workflow works, activate it and let it run. Check back in a day to make sure everything is flowing smoothly.

Chapter 7 Complete

  • I know how to activate a workflow
  • I know where to check execution history
  • I have a monitoring plan for my automations
Chapter 8

Your Automation Game Plan

What This Is

You now know enough to build real automations. This chapter gives you a step-by-step plan for your first week with n8n. Follow it and you will have 3 working workflows by Friday.

Your 7-Day Quick-Start Plan

DayTaskTime
Day 1Create your account. Explore the canvas. Add 3 random nodes and connect them. Delete them. Do it again.15 min
Day 2Build the form-to-sheet-to-Slack workflow from Chapter 5. Test it.20 min
Day 3Write down 5 tasks you do every week that are repetitive. Pick the easiest one.10 min
Day 4Build a workflow for that task. Use the same pattern: Trigger → Action → Action.25 min
Day 5Test your Day 4 workflow. Fix anything that broke. Activate it.15 min
Day 6Explore n8n's template library. Find a workflow someone else built that matches something you need. Import it.15 min
Day 7Build one more workflow from your list. You now have 3 active automations.25 min

Ideas for Your First 10 Workflows

  1. New lead notification — form submission triggers Slack message + spreadsheet log
  2. Auto-reply to emails — Gmail trigger sends a template response
  3. Social media scheduler — new blog post triggers social posts
  4. Invoice reminder — scheduled workflow checks unpaid invoices, sends reminders
  5. Customer onboarding — new Stripe payment triggers welcome email sequence
  6. Weekly report — scheduled workflow pulls stats from multiple sources
  7. RSS to social — new RSS item triggers a social media post
  8. File backup — new Google Drive file gets copied to Dropbox
  9. Meeting notes — calendar event ends, n8n creates a Notion page for notes
  10. AI content assistant — new brief in Google Sheets triggers ChatGPT draft

Action Step: Pick ONE workflow from this list and build it today. Do not plan. Do not research. Just open n8n and start dragging nodes. You learn by doing.

When to Use This

Start the 7-day plan today. Set a 15-minute timer for Day 1 and just play with the canvas. Building the habit is more important than building the perfect workflow.

Chapter 8 Complete

  • I have a 7-day plan to follow
  • I have 10 workflow ideas to choose from
  • I am ready to automate my first task
What's Next

What to Do Next

You now have everything you need to start automating with n8n. Here are three ways to keep building:

Our recommendation: We use Claude AI for our own business and recommend it to everyone we work with. It follows instructions precisely, writes at a professional level, and takes your privacy seriously. You can use Claude inside n8n workflows as an AI node. But if you want our honest pick for a daily AI assistant, try Claude.

claude.ai (web)  ·  iPhone app  ·  Android app

Ready to Automate Your Business?

Join thousands of people who use CreatorHQ to work smarter, not harder.

Explore CreatorHQ