MCP is live.Set upAsk on Discord
OmniDimension
Bulk calls

Start a draft campaign

Start a campaign that was created with save_as_draft: true.

POST/calls/bulk_call//start
Path parameters
bulk_call_idrequired
curl -X POST 'https://backend.omnidim.io/api/v1/calls/bulk_call/{bulk_call_id}/start' \
  -H 'Authorization: Bearer YOUR_API_KEY'
Example response
{
  "status": "success",
  "message": "Campaign started",
  "current_status": "in_progress"
}

Authorization

BearerAuth
AuthorizationBearer <token>

Bearer token authentication. Obtain your API key from the OmniDimension dashboard.

In: header

Path Parameters

bulk_call_id*integer

Id of the bulk call campaign.

Response body

application/json

Response Body

application/json