Bulk calls
Add number to rotation pool
Add one of your numbers to the campaign's rotation pool. Works while the campaign is running, which is how you bring in a fresh number when the pool is running out of healthy ones.
POST/calls/bulk_call//numbers
Bearersession
Path parameters
bulk_call_idrequiredBody
One of your numbers, from List phone numbers.
curl -X POST 'https://backend.omnidim.io/api/v1/calls/bulk_call/{bulk_call_id}/numbers' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "phone_number_id": 178 }'
Example response
{ "status": "success", "message": "Number added to pool" }
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.
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
phone_number_id*integer
One of your numbers, from List phone numbers.
Response body
application/jsonResponse Body
application/json
