Skip to main content
POST
/
create-call
create-call
curl --request POST \
  --url https://platform.voicelabs.in/api/v1/create-call \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "to_number": "+917987544173",
  "dynamic_variables": {
    "customer_name": "abhinash",
    "dealer_name": "vinod volvo",
    "vehicle_no": "K34hjslwn",
    "callback_date": "30 june 25",
    "callback_time": "12 pm",
    "alt_contact_name": "chrome",
    "alt_contact_no": "+91n839jf02"
  },
  "metadata": {
    "org_id": "org_398ufn29a",
    "user_id": "user_9204jkal"
  },
  "campaign_id": "903ef554-b54d-4918-964f-dede9cf69f10"
}
'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

200

Successful response