curl --request POST \
--url https://app.dograh.com/api/v1/organizations/telephony-configs/{config_id}/set-default-outbound{
"id": 123,
"name": "<string>",
"provider": "<string>",
"is_default_outbound": true,
"credentials": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Designate this configuration as the org-wide default for outbound calls
curl --request POST \
--url https://app.dograh.com/api/v1/organizations/telephony-configs/{config_id}/set-default-outbound{
"id": 123,
"name": "<string>",
"provider": "<string>",
"is_default_outbound": true,
"credentials": {},
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}Campaigns and ad-hoc calls that omitDocumentation Index
Fetch the complete documentation index at: https://docs.dograh.com/llms.txt
Use this file to discover all available pages before exploring further.
telephony_configuration_id use the default outbound configuration. Setting a new default automatically clears the previous one โ at most one configuration can be the default at a time.Successful Response