Campaigns
Upload Records
Call Management
Conversational AI
Agents
Campaigns
Call Management
Conversational AI
API Reference
Agents
Campaigns
Upload Records
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
Private Key
Path Parameters
Response
200
application/json
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
}