For the complete documentation index, see llms.txt. This page is also available as Markdown.

Automatic Callback

Manage Automatic Callback settings.

Retrieve automatic callback settings

get

Retrieve automatic callback settings.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Responses
200

OK

application/json
extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
languagestringOptional

BCP 47 Language Tags (The Internet Best Current Practices (BCP) for language tags). A language tag is composed of a sequence of one or more subtags such as language, region, variant and script subtags. When a language tag is comprised of more than one subtag, the subtag values are separated by the "-" character. You will most commonly find language tags written with 2 subtags - language and region. For example: en-US.

Example: en-US
retry_intervalinteger · int32Optional

Retry originator minutes. The amount of time to wait before re-trying a busy automatic callback originator.

Default: 5
retry_total_timeinteger · int32Optional

Monitor Minutes. The amount of time to camp-out on the busy line, waiting for it to become idle.

Default: 30
get/acb

Update automatic callback settings

post

Update automatic callback settings

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Body
extension_numberstring · min: 3 · max: 64Optional

The extension number.

Pattern: [0-9]{3,64}
languagestringOptional

BCP 47 Language Tags (The Internet Best Current Practices (BCP) for language tags). A language tag is composed of a sequence of one or more subtags such as language, region, variant and script subtags. When a language tag is comprised of more than one subtag, the subtag values are separated by the "-" character. You will most commonly find language tags written with 2 subtags - language and region. For example: en-US.

Example: en-US
retry_intervalinteger · int32Optional

Retry originator minutes. The amount of time to wait before re-trying a busy automatic callback originator.

Default: 5
retry_total_timeinteger · int32Optional

Monitor Minutes. The amount of time to camp-out on the busy line, waiting for it to become idle.

Default: 30
Responses
200

OK

No content

post/acb

No content

Last updated

Was this helpful?