curl --request POST \
--url https://api.open.cx/phone/outbound-call \
--header 'Content-Type: application/json' \
--data '
{
"phoneAgentId": "<string>",
"contact": {
"id": "<string>"
}
}
'{
"error": {
"code": "<string>",
"status": 123
},
"result": "<unknown>"
}Initiate an outbound call using an AI phone agent
curl --request POST \
--url https://api.open.cx/phone/outbound-call \
--header 'Content-Type: application/json' \
--data '
{
"phoneAgentId": "<string>",
"contact": {
"id": "<string>"
}
}
'{
"error": {
"code": "<string>",
"status": 123
},
"result": "<unknown>"
}Was this page helpful?