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 '{ "orgId": "<string>", "phoneAgentId": "<string>", "contact": { "id": "<string>" } }'
{}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Show child attributes
The response is of type object.
object
Was this page helpful?