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 logTemplate C: Order Priority
[Webhook: New Order]
→ [Sheets: Lookup customer tier]
→ [If: VIP?]
→ TRUE: Priority notif + express label
→ FALSE: Normal queue✅ Build Checklist
- [ ] Tentuin use case spesifik
- [ ] Draw flow di paper/kotak (5 menit max)
- [ ] Build di n8n
- [ ] Test dengan sample data
- [ ] Screenshot + share
📸 Share
Post di group:
- Screenshot workflow
- Test result
- 1 hal yang menurutmu menarik dari build ini