What n8n does for you

After this lesson, you will be able to explain n8n to a colleague in one sentence and name three tasks it could take off your plate.
n8n is a quiet assistant that watches for things happening in your tools (a new email, a new row, a form submission) and does the next obvious step for you. No code, no daily reminders, no copy-paste. You point and click; it runs forever.
- Frame 11
Tired operator at 6pm copy-pasting leads from Gmail into a spreadsheet.
- Frame 22
Same operator next morning: inbox is full again. Sigh.
- Frame 33
n8n logo gently slides in: 'What if a helper did this overnight?'
- Frame 44
Two app icons (Gmail + Sheets) connected by a glowing arrow.
- Frame 55
Notification: '12 leads added while you slept.'
- Frame 66
Operator smiling, coffee in hand, calendar clear. 'You've taken back 5 hours a week.'
- 1Spot a repeat taskAnything you do more than twice a week is a candidate.
- 2Name the triggerWhat happens first? 'A new email arrives.'
- 3Name the resultWhat should happen next? 'Add a row to my sheet.'
- 4That's a workflowTrigger → Action. n8n does the rest.
Any repetitive 'when X happens, do Y' task across two or more tools.
- Write the task as one sentence.
- Underline the trigger word (When…).
- Underline the result word (…then…).
- Open n8n and search a template that matches.
- ×Trying to automate a task you've never done manually — automate what you already understand.
- ×Picking a 'cool' workflow instead of a painful one. Start with the painful one.
Write down three tasks you did last week that felt repetitive. Circle the one you'd most like to never do again. That's your first workflow.