Skip to content

Commit 03776b0

Browse files
authored
fix outbound link (#284)
* fix link? * linky
1 parent db63ec0 commit 03776b0

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

fern/calls/call-outbound.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ You can place an outbound call from one of your phone numbers using the [`/call`
1515

1616
1. **Specify an Assistant:** you must specify either a transient assistant in the `assistant` field or reuse a saved assistant in the `assistantId` field.
1717
2. **Get a Phone Number:** provide the `phoneNumberId` of the imported number or free Vapi number you wish to call from.
18-
3. **Provide a Destination:** Finally, pass the customer's phone number or SIP URI in [`customer`](/api-reference/calls/create-phone-call#request.body.customer).
18+
3. **Provide a Destination:** Finally, pass the customer's phone number or SIP URI in [`customer`](/api-reference/calls/create#request.body.customer).
1919

2020
Provide your authorization token and now we're ready to issue the API call!
2121

@@ -31,7 +31,7 @@ Provide your authorization token and now we're ready to issue the API call!
3131

3232
## Scheduling Outbound Calls
3333

34-
To schedule a call for the future, use the [`schedulePlan`](/api-reference/calls/create-phone-call#request.body.schedulePlan) parameter and pass a future ISO date-time string to `earliestAt`. This will be the earliest time Vapi will attempt to trigger the outbound call. You may also provider `latestAt`, which will be the latest time Vapi will attempt to trigger the call.
34+
To schedule a call for the future, use the [`schedulePlan`](/api-reference/calls/create#request.body.schedulePlan) parameter and pass a future ISO date-time string to `earliestAt`. This will be the earliest time Vapi will attempt to trigger the outbound call. You may also provider `latestAt`, which will be the latest time Vapi will attempt to trigger the call.
3535

3636
When you schedule a call, we will save the Assistant, Phone Number, and Customer Number resources and refetch them at the time of the call. If you choose to provide a saved assistant through `assistantId`, we will pick up the most up-to-date version of your assistant at the call time. Likewise, if you delete your saved assistant, the call will fail! To ensure the call is issued with a static version of an assistant, pass it as a transient assistant through the `assistant` parameter.
3737

@@ -50,7 +50,7 @@ When you schedule a call, we will save the Assistant, Phone Number, and Customer
5050

5151
## Batch Calling
5252

53-
To call more than one number at a time, use the [`customers`](/api-reference/calls/create-phone-call#request.body.customers) parameter to pass an array of `customer`. To provide customer specific assistant overrides, please call the endpoint separately for each destination number.
53+
To call more than one number at a time, use the [`customers`](/api-reference/calls/create#request.body.customers) parameter to pass an array of `customer`. To provide customer specific assistant overrides, please call the endpoint separately for each destination number.
5454

5555
Use both `customers` and `schedulePlan` together to schedule batched calls.
5656

fern/phone-calling.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ If you want to use your own phone number, you can also use the dashboard or the
1919
You can place an outbound call from one of your phone numbers using the
2020
[`/call`](/api-reference/calls/create-phone-call) endpoint. If the system message will be
2121
different with every call, you can specify a temporary assistant in the `assistant` field. If you
22-
want to reuse an assistant, you can specify its ID in the `assistantId` field.
22+
want to reuse an assistant, you can specify its ID in the `assistantId` field. [Read More](/phone-calling/outbound-calls)
23+
2324
</Accordion>
2425

2526
<Accordion title="Inbound Calls">

0 commit comments

Comments
 (0)