diff --git a/fern/calls/call-outbound.mdx b/fern/calls/call-outbound.mdx index 06ce078e3..f29a90813 100644 --- a/fern/calls/call-outbound.mdx +++ b/fern/calls/call-outbound.mdx @@ -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. diff --git a/fern/docs.yml b/fern/docs.yml index 0960d7dc1..468aa4de0 100644 --- a/fern/docs.yml +++ b/fern/docs.yml @@ -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