POST
/
clients
/
{clientId}
/
agents
/
{agentId}
/
outbound-call
Send Outbound Call
curl --request POST \
  --url https://api.chat-dash.com/v1/public/clients/{clientId}/agents/{agentId}/outbound-call \
  --header 'Authorization: <authorization>' \
  --header 'Content-Type: application/json' \
  --data '{
  "phoneNumberId": "<string>",
  "numberToCall": "<string>",
  "dynamicVariables": {}
}'
This response does not have an example.

Headers

Authorization
string
required

Client-specific API key for authentication

Path Parameters

clientId
string
required

Client ID to initiate the outbound call for

agentId
string
required

Agent ID to initiate the outbound call with

Body

application/json
phoneNumberId
string
required

The phone number ID to use for the call

numberToCall
string
required

The number to call in E.164 format

dynamicVariables
object

Response

OK