Name | Type | Description | Notes |
---|---|---|---|
status | String | The value to set the call status to. Setting the status to completed ends the call. | [optional] |
url | String | The URL where TeXML will make a request to retrieve a new set of TeXML instructions to continue the call flow. | [optional] |
method | MethodEnum | HTTP request type used for `Url`. | [optional] |
fallbackUrl | String | A failover URL for which Telnyx will retrieve the TeXML call instructions if the Url is not responding. | [optional] |
fallbackMethod | FallbackMethodEnum | HTTP request type used for `FallbackUrl`. | [optional] |
statusCallback | String | URL destination for Telnyx to send status callback events to for the call. | [optional] |
statusCallbackMethod | StatusCallbackMethodEnum | HTTP request type used for `StatusCallback`. | [optional] |
texml | String | TeXML to replace the current one with. | [optional] |
Name | Value |
---|---|
GET | "GET" |
POST | "POST" |
Name | Value |
---|---|
GET | "GET" |
POST | "POST" |
Name | Value |
---|---|
GET | "GET" |
POST | "POST" |