Skip to content

Commit 8c4468d

Browse files
committed
docs(workflows): add deprecation warnings to workflow examples
1 parent 4773363 commit 8c4468d

File tree

6 files changed

+24
-0
lines changed

6 files changed

+24
-0
lines changed

fern/workflows/examples/appointment-scheduling.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ slug: workflows/examples/appointment-scheduling
55
description: Build a voice AI appointment scheduling workflow with calendar integration, availability checking, and automated confirmations using Vapi's workflow builder.
66
---
77

8+
<Warning>
9+
This example uses Workflows. For new builds, use **Assistants** or **Squads**. See the updated guides: [Assistant - Appointment Scheduling](/assistants/examples/appointment-scheduling) or [Squads](/squads).
10+
</Warning>
11+
812
## Overview
913

1014
Build an AI-powered appointment scheduling workflow that handles inbound calls for booking, rescheduling, and canceling appointments. The workflow uses visual nodes to create branching logic, integrates with calendar systems, checks availability in real-time, and sends confirmation messages.

fern/workflows/examples/clinic-triage-scheduling.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ slug: workflows/examples/clinic-triage-scheduling
55
description: Build a voice AI clinic workflow with medical triage protocols, appointment booking, and emergency routing using Vapi's visual workflow builder.
66
---
77

8+
<Warning>
9+
This example uses Workflows. For new builds, use **Squads** for multi-assistant triage and scheduling. See: [Squad - Clinic Triage & Scheduling](/squads/examples/clinic-triage-scheduling).
10+
</Warning>
11+
812
## Overview
913

1014
Build an AI-powered clinic receptionist workflow that handles patient triage, appointment scheduling, and emergency routing using Vapi workflows with medical protocol compliance and safety monitoring.

fern/workflows/examples/ecommerce-order-management.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ slug: workflows/examples/ecommerce-order-management
55
description: Build a voice AI e-commerce workflow with order tracking, return processing, and customer support automation using Vapi's visual workflow builder.
66
---
77

8+
<Warning>
9+
This example uses Workflows. For new builds, use **Squads** with specialized assistants for orders, returns, and VIP support. See: [Squad - E‑commerce Order Management](/squads/examples/ecommerce-order-management).
10+
</Warning>
11+
812
## Overview
913

1014
Build an AI-powered e-commerce customer service workflow that handles order inquiries, returns, and customer support using Vapi workflows with tier-based routing and global monitoring for comprehensive automation.

fern/workflows/examples/lead-qualification.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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

8+
<Warning>
9+
This example uses Workflows. For new builds, use **Assistants** or **Squads**. See: [Assistant - Lead Qualification](/assistants/examples/lead-qualification) and [Squads](/squads).
10+
</Warning>
11+
812
## Overview
913

1014
Build an AI-powered outbound sales workflow that qualifies leads, handles objections, and schedules appointments using Vapi workflows with sophisticated branching logic and CRM integration.

fern/workflows/examples/multilingual-support.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ slug: workflows/examples/multilingual-support
55
description: Build a multilingual voice AI customer support workflow with language selection, dedicated conversation nodes, and cultural context using Vapi's workflow builder.
66
---
77

8+
<Warning>
9+
This example uses Workflows. For new builds, use a **Squad** with language‑specific assistants. See: [Squad - Multilingual Support](/squads/examples/multilingual-support).
10+
</Warning>
11+
812
## Overview
913

1014
Build a structured multilingual customer support workflow that guides customers through language selection at the start of the call, then routes them to dedicated conversation paths optimized for English, Spanish, and French support.

fern/workflows/examples/property-management.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ description: Build a voice AI property management system with dynamic call routi
99
<img src="/static/images/workflows/examples/property-management.png" alt="Property Management Workflow" />
1010
</Frame>
1111

12+
<Warning>
13+
This example uses Workflows. For new builds, use **Squads** with a router assistant and domain specialists. See: [Squad - Property Management Routing](/squads/examples/property-management).
14+
</Warning>
15+
1216
## Overview
1317

1418
Build a property management call routing workflow that determines transfer destinations dynamically using tenant verification, inquiry type analysis, and real-time agent availability. This approach uses visual workflow nodes with API Request nodes for maximum routing flexibility.

0 commit comments

Comments
 (0)