cURL
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 has no body data.
Send an outbound call using the specified agent
Client-specific API key for authentication
Client ID to initiate the outbound call for
Agent ID to initiate the outbound call with
The phone number ID to use for the call
The number to call in E.164 format
OK