Skip to content

Commit 14a9ac1

Browse files
committed
feat(workflows): add final screenshots
1 parent a84a311 commit 14a9ac1

File tree

8 files changed

+22
-37
lines changed

8 files changed

+22
-37
lines changed
361 KB
Loading
517 KB
Loading
625 KB
Loading
625 KB
Loading

fern/workflows/examples/appointment-scheduling.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -437,6 +437,12 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
437437
</Step>
438438
</Steps>
439439

440+
## Final Workflow
441+
442+
<Frame caption="Complete appointment scheduling workflow with branching logic for booking, rescheduling, and canceling appointments">
443+
<img src="../../static/images/workflows/examples/appointment-scheduling.png" alt="Barbershop appointment scheduling workflow showing conversation nodes, tool integrations, and conditional routing" />
444+
</Frame>
445+
440446
## Next Steps
441447

442448
Just like that, you've built an automated appointment scheduling workflow that can handle inbound calls, manage bookings, and provide 24/7 availability for your barbershop.

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,12 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
575575
</Step>
576576
</Steps>
577577

578+
## Final Workflow
579+
580+
<Frame caption="Complete medical triage and scheduling workflow with emergency detection, symptom assessment, and clinical routing">
581+
<img src="../../static/images/workflows/examples/clinic-triage-scheduling.png" alt="Clinic triage workflow showing patient verification, medical assessment nodes, emergency routing, and appointment scheduling" />
582+
</Frame>
583+
578584
## Integrating with Real Systems
579585

580586
This example uses JSONPlaceholder for demonstration purposes. To integrate with your actual healthcare systems:

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -597,6 +597,12 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
597597
</Step>
598598
</Steps>
599599

600+
## Final Workflow
601+
602+
<Frame caption="Complete e-commerce customer service workflow with order tracking, return processing, and VIP customer routing">
603+
<img src="../../static/images/workflows/examples/ecommerce-order-management.png" alt="E-commerce support workflow showing customer identification, inquiry routing, order tracking, and return processing flows" />
604+
</Frame>
605+
600606
## Integrating with Real Systems
601607

602608
This example uses JSONPlaceholder for demonstration purposes. To integrate with your actual e-commerce systems:

fern/workflows/examples/lead-qualification.mdx

Lines changed: 4 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -571,44 +571,11 @@ You'll start with a default template that includes a "Call Start" node. We'll mo
571571
</Step>
572572
</Steps>
573573

574-
---
575-
576-
## 5. Configure Phone Number for Outbound Calls
574+
## Final Workflow
577575

578-
<Steps>
579-
<Step title="Navigate to Phone Numbers">
580-
Click `Phone Numbers` in the left sidebar of your dashboard.
581-
</Step>
582-
<Step title="Create or Import Phone Number">
583-
- Click `Create Phone Number` for a new Vapi number, or
584-
- Click `Import Phone Number` to use your existing number from Twilio/Telnyx
585-
</Step>
586-
<Step title="Configure Outbound Settings">
587-
**Assistant**: Select your `Alex - Sales Agent` assistant
588-
**Workflow**: Ensure it's linked to your `TechFlow Sales Qualification Workflow`
589-
590-
**Outbound Configuration**:
591-
- Enable outbound calling capabilities
592-
- Set caller ID name to "TechFlow Solutions"
593-
- Configure voicemail detection and handling
594-
- Set maximum call duration (e.g., 10 minutes)
595-
</Step>
596-
<Step title="Test Outbound Calling">
597-
Use the Vapi API to initiate test outbound calls:
598-
```bash
599-
curl -X POST https://api.vapi.ai/call \
600-
-H "Authorization: Bearer YOUR_API_KEY" \
601-
-H "Content-Type: application/json" \
602-
-d '{
603-
"phoneNumberId": "your-phone-number-id",
604-
"customer": {
605-
"number": "+1234567890"
606-
},
607-
"assistantId": "your-assistant-id"
608-
}'
609-
```
610-
</Step>
611-
</Steps>
576+
<Frame caption="Complete outbound sales qualification workflow with lead scoring, objection handling, and automated CRM integration">
577+
<img src="../../static/images/workflows/examples/lead-qualification.png" alt="Sales qualification workflow showing lead lookup, permission-based routing, BANT qualification, demo scheduling, and CRM updates" />
578+
</Frame>
612579

613580
## Integrating with Real Systems
614581

0 commit comments

Comments
 (0)