Skip to content

Durasi: 12 menit | Block: 2


🧠 Mental Model

SOP di kertas:          SOP di n8n:
                        ┌─────────┐
1. Terima order    →    │ Trigger │ (Form/Webhook/Email)
2. Cek stok        →    │  Check  │ (If/Switch node)
3. Kirim notif     →    │ Action  │ (WhatsApp/Email/Sheets)
4. Update data     →    │ Update  │ (Database/Sheets)
                        └─────────┘

n8n = SOP kamu yang hidup. Bukan coding. Visual.


🖥️ Interface Tour

Canvas (Area Kerja)

  • Drag & drop node
  • Connect node dengan drag dari output circle ke input circle
  • Zoom in/out, pan

Node Panel (Kiri)

  • Triggers: Webhook, Schedule, Manual, Email, App triggers
  • Actions: HTTP Request, Send Email, Sheets, WhatsApp, dll
  • Logic: If, Switch, Merge, Split
  • Transform: Set, Code, Date/Time

Node Settings (Kanan)

  • Klik node → settings muncul di kanan
  • Configure parameters, credentials, field mapping
  • Test node individually

Top Bar

  • Save — simpan workflow
  • Execute — run sekali untuk test
  • Activate — workflow jalan otomatis saat trigger terjadi
  • ** executions log** — riwayat semua run

📚 Terminology Crash

TermArtinyaAnalogi
Node1 blok aksi1 langkah di SOP
WorkflowRangkaian node1 SOP lengkap
TriggerNode pertama, pemantik"Pintu masuk"
ActionNode yang melakukan sesuatu"Tangan yang kerja"
ConnectionGaris antar node"Arrow di flowchart"
Execution1x workflow jalan1x SOP dijalankan
CredentialAPI key / login"Kunci akses"
ExpressionFormula dinamis"Formula di Excel"
PayloadData yang lewat antar node"Dokumen yang di-pass"

🔑 Types of Trigger

TriggerKapan DipakaiContoh
WebhookExternal system push dataForm submission, payment callback
ScheduleWaktu tertentuDaily report, hourly check
ManualKamu klik sendiriTesting, on-demand
App TriggerEvent dari app tertentuNew email, new spreadsheet row
Pollingn8n check berkalaCheck RSS feed, check API

⚡ Quick Analogy

n8n = karyawan virtual yang:
- Selalu tepat waktu (trigger)
- Ga pernah lupa langkah (workflow)
- Ga ngambek (tapi bisa error kalau salah setup 😅)
- Bisa kerja 24/7 tanpa lembur

Bootcamp AI Automation — akala.id