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 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "orgId": "<string>",
  "phoneAgentId": "<string>",
  "contact": {
    "id": "<string>"
  }
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
orgId
string
required
phoneAgentId
string
required
contact
object
required
  • Option 1
  • Option 2

Response

The response is of type object.

I