Demo build
Sara: AI voice agent for an e-commerce store (flagship demo)
The problem
Store phones ring while the team is packing orders or after hours. Most calls are the same few questions: where is my order, when will it arrive, how do I pay or return it. Missed calls become missed sales.
What it does
- Answers straight away and asks for the order number
- Checks the order live through an n8n workflow (product, courier, delivery date)
- Confirms the cash-on-delivery amount and handles return requests
- After the call, saves customer, order, intent and a summary to Google Sheets
One n8n workflow does two jobs: it looks up the order during the call, and it logs the call after it ends.
Stack
- Vapi
- n8n
- OpenAI GPT-4.1
- Google Sheets
Read the call transcript
Sara: Hi, thanks for calling ShopEase! This is Sara. How can I help you today?
Customer: Hi Sara, this is Ahmed. I'm calling to check on my order.
Sara: Sure, Ahmed! What's your order number?
Customer: Sure, it's one zero zero one.
Sara: Let me check that for you. [n8n looks up order 1001]
Sara: Your Wireless Earbuds Pro order is shipped with TCS.
Customer: Oh nice. So when will it arrive?
Sara: Your order will arrive tomorrow, September 27th.
Customer: Perfect. And it's cash on delivery, so I just pay the rider?
Sara: Yes, Ahmed, that's right! Just pay the rider forty-nine ninety-nine when your order arrives.
Customer: Great, that's all I needed, thanks Sara!



