v1
latestOpenAPI 3.0.32026-07-246376162.1 KBVoice
Start call
Initiate calls for agents from external systems.
post/api/v4/voice/calls
Request body
Example request
{
"caller_id": "18885658889",
"phone_number": "18885658889",
"user_id": 1,
"source": {
"account_id": "123321",
"system": "zoho"
}
}Response
Created
Example response
{
"call": {
"id": "0b97ce11-b6e0-49b4-8f92-68040aa324bf"
}
}