Headers
Private Key
Path Parameters
Response
Successful Response
curl --request POST \
  --url https://api-west.millis.ai/campaigns/{campaign_id}/records \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "phone": "<string>",
    "metadata": {}
  }
]'{
  "success": true
}curl --request POST \
  --url https://api-west.millis.ai/campaigns/{campaign_id}/records \
  --header 'Content-Type: application/json' \
  --data '[
  {
    "phone": "<string>",
    "metadata": {}
  }
]'{
  "success": true
}Private Key
Successful Response