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
The body is of type CampaignRecordCreate · object[]
.
Successful Response
The response is of type object
.