Skip to main content
POST
Add caller pool numbers
Use a caller pool when caller_id_strategy is pool. The pool rotates calls across eligible numbers and applies per-number limits.
Authentication required
  • X-Auth-ID — your Vobiz account ID
  • X-Auth-Token — your Vobiz auth token
string
required
Your Vobiz account ID. Use the same value in X-Auth-ID.
string
required
Your Vobiz account ID, for example MA_XXXXXXXX.
string
required
The pool campaign to add numbers to.
array
required
Array of number objects. Each requires from_number in E.164 format; label is optional with a maximum of 100 characters.
The pool can be edited only while the campaign is draft or ready. Add, update, and delete return 409 while it is running, paused, or queued.

Example

cURL

Response

201 Created
Save the returned id as number_id for updates or deletion.

Rotation and limits

These fields are configured on the campaign, not on individual numbers: When every number reaches its lifetime cap the campaign pauses with caller_pool_exhausted and needs a manual resume once you add capacity. When every number reaches its daily cap it pauses with caller_pool_daily_limit_reached and resumes automatically at midnight.