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

Headers

authorization
string | null

Private Key

Path Parameters

campaign_id
string
required

Body

application/json · object[]
phone
string
required
metadata
object | null

Response

200
application/json
Successful Response
success
boolean
required