Create multiple calls

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects a list of objects.
phone_numberstringRequiredformat: "^\+[1-9][0-9]{1,14}$"

The callee’s phone number in E.164 format - Used to place the call to the right recipient.

agent_idstringRequiredformat: "uuid"

The ID of the agent that should handle the call - Used to route the call to the correct agent.

contextmap from strings to stringsOptional

The call context - Used to give the agent contextual variables for a personalized experience.

timezonestringOptionalformat: "timezone"

The callee’s time zone - Used to apply scheduling rules using the recipient’s local time.

Response

Created (no response body).

Errors

401
Unauthorized Error
422
Unprocessable Entity Error
5XX
Server Error