Skip to main content

Create CXML Application

Create CXML Application

Request Body REQUIRED
name string
handle_calls_using string

Possible values: [script, external_url]

call_handler_url uri
call_handler_method string

Possible values: [POST, GET]

handle_fallback_using string

Possible values: [script, external_url]

call_handler_fallback_url uri
call_handler_fallback_method string

Possible values: [POST, GET]

call_status_callback_url uri
call_status_callback_method string

Possible values: [POST, GET]

call_handler_script string
call_handler_fallback_script string
Responses
200

A CXML Application

Schema OPTIONAL
id uuid OPTIONAL
project_id uuid OPTIONAL
display_name string OPTIONAL
type string OPTIONAL
created_at date-time OPTIONAL
updated_at date-time OPTIONAL
cxml_application object OPTIONAL
id uuid OPTIONAL

A unique identifier for the CXML Application

name string OPTIONAL
handle_calls_using string OPTIONAL

Possible values: [script, external_url]

call_handler_url uri OPTIONAL
call_handler_method string OPTIONAL

Possible values: [POST, GET]

handle_fallback_using string OPTIONAL

Possible values: [script, external_url]

call_handler_fallback_url uri OPTIONAL
call_handler_fallback_method string OPTIONAL

Possible values: [POST, GET]

call_status_callback_url uri OPTIONAL
call_status_callback_method string OPTIONAL

Possible values: [POST, GET]

422

Unprocessable Entity

Schema OPTIONAL
type string
code string
message string
attribute string OPTIONAL
url uri