workflows.fit
Back to n8n workflows
n8n templateFreeBy Nabin Bhandari

Create a WhatsApp voice assistant with Twilio, VAPI, Google Calendar & OpenAI

WhatsApp Voice Agent with Twilio, VAPI, Google Calendar, Gmail & Supabase This workflow turns WhatsApp voice messages into an AI assistant using Twilio, VAPI, and modular MCP servers. It handles scheduling, email, and...

AILangchainDevelopmentCore NodesUtilityVector Store SupabaseEmbeddings Open AiGoogle Calendar Tool
Loading interactive preview...

Template notes

WhatsApp Voice Agent with Twilio, VAPI, Google Calendar, Gmail & Supabase

This workflow turns WhatsApp voice messages into an AI assistant using Twilio, VAPI, and modular MCP servers. It handles scheduling, email, and knowledge queries all by voice.

---

๐Ÿ”Ž How it works 1. WhatsApp โ†’ Twilio โ†’ VAPI - A WhatsApp Business number (via TwiML app) receives a voice message. - Twilio streams the audio into VAPI for processing. 2. VAPI โ†’ n8n Webhook - VAPI interprets the intent and routes the request to the correct MCP server. 3. MCP Servers in n8n - ๐Ÿ“… Calendar MCP โ†’ create, fetch, update, delete Google Calendar events - ๐Ÿ“ง Gmail MCP โ†’ send confirmation or reminder emails - ๐Ÿ“š Knowledge Base MCP โ†’ query Supabase Vector Store with OpenAI embeddings 4. n8n โ†’ VAPI โ†’ WhatsApp - n8n executes the task and returns the result via VAPI back to the user.

---

๐Ÿ› ๏ธ How to use - Import this workflow into your n8n instance. - Configure a Twilio WhatsApp-enabled number and connect it to a TwiML app. - Point the TwiML app to your VAPI project. - Add credentials for Google Calendar, Gmail, Supabase, and OpenAI in n8n. - Test by sending a WhatsApp voice command like: - โ€œBook a meeting tomorrow at 3pmโ€ - โ€œSend a confirmation email to the clientโ€ - โ€œWhatโ€™s included in the AI receptionist package?โ€

---

๐ŸŽจ Customisation ideas - Add more MCP servers (e.g. CRM, Notion, Slack). - Swap Supabase for another vector database. - Extend Gmail flows with templates or multiple senders. - Adjust the VAPI assistantโ€™s tone and role to fit your brand.