Place calls in bulk
Place calls to multiple destinations in one request, up to 10 destinations.
The whole request is validated before any call is placed. If
validation fails - an invalid number, more than 10 destinations, a
missing prompt variable - the entire request is rejected with a 400
and no calls are placed.
Once validation passes, each destination is dialed independently, so
a bulk can return a mix of successes and failures per destination. It
returns 201 even when some - or all - destinations fail: check each
entry’s success and status in results.
Duplicate destinations are de-duplicated; each unique number is called once.
Autorisierungen
Generate (or rotate) your token on the Outbound Calls page in your dashboard. The token is shown once - store it securely; rotating it invalidates the previous token. A token only reaches your own agents and data.
Body
Up to 10 destinations, either as objects (with optional per-destination variables) or as plain E.164 strings. The two forms cannot be mixed.
10Your agent's phone number, or its SIP ID - see the Introduction.
"+4921186942846"
Caller ID for SIP-trunk agents - see the Introduction.
^\+\d+$Shared variables applied to every destination. Cannot be
combined with per-destination prompt_variables in the same
request - use one or the other.