v1
latestOpenAPI 3.0.02026-07-1494623.7 KBCalls
Create an outbound call
Create an outbound Call
post/
Request body
Example request
{
"ncco": [
{
"action": "talk",
"text": "Hello World"
}
],
"event_url": [
"https://example.com/event"
],
"from": {
"number": "14155550100",
"type": "phone"
},
"machine_detection": "continue",
"to": [
{
"dtmfAnswer": "p*123#",
"number": "14155550100",
"type": "phone"
}
]
}Response
Created
Example response
{
"conversation_uuid": "CON-f972836a-550f-45fa-956c-12a2ab5b7d22",
"direction": "outbound",
"status": "completed",
"uuid": "63f61863-4a51-4f6b-86e1-46edebcf9356"
}