Create Client
POST
/clients/{companyId}
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST '/clients/{{companyId}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Flavio Oliviera",
"phone": "+5511999999999",
"isRobot": false,
"probability": 0.8,
"lastTopic": "Initial Contact",
"status": "new"
}'
Response Response Example
{}
Requisição
Parâmetros Path
companyId
string
requerido
Exemplo:
{{companyId}}
Parâmetros Bodyapplication/json
Respostas
Modificado em 2025-04-24 20:06:01