Skip to content

Commit

Permalink
video
Browse files Browse the repository at this point in the history
  • Loading branch information
bephrem1 committed Apr 18, 2024
1 parent 6fb03ae commit d3514a7
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
10 changes: 8 additions & 2 deletions introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,14 @@ Get up & running in minutes with one of our [quickstart](/quickstart) guides:
>
Quickly get started handling inbound phone calls.
</Card>
<Card title="Web Quickstart" icon="browser" iconType="regular" color="#54a7ff">
Coming Soon.
<Card
title="Outbound Calling"
icon="phone-arrow-up-right"
iconType="solid"
color="#54a7ff"
href="/quickstart/phone/outbound"
>
Quickly get started sending outbound phone calls.
</Card>
</CardGroup>

Expand Down
9 changes: 7 additions & 2 deletions quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,13 @@ We will walk through the same quickstart demo with every major way you can integ
>
Quickly get started handling inbound phone calls.
</Card>
<Card title="Outbound Calling Quickstart" icon="phone-arrow-up-right" iconType="solid">
Coming Soon.
<Card
title="Outbound Calling Quickstart"
icon="phone-arrow-up-right"
iconType="solid"
href="/quickstart/phone/outbound"
>
Quickly get started sending outbound phone calls.
</Card>
</CardGroup>

Expand Down
6 changes: 6 additions & 0 deletions quickstart/phone/outbound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ description: "Quickstart sending outbound calls with Vapi."
---

import GetAPhoneNumberSnippet from "/snippets/quickstart/phone/get-a-phone-number.mdx";
import { YouTubeEmbed } from "/snippets/video/videos.mdx";

<YouTubeEmbed
videoUrl="https://www.youtube.com/embed/e_tdhA7S9DI?si=Sl3GXq17KqT9Wzzp"
altTitle="Quickstart: Outbound Calling"
/>

An outbound call is a phone call that is dialed and goes **"out"** from a phone number, & in our case, our AI assistant will be doing the dialing.

Expand Down

0 comments on commit d3514a7

Please sign in to comment.