Skip to main content
POST
/
phone
/
outbound-call
Make an AI phone call
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>"
}

Body

application/json
phoneAgentId
string
required
contact
object
required

Response

Default Response

error
object
result
any