Hey,
I’m building an AI receptionist system for a hostel using the following stack:
- Retell AI / ElevenLabs for voice agent
- Twilio for telephony
- N8N for automation
- Supabase as database
The flow:
- Client calls the hostel’s number → forwarded to a Twilio number
- AI voice agent (ElevenLabs/Retell) picks up, handles the conversation, checks availability via iCal feed from their PMS (Roomadmin)
- After the call, N8N sends a summary to the hostel owner (who called, what they wanted, what dates etc.)
My question:
Is it possible to use a single Twilio number for both:
a) receiving regular phone calls (handled by the voice AI)
b) sending WhatsApp messages to the hostel owner’s personal WhatsApp number as post-call summaries
So the flow would be: call comes in on Twilio number → AI handles it → N8N triggers → same Twilio number sends a WhatsApp message to the owner’s private WhatsApp with the summary.
I know Twilio supports WhatsApp Business Platform, but I’m not sure if one number can handle both voice calls and outbound WhatsApp messages simultaneously without conflicts.
Is this possible? If yes, what’s the setup? If no, what’s the cleanest workaround?
Thanks