Skip to content

Durasi: 13 menit | Block: 5


🎯 Task ​

Build routing workflow untuk use case kamu. Pakai pattern yang sudah dipelajari.


📋 Minimum Requirements ​

Workflow harus punya:

  • [ ] 1 trigger (webhook/schedule)
  • [ ] 1 routing node (If/Switch)
  • [ ] 2+ output path
  • [ ] 1 external integration (Sheets/WhatsApp/Email)
  • [ ] Data mapping yang benar

💡 Template Options ​

Template A: Lead Router (Easiest) ​

[Form Trigger]
    → [Switch: by source (IG/WA/Website)]
        → [Sheets: log per channel]

Template B: Inquiry Classifier ​

[Webhook]
    → [AI Node: classify (sales/support/FAQ)]
        → [Switch: route]
            → Sales: Slack notif
            → Support: Email ke tim CS
            → FAQ: Auto-reply + Sheets log

Template C: Order Priority ​

[Webhook: New Order]
    → [Sheets: Lookup customer tier]
    → [If: VIP?]
        → TRUE: Priority notif + express label
        → FALSE: Normal queue

✅ Build Checklist ​

  1. [ ] Tentuin use case spesifik
  2. [ ] Draw flow di paper/kotak (5 menit max)
  3. [ ] Build di n8n
  4. [ ] Test dengan sample data
  5. [ ] Screenshot + share

📸 Share ​

Post di group:

  • Screenshot workflow
  • Test result
  • 1 hal yang menurutmu menarik dari build ini

Bootcamp AI Automation — akala.id