Ship a Weekend Voice Concierge: 5 Intents, Spend Guards, and Zero Surprises
The Problem: Missing Leads Across Time Zones
The 2 AM lead story: Kira loses a $2,500 engagement because her phone had "business hours"The math: One missed qualified call per night × $1,500 average engagement = $45,000/year in lost revenueThe nomad reality: Time zone chaos means prospects call when you're asleepArchitecture: Three Pieces, One Stream
Twilio Programmable Voice - Receives calls, routes to webhookOpenAI Realtime API - Handles conversation (listen, think, speak) in one streamFunction calls - Books calendar slots, creates CRM leads, sends confirmation textsPhone rings → Twilio picks up instantlyGreeting within 1 second with consent requestAgent determines intent and handles or escalatesSub-2-second response times throughoutThe Five-Intent Scope
Book appointments - Calendar integration with availability checkingReschedule existing appointments - Modify confirmed bookingsQualify new leads - Ask targeted questions, create CRM entriesDeflect pricing inquiries - Text link to pricing page + callback offerTake voicemails - After-hours or escalation fallbackWhat it doesn't do: Everything else gets handed to a human
Cost Model: Realtime vs. Split Stack
OpenAI Realtime API (March 2026 pricing)
gpt-realtime-1.5: ~9.6 cents/minute (audio only)gpt-realtime-mini: ~3 cents/minute (audio only)Typical call cost: 6-12 cents audio + telephony = ~35 cents total (US-to-US)Alternative: Split Stack
Google Speech-to-Text: $0.016/minuteAmazon Polly Neural TTS: ~$0.0115/minuteCombined audio cost: Under 3 cents/minuteTradeoff: More complexity, slower time-to-first-audio, latency managementTelephony Costs
Twilio rates vary by country - Use Pricing API to fetch real-time ratesNever assume flat global pricing - Pull country-specific rates at build timeGuardrails and Compliance
Consent and Recording
First thing agent says: "This line uses AI to assist and is recorded for quality. Do I have your permission to continue?"Federal vs. state law: One-party consent federally, but some states require all-partySafe default: Announce, ask permission, pivot if declinedDo-Not-Call Protection
Immediate flag on "take me off your list"Agent response: "I've marked your number as do-not-contact"CRM integration: Tag number to prevent future callsLanguage Fallback
Graceful pivot for non-English speakersNo crashes or silence - Transfer or basic Spanish responseSpend Guards and Fail-Safes
Cost Controls
Per-call cap: Set maximum spend (e.g., 35 cents)Monthly cap: Prevent bill spiralsTurn limit: Max 8 turns per call (later turns cost more)Auto-disconnect: Before costs exceed limitsQuality Controls
Intent confidence <0.6: Automatic human handoffLatency cap: ~1.8 seconds maximum response timeFrustration detection: Escalate on repeated failuresProof It Works: Real Case Studies
The Melting Pot (Restaurant Chain)
$250k revenue from after-hours bookings in 6 months68% automation of reservation-related callsFour intents: Create, modify, cancel reservations + FAQsSmall Business Example (Goodcall)
25% monthly revenue lift for junk removal company$2,500+ in bookings in first 30 daysSimple scope: Answer calls, book appointments, basic Q&AMonitoring From Anywhere
Dashboard Metrics
Booking rate: Successful appointments scheduledEscalation rate: Calls transferred to humans (target <20%)Average cost per call: Track spend trendsTime-to-first-audio: Response speed monitoringWeekly Check-in (10 minutes)
Monday morning review: 10 minutes from any caféRed flags: Escalation rate >20%, rising costs, dropping booking rateQuick fixes: Tighten turn caps, simplify qualification, check integrationsThe Weekend Voice Concierge Starter Pack
Call-flow JSON for five intentsMake.com/Zapier blueprint for calendar + CRMSpend-guard script (per-call + monthly caps)Consent and escalation copy snippetsMetrics dashboard templatePull Twilio per-country rates using Pricing APIDeploy the concierge with spend guardsCheck dashboard Monday morningKey Takeaways
Cost-effective capture: 35 cents per call to book $1,500+ clientsBounded beats complex: Five intents work better than general-purpose agentsDeflection converts: Pricing links + callbacks outperform agent quotesProven ROI: Real businesses generating hundreds of thousands from after-hours automationGrab the Weekend Voice Concierge Starter Pack in the show notes and stop missing leads while you sleep.