Create your free BvLogic ID to continue this course and save your progress.
n8n Automation 5 lessons
  1. 1 What n8n is, and when to reach for it
  2. 2 Trigger, node, connection sign in to open
  3. 3 Your first workflow sign in to open
  4. 4 Credentials, errors and retries sign in to open
  5. 5 Keeping it running sign in to open
Course overview
Data: video · change

This lesson: 122KB

n8n Automation · Lesson 1 of 5

What n8n is, and when to reach for it

Recognise the work this tool removes.

n8n is a tool for connecting things that do not talk to each other. A form fills in, a row appears in a sheet, an email goes out, a message lands in a team channel. You draw that as a diagram instead of writing a program.

Reach for it when three things are true. The task repeats. It follows rules you could write down. And it moves information between systems rather than requiring judgement. Copying every new order from a form into a spreadsheet and messaging the warehouse is exactly this. Deciding whether to give a refund is not.

The reason people choose n8n over the alternatives is usually one of two. It can be self hosted, so your data stays on your own server, which matters for client work and for anything under a confidentiality agreement. And its pricing counts workflow executions rather than individual steps, so a long workflow does not become expensive.

The reason people struggle with it is honest to state up front: it is more capable and less hand held than the simpler tools. You will meet JSON, you will look at the output of one step to build the next, and at some point you will write a small expression. None of that is programming, but it is not nothing either.

Start with one workflow that saves you twenty minutes a day. Get it genuinely reliable. That single success teaches more than ten half built ones.

Lab — try it yourself

List every task this week where you copied information from one system into another by hand. Circle the one you did most often. That is your first workflow.

Check what you learned

Create your free BvLogic ID to take the quiz and record your score.

Create your BvLogic ID
Continue to lesson 2 Up next 2. Trigger, node, connection