Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/calls/call-outbound.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ When you schedule a call, we will save the Assistant, Phone Number, and Customer
}
```

## Batch Calling
## Batch Calling [#batch-calling]

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.

Expand Down
26 changes: 11 additions & 15 deletions fern/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,29 +88,25 @@ navigation:
layout:
- link: Status Page
href: https://status.vapi.ai/

- section: Getting Started
- page: Introduction
path: introduction.mdx
- section: Quickstart
collapsed: true
contents:
- section: Quickstart
path: introduction.mdx
contents:
- page: Dashboard Quickstart
path: quickstart/dashboard.mdx
- page: Inbound Call Quickstart
path: quickstart/inbound.mdx
- page: Outbound Call Quickstart
path: quickstart/outbound.mdx
- page: Web Call Quickstart
path: quickstart/web.mdx

- page: Dashboard Quickstart
path: quickstart/dashboard.mdx
- page: Inbound Call Quickstart
path: quickstart/inbound.mdx
- page: Outbound Call Quickstart
path: quickstart/outbound.mdx
- page: Web Call Quickstart
path: quickstart/web.mdx
- section: How Vapi Works
contents:
- page: Core Models
path: quickstart.mdx
- page: Orchestration Models
path: how-vapi-works.mdx

- section: Use Cases
contents:
- page: Outbound Sales
Expand Down