Hands-On: Build a Lead Qualification Flow
Exercise Goal
Build a Conversation Flow that qualifies inbound leads and routes them.
Flow Design
Start → Greeting → Ask Company Size → Ask Budget → Ask Timeline → Score Lead → Route
↓
Logic Split
/ \
High Score Low Score
| |
Transfer to Send Info &
Sales Rep End Call
Steps
- Create Conversation Flow agent
- Add Greeting node — introduce yourself, ask for their name
- Add Discovery nodes — one per qualifying question:
- “How many employees does your company have?”
- “What’s your budget range for this project?”
- “When are you looking to implement?”
- Add Code node — score the lead based on answers
- Add Logic Split — high score vs low score
- Add Transfer node — for high-score leads, transfer to sales
- Add End node — for low-score leads, offer to send info via email
Success Criteria
- Flow handles all three qualification questions
- Lead scoring logic works correctly
- High-value leads get transferred
- Low-value leads get a polite follow-up offer
- Flow handles unexpected answers gracefully