Logo
Platform updates
Calls

Make a phone call

Make a phone call

POST

/ user / make_call

This endpoint allows you to make a phone call.

Request body

phone_number string required

The phone number of the customer in E.164 format (e.g. +1234567890)


assistant_id integer required

The ID of the assistant to make the call with


variables object

The variables to pass to the lead

customer_name string default:"<string>"

The name of the customer


email string default:"<string>"

The email of the customer



Response

message string default:"Call initiated successfully"

The message of the response


Make a phone call
200 Response
{
  "message": "Call initiated successfully",
  "data": {}
}