Calls
Create Phone Call
Create a new outbound phone call.
post/v1/create-phone-call
Request body
Example request
{
"from_number": "+1234567890",
"to_number": "+0987654321",
"override_agent_id": "bvrg8wzi487w02m2bc7dh0ev",
"customer_id": "customer_001",
"dynamic_variables": {
"name": "John"
},
"callback_url": "https://example.com/callback"
}Response
Call created successfully
Example response
{
"dynamic_variables": {
"name": "John"
}
}