Skip to main content
POST
Make a call

Authorizations

api_key
string
query
required

Your API key for authentication. You can generate it from the Settings page. Format: starts with in-.

Path Parameters

widget_id
string<uuid>
required

Widget ID to be used for initiating the call. It must be connected to Twilio, Plivo or Telnyx.

Body

application/json

Payload containing the phone number and other details.

to
string
required

The phone number to call. Must be in E.164 format. Ex: 16501234567

prompt_dynamic_variables
Prompt Dynamic Variables · object | null

Dynamic variables to be used in the prompt. Ex: {'name': 'Bob', 'appointment_day': 'tomorrow', 'reason': 'for confirmation of appointment'}

Response

Call successfully initiated

message
string | null
default:Data created successfully
meta
Meta · object | null
data
Call · object | null