Campaigns
Upload Records
Call Management
Phones
Conversational AI
Agents
Knowledge Base
Campaigns
Call Management
Phones
Conversational AI
API Reference
Agents
Knowledge Base
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
Body
application/json · object[]
The body is of type object[]
.
Response
200
application/json
Successful Response
The response is of type object
.
curl --request POST \
--url https://api-west.millis.ai/campaigns/{campaign_id}/records \
--header 'Content-Type: application/json' \
--data '[
{
"phone": "<string>",
"metadata": {}
}
]'
{
"success": true
}