Live

Automate with n8n

Most of what people breathlessly call "AI work" is, underneath, automation: something happens, so do this, then this, then this. Automation is a fundamental worth owning in its own right, and this lesson gives it to you using n8n, a visual tool where you build these flows by connecting boxes on a canvas, no code.

The core concepts are three, and they are simple. A trigger is the thing that starts a flow: a form is submitted, an email arrives, a time of day is reached. Actions are the steps that follow: save this, send that, update the other. And connections are how the output of one step feeds the next. That is genuinely most of it. On n8n's canvas you drag in a trigger, then chain actions after it, and each box passes its result to the one after. A flow might read "when someone submits this form (trigger), add them to the database (action), then send them a welcome email (action)." You build it by placing those boxes and linking them.

You will build a working automation live and connect it to your product, so it is part of your capstone rather than a standalone toy. The durable idea to take away is bigger than the tool: once you can see a repetitive task as a trigger followed by actions, you can automate huge swathes of your work, and you will start noticing automatable patterns everywhere. n8n is the vehicle; the way of seeing is the skill.