Skip to content

Commit fc30191

Browse files
committed
chore: rename outbound-sales example to lead-qualification
1 parent 3e721e8 commit fc30191

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

fern/docs.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,8 @@ navigation:
226226
- page: Appointment scheduling
227227
path: workflows/examples/appointment-scheduling.mdx
228228
icon: fa-light fa-calendar-check
229-
- page: Outbound sales
230-
path: workflows/examples/outbound-sales.mdx
229+
- page: Lead qualification
230+
path: workflows/examples/lead-qualification.mdx
231231
icon: fa-light fa-money-bill-wave
232232
- page: Medical triage
233233
path: workflows/examples/clinic-triage-scheduling.mdx
@@ -799,3 +799,5 @@ redirects:
799799
destination: /api-reference/assistants/create
800800
- source: /examples/voice-widget.mdx
801801
destination: /sdk/web
802+
- source: /workflows/examples/outbound-sales.mdx
803+
destination: /workflows/examples/lead-qualification.mdx

fern/workflows/examples/outbound-sales.mdx renamed to fern/workflows/examples/lead-qualification.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: Outbound sales workflow
2+
title: Lead qualification workflow
33
subtitle: Build an AI sales workflow that qualifies leads and schedules appointments using Vapi workflows.
4-
slug: workflows/examples/outbound-sales
4+
slug: workflows/examples/lead-qualification
55
description: Build a voice AI outbound sales workflow with lead qualification, CRM integration, and automated follow-up using Vapi's visual workflow builder.
66
---
77

0 commit comments

Comments
 (0)