Skip to content

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/sheets

Langkah:

  1. Update test form/curl → tambah field telepon
  2. Update Set Node → tambah field telepon: \{{ $json.body.telepon }}
  3. Update notification node → include telepon

Challenge B: Ganti Output (Medium)

Ganti notification node:
- Dari Google Sheets → ke Email, ATAU
- Dari Email → ke Google Sheets

Langkah:

  1. Delete notification node yang lama
  2. Tambah notification node baru
  3. Map field yang sama ke format baru
  4. Test ulang

Challenge C: Tambah Logic (Harder)

Tambah If node:
- Kalau pesan mengandung kata "urgent" → kirim notif khusus
- Kalau tidak → flow normal

Langkah:

  1. Tambah If node setelah Set Node
  2. Condition: {{ $json.pesan }} contains "urgent"
  3. True branch → Send Email dengan subject "🚨 URGENT"
  4. 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!

Bootcamp AI Automation — akala.id