Action urls
Was this helpful?
Was this helpful?
Create an action url for virtual receptionist.
/ivrs/{id}/action_urls
The unique ID of virtual receptionist.
The name of action url.
Whether to enable or not.
The request headers of action url.
The caller mask of action url.
The DTMF mask of action url.
A semicolon-separated list of DTMF number or DTMF number range.
For example: 1000;2000;3000-4000.
The connection timeout in seconds.
The request timeout in seconds.
The action url type.
Can be either:
DTMF
:CALLER
DTMF
, CALLER
The action url request method.
Can be either:
GET
POST
:GET
, POST
Enabled this event or not.
The username for authentication, when auth is BASIC
or DIGEST
.
[a-z0-9]{6,64}
The password for authentication, when auth is BASIC
or DIGEST
.
[a-z0-9]{6,64}
The token for authentication, when auth is BEARER
.
The event url.
[a-z0-9]{6,64}
The authentication method of event URL:
Can be either:
DISABLE
: Disable authentication.BASIC
: Use basic authentication.DIGEST
: Use digest authentication.BEARER
: Use bearer authentication.DISABLE
, BASIC
, DIGEST
, BEARER
Set action url of virtual receptionist.
/ivrs/{id}/action_urls/{url_id}
The unique ID of virtual receptionist.
The unique ID of action url.
The name of action url.
Whether to enable or not.
The caller mask of action url.
The DTMF mask of action url.
A semicolon-separated list of DTMF number or DTMF number range.
For example: 1000;2000;3000-4000.
The request headers of action url.
The connection timeout in seconds.
The request timeout in seconds.
The action url type.
Can be either:
DTMF
:CALLER
DTMF
, CALLER
The action url request method.
Can be either:
GET
POST
:GET
, POST
Enabled this event or not.
The username for authentication, when auth is BASIC
or DIGEST
.
[a-z0-9]{6,64}
The password for authentication, when auth is BASIC
or DIGEST
.
[a-z0-9]{6,64}
The token for authentication, when auth is BEARER
.
The event url.
[a-z0-9]{6,64}
The authentication method of event URL:
Can be either:
DISABLE
: Disable authentication.BASIC
: Use basic authentication.DIGEST
: Use digest authentication.BEARER
: Use bearer authentication.DISABLE
, BASIC
, DIGEST
, BEARER
No body