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