Natserract Personal and Research Notes

  • Main
  • Projects
  • Notes
  • Talks
RSS Feeds Analytics
© 2025 Alfin Surya

CustomerCare AI

The client is a leading e-commerce company based in Germany that provides an ERP system allowing users to connect and manage multiple marketplaces, such as Amazon, which allows them to manage their inventory, sales, and customer data efficiently.

The client needs a conversational AI agent to improve their customer experience by providing 24/7 support, reducing costs, optimizing support agent workloads, and more.

Workflow:

diagram

Main Flow

  1. Accepts customer calls (inbound) via Vapi
  2. NLU (Natural Language Understanding - Voice). Analyze user input to determine the user’s intent (topic), which is the purpose or goal behind the message. For example, Order Status Inquiry, Refund Request, Speak to Human, or ask a question.
  3. Triggers an n8n workflow to:
    • Query order status from an API/database.
    • Email the customer if requested.
    • Any task required from customer
  4. If the AI agent fails or is uncertain, the call is escalated to a human agent.

Technical Challenges:

  • Spelling variations and typos
  • Multiple intents in a single message
  • Industry-specific terminology and jargon

Result

Achieved 96% success rate with low latency.

metrics

N8N Workflow

n8n-workflow

User interface to see call logs, cost and etc.

interface

Call Logs

See call_logs.json

/ Projects
RSS Feeds Analytics
© 2025 Alfin Surya