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
Copy
curl --request POST \
--url https://api-west.millis.ai/campaigns/{campaign_id}/records \
--header 'Content-Type: application/json' \
--data '[
{
"phone": "<string>",
"metadata": {}
}
]'
Copy
{
"success": true
}
Headers
Private Key
Path Parameters
Body
application/json · CampaignRecordCreate · object[]
The body is of type CampaignRecordCreate · object[]
.
Response
200
application/json
Successful Response
The response is of type object
.
Copy
curl --request POST \
--url https://api-west.millis.ai/campaigns/{campaign_id}/records \
--header 'Content-Type: application/json' \
--data '[
{
"phone": "<string>",
"metadata": {}
}
]'
Copy
{
"success": true
}
Assistant
Responses are generated using AI and may contain mistakes.