Skip to main content
POST
Send Messages To Contacts

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

Body

application/json
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

Successful Response