Skip to main content
POST
Bulk calling

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 list of contact IDs and other details.

contact_ids
string<uuid>[]
required

List of UUIDs that identify the contacts to receive the campaign.

Minimum array length: 1
Example:
message
string | null

(Only for Chat based assistants, ignored for calling) Message to be sent

Example:

"Hi Adam, check out our new offer!"

start_new_conversation
boolean | null
default:false

(Always True for calling campaigns) Start a brand‑new thread instead of replying in the existing one.

Example:

true

Response

Campaign has been qeueud

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