Skip to content

Commit e85815b

Browse files
authored
Update call-outbound.mdx
added section for sample CSV batch calling along with path for sample file download
1 parent 28f027c commit e85815b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fern/calls/call-outbound.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ When you schedule a call, we will save the Assistant, Phone Number, and Customer
5858

5959
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.
6060

61+
You can also batch call a list of numbers using the [`example template`](/assets/batch-sample.csv). The required fields are the phone number and name columns, and any dynamic variable you add after that is optional.
62+
6163
Use both `customers` and `schedulePlan` together to schedule batched calls.
6264

6365
```jsx
@@ -84,4 +86,4 @@ Note: Vapi free numbers have limited number of outbound calls per day. Import a
8486
It is a violation of FCC law to dial phone numbers without consent in an
8587
automated manner. See [Telemarketing Sales
8688
Rule](/glossary#telemarketing-sales-rule) to learn more.
87-
</Warning>
89+
</Warning>

0 commit comments

Comments
 (0)