Skip to main content
POST
/
api
/
v1
/
bulk_call_campaigns
Create campaign
curl -X POST "https://api.callaro.ai/api/v1/bulk_call_campaigns" \
  -H "X-Api-Key: $CALLARO_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"name":"Q2 Outreach","agent_id":42,"timezone":"Asia/Kolkata","campaign_phone_number_ids":[101]}'
{
  "data": {},
  "message": "<string>",
  "meta": {},
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Tenant-Id
string

Optional tenant context selector for JWT/partner key callers.

Body

application/json

The body is of type object.

Response

Campaign created

data
object
message
string | null
meta
object
request_id
string | null