{
"phone_number": "<string>",
"assistant_id": 123,
"variables": {
"customer_name": "<string>",
"email": "<string>"
}
}
{
"message": "Call initiated successfully",
"data": {}
}
Documentación API
Realizar llamada
Realizar llamada telefonica
POST
/
user
/
make_call
{
"phone_number": "<string>",
"assistant_id": 123,
"variables": {
"customer_name": "<string>",
"email": "<string>"
}
}
{
"message": "Call initiated successfully",
"data": {}
}
Este endpoint permite realizar una llamada telefonica.
Request body
string
required
El numero de telefono en formato E.164
integer
required
El ID del asistente desde el cual se realizara la llamada
array
The variables to pass to the lead
Response fields
string
The message of the response
object
The data of the response
{
"phone_number": "<string>",
"assistant_id": 123,
"variables": {
"customer_name": "<string>",
"email": "<string>"
}
}
{
"message": "Call initiated successfully",
"data": {}
}

