Create a connection-scoped TeXML call
Initiate an outbound TeXML call using a TeXML application connection ID, not an account SID. Request parameter names are case-sensitive. From and To are required; Texml supplies inline instructions and Url overrides the application XML request URL. When neither is supplied, the application configuration supplies the instructions. The response is a flat call object without a data wrapper.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the connection holding the TeXML application to call from.
Body
Connection-scoped outbound call parameters.
The E.164-formatted phone number or SIP URI to present as the caller.
"+13120001234"
The E.164-formatted phone number or SIP URI to call.
"+13121230000"
Inline TeXML instructions to execute when the call is answered.
"<Response><Say>Hello</Say></Response>"
The URL from which to retrieve TeXML instructions. Overrides the TeXML application XML request URL.
"https://example.com/instructions.xml"
HTTP method used to retrieve TeXML instructions from Url.
GET, POST "POST"
Response
The outbound call was queued.
The call control ID of the created call.
"v3:call-control-id"
The caller address.
"+13120001234"
The called address.
"+13121230000"
The initial status of the outbound call.
queued "queued"