🗒 Cheat Sheet← Lesson
BitWithBite
n8n Automation Worksheet

⚙️ Project: Automated Notification Workflow

Chapter: n8n Automation · Level ★★☆ · Time: 30 min
SCORE___ / 20
NameClassDate
After this worksheet you can
Combining trigger, logic and action nodesPlanning a workflow before building itTesting each step incrementallyActivating a finished workflow

🧠 Section A · Concept Check ● BEGINNER 4 × 1 = 4

1Best practice before building is to:
2This project's trigger could realistically be a:
3Testing incrementally means:
4A workflow only runs on its own outside the editor once it is:

🧮 Section B · Problem Solving ● INTERMEDIATE 2 + 3×3 = 11

5Planning the trigger, logic and action first avoids later.
6A notification workflow ends by sending a message via an node.
7Plan a workflow: check a webpage's status every 30 min, alert Slack if down.
8Why add an IF node instead of always sending the alert?
9What should you verify before activating this workflow?

🚀 Section C · Challenge ● CHALLENGE 5

10How would you avoid alert spam if the site stays down for hours?
💭 Reflection — the most useful thing I learned:
A ___/4   B ___/11   C ___/5   Total ___/20 Teacher's Signature Parent's Signature
✂ answer key — fold or cut before handing out

1-A   2-A   3-A   4-A  |  5 rework   6 app/integration   7 = Schedule Trigger (30min) to HTTP Request to IF (status!=200) to Slack alert   8 = Only want the alert when there is actually a problem, not every run   9 = Credentials work, condition logic is correct, and a test run succeeded  |  10 = Add logic/state so it only alerts once per outage, not every schedule tick

📄 Need offline practice?Download the print-ready PDF or open the one-page cheat sheet.
⬇ Worksheet PDF 🗒 Cheat Sheet