Skip to content

Commit a6c90a6

Browse files
committed
fix: customer support hotline intro paragraph
1 parent 44ab9ad commit a6c90a6

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

fern/examples/customer-support-hotline.mdx

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,13 @@ slug: customer-support-hotline
55
description: A fresh, phone-first guide to kickstart a customer support hotline for your business.
66
---
77

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
1815

1916
---
2017

0 commit comments

Comments
 (0)