Bulk calls
Start a draft campaign
Start a campaign that was created with save_as_draft: true.
POST/calls/bulk_call//start
Bearersession
Path parameters
bulk_call_idrequiredcurl -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/jsonResponse Body
application/json
