Durasi: 10 menit | Block: 5
🎯 Task
Modifikasi workflow yang sudah jalan. Pilih 1 (atau lebih):
Challenge A: Tambah Field (Easy)
Modifikasi webhook form → tambah field baru:
- "telepon" → kirim ke notif/sheetsLangkah:
- Update test form/curl → tambah field
telepon - Update Set Node → tambah field
telepon: \{{ $json.body.telepon }} - Update notification node → include telepon
Challenge B: Ganti Output (Medium)
Ganti notification node:
- Dari Google Sheets → ke Email, ATAU
- Dari Email → ke Google SheetsLangkah:
- Delete notification node yang lama
- Tambah notification node baru
- Map field yang sama ke format baru
- Test ulang
Challenge C: Tambah Logic (Harder)
Tambah If node:
- Kalau pesan mengandung kata "urgent" → kirim notif khusus
- Kalau tidak → flow normalLangkah:
- Tambah If node setelah Set Node
- Condition:
{{ $json.pesan }}contains "urgent" - True branch → Send Email dengan subject "🚨 URGENT"
- False branch → flow normal
✅ Done Criteria
- [ ] Workflow jalan tanpa error
- [ ] Data mapping benar (field terisi)
- [ ] Output sesuai modifikasi
📸 Share
Screenshot workflow kamu + hasil output. Share di group!