24/7 lead capture and CRM handoff for a real-estate agency via WhatsApp Business API — qualifies, scores, and routes inbound leads automatically.
A real-estate agency was missing leads that came in outside business hours — roughly 40% of their total inquiry volume. Their agents worked 9-to-6; WhatsApp messages sent at 11pm sat unanswered until morning, by which time the prospect had messaged three competitors.
A WhatsApp Business API chatbot that handles the full top-of-funnel qualification flow:
The bot uses GPT-4o for response generation but runs all qualification logic through deterministic state machines — I don’t trust LLMs to reliably extract structured data from freeform conversation, so I use the LLM for language and a finite state machine for logic.
Each conversation has a state (greeting → q1 → q2 → q3 → q4 → q5 → handoff). The LLM generates the message text; a separate extraction step parses the user’s reply into a structured answer. If extraction fails, the bot gracefully re-asks. This made the system reliable across messy, abbreviated WhatsApp-style responses.
30 minutes, free, no deck. We'll figure out if I'm the right fit for your project.