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_number
The callee’s phone number in E.164 format - Used to place the call to the right recipient.
agent_id
The ID of the agent that should handle the call - Used to route the call to the correct agent.
context
The call context - Used to give the agent contextual variables for a personalized experience.
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