AI VOICE RECEPTIONIST
A receptionist that answers the phone
Speak to it in the browser. It hears you, works out what you asked for, prices it against a real treatment list, checks a real diary for free slots and books you in. When it is not sure, it hands over to a human instead of guessing.
- ~0.7s
- to first sound
- 4.9-5.7s
- to a full spoken answer
Deepgram Aura-1n8nAnthropicWeb Speech APIGoogle Sheets
Call it nowLatency measured on our own build, CLAUDE.md 2026-08-26. Aura-1 was chosen over Aura-2 because 2.0-2.6s beat 4.6-5.2s for the same sentence.
MED-SPA DASHBOARD
The screen a clinic actually opens
Speed-to-lead, no-show rate, revenue booked, and a short queue of the few things that genuinely need a person. Running on sample clinic data against a live n8n webhook, not a screenshot.
n8nGoogle SheetsWebhooks
Open the dashboardThe four metrics named are the ones public/medspa-demo.html renders.
WHATSAPP BOOKING AGENT
A booking agent that lives in WhatsApp
Qualifies the enquiry, answers treatment and price questions from a fixed list rather than from a model's memory, offers real slots by day, and writes the confirmed booking into the diary. Clinical questions get refused, on purpose.
WhatsApp Business APIn8nAnthropicGoogle Sheets
Watch it book a clientThe refusal behaviour and the fixed-facts answering are in automation/build-medspa-06.mjs.
REAL-ESTATE LEAD FOLLOW-UP
The lead that gets answered at 11pm
Portal enquiry lands, gets logged with both timestamps, and gets a reply on the official WhatsApp Business API in under sixty seconds. Follow-ups queue at 24 and 48 hours and stop dead the moment the lead replies.

- <60s
- first reply, any hour
- 24h / 48h
- follow-ups, then stop
n8nWhatsApp Business APIGoogle Sheets
See how it worksThree real screenshots of this system running are on the homepage: the n8n canvas, the sheet filling up, and the WhatsApp thread as the buyer sees it.
OPEN SOURCE
The voice workflow, yours to take
The whole n8n AI voice receptionist as importable JSON, plus the TTS proxy, MIT licensed. No email, no form, no signup. If you never speak to us and just run it yourself, that is a fine outcome.
n8nMIT
Download the workflowpublic/templates/ - the JSON, the proxy and the LICENSE are in this repo.