Create Telephony Configuration
Telephony Configurations
Create Configuration
Create a new telephony configuration
POST
Create Telephony Configuration
Call List Supported 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.Body
application/json
Body for POST /telephony-configs.
config carries the provider-specific credential fields (the same
discriminated union used by the legacy single-config endpoint). Any
from_numbers on the inner config are ignored — phone numbers are
managed via the dedicated phone-numbers endpoints.
Required string length:
1 - 64Request schema for Asterisk ARI configuration.
- ARIConfigurationRequest
- CloudonixConfigurationRequest
- PlivoConfigurationRequest
- TelnyxConfigurationRequest
- TwilioConfigurationRequest
- VobizConfigurationRequest
- VonageConfigurationRequest
