POST
/
organizations
/
{organizationId}
/
agents
/
{agentId}
/
outbound-call
Send Outbound Call
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.

Headers

x-partner-api-key
string
required

Partner API key for authentication

Path Parameters

organizationId
string
required

Organization ID to filter subscriptions

agentId
string
required

Agent ID to initiate the outbound call with

Body

application/json

Response

200

OK