cURL
curl --request POST \ --url https://api.chat-dash.com/v1/partner/organizations/{organizationId}/agents/{agentId}/outbound-call \ --header 'Content-Type: application/json' \ --header 'x-partner-api-key: <x-partner-api-key>' \ --data '{ "phoneNumberId": "<string>", "numberToCall": "<string>", "dynamicVariables": {} }'
This response does not have an example.
Send an outbound call using the specified agent
Partner API key for authentication
Organization ID to filter subscriptions
Agent ID to initiate the outbound call with
OK