cURL
curl --request POST \ --url https://api-west.millis.ai/campaigns \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "id": "<string>", "name": "<string>", "status": "idle", "records": [ { "phone": "<string>", "metadata": {}, "call_status": "not_started" } ], "created_at": 123 }
Documentation IndexFetch the complete documentation index at: https://docs.millis.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.millis.ai/llms.txt
Use this file to discover all available pages before exploring further.
Private Key
Successful Response
idle
started
paused
finished
failed
Show child attributes