mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
chore: add telephony configuration docs
This commit is contained in:
parent
fbf0687c79
commit
91a62178c1
17 changed files with 162 additions and 10 deletions
9
docs/api-reference/telephony-configs/create.mdx
Normal file
9
docs/api-reference/telephony-configs/create.mdx
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
title: "Create Configuration"
|
||||
description: "Create a new telephony configuration"
|
||||
openapi: "POST /api/v1/organizations/telephony-configs"
|
||||
---
|
||||
|
||||
Call [List Supported Providers](/api-reference/telephony-configs/providers) first to discover the credential fields for the provider you want to configure — they vary per provider.
|
||||
|
||||
Configuration `name` must be unique within your organization. Set `is_default_outbound: true` to mark this configuration as the org-wide default for outbound calls (any existing default is unset). New configurations have no phone numbers; add them via [Add a phone number](/api-reference/telephony-configs/phone-numbers/create).
|
||||
Loading…
Add table
Add a link
Reference in a new issue