You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/examples/customer-support-hotline.mdx
+7-10Lines changed: 7 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,13 @@ slug: customer-support-hotline
5
5
description: A fresh, phone-first guide to kickstart a customer support hotline for your business.
6
6
---
7
7
8
-
Need a **real phone line** that greets callers, gathers issue details, and logs a ticket—without writing telephony code?
9
-
This guide shows how to do exactly that with **Vapi Workflows**, **MCP tools**, and a minimal prompt.
10
-
11
-
> **In this guide, you'll build:**
12
-
>
13
-
> * A voice AI agent that answers inbound support calls 24/7 on a dedicated phone line
14
-
> * Custom tool to create support tickets based on customer's input
15
-
> * A Workflow that collects **issue type → summary → urgency**
16
-
> * An MCP tool that creates (and later updates) a ticket
17
-
> * A repeatable test case to refine prompts
8
+
In this example, we'll be using the [Vapi Dashboard](https://dashboard.vapi.ai/) to create a 24/7 customer support assistant available via 24/7 phone hotline.
9
+
10
+
You'll learn how to
11
+
12
+
* Create a voice AI agent that answers inbound support calls 24/7 on a dedicated phone line
13
+
* Create a custom tool to create support tickets based on customer's input
14
+
* Create an automated test suite to ensure your assistant is working as expected
0 commit comments