POST
/
voice
/
api
/
call
/
outbound
curl --request POST \
  --url https://api.truflow.ai/voice/api/call/outbound \
  --header 'Api-Key: <api-key>' \
  --header 'Api-Secret: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "number": "<string>",
  "customer_num": "<string>",
  "country_code": 123
}'
{
  "message": "Call placed successfully",
  "code": 200,
  "data": {
    "call_id": "call_9eefaa9e9xxxxxxxxxxd88d4256"
  }
}

Authorizations

Api-Key
string
header
required
Api-Secret
string
header
required

Body

application/json

Call parameters

The body is of type object.

Response

200
application/json

Call placed successfully

The response is of type any.