POST
/
v1
/
Outbound
/
{outboundId}
/
Call

Authorizations

Authorization
string
headerrequired

Specify the authorization token.

For more information, check out the Authorization Guide.

Path Parameters

outboundId
string
required

The unique identifier of the outbound campaign for which the call is being initiated.

Body

to
string | null

The phone number to which the call will be made.

callData
object | null

A dictionary containing additional information about the call. It is used as variables that you can use in "Opening Sentence" or "Flow Script" when you create a Pearl on the platform. The keys represent the field names, and the values contain the corresponding data. This information can be used to personalize the conversation or manage lead-specific details.

This parameter is optional.see Variables

Here is an exemple of the json to send:

{ "firstname" : "joe", "lastName": "Martin" , "carLicense" : "90-929-82" }

Response

200 - text/plain
id
string | null

The unique identifier for the call. This ID can be used to track or reference the specific call.

from
string | null

The phone number from which the call was made. This is the originating number used in the outbound call.

to
string | null

The phone number to which the call was made. This is the destination number that was dialed.

queuePosition
integer

The position of the call in the queue if the call is placed in a waiting queue.