Skip to main content
POST
/
api
/
v1
/
vicky
/
calls
/
outbound
Iniciar llamada saliente
curl --request POST \
  --url https://apis.wekall.co/api/v1/vicky/calls/outbound \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "agentId": "6a0e1701ef0ddceeedc18084",
  "toNumber": "+573001234567",
  "conversation_initiation_client_data": {
    "nombre": "Juan",
    "deuda": "150000"
  }
}
'

Documentation Index

Fetch the complete documentation index at: https://docs.wekall.co/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Token obtenido desde POST /api/v1/auth/token

Body

application/json
agentId
string
required

ID del agente que realizara la llamada

Example:

"6a0e1701ef0ddceeedc18084"

toNumber
string
required

Numero de telefono destino (formato E.164)

Example:

"+573001234567"

conversation_initiation_client_data
object

Variables dinamicas para la conversacion

Example:
{ "nombre": "Juan", "deuda": "150000" }

Response

Llamada iniciada