Discussions

Ask a Question
ANSWERED

Obtener mensajes de forma dinamica

Quiero integrar un servicio de agentes de IA en la plataforma. Cual seria la forma optima de capturar los mensajes entrantes de los clientes, para luego pasárselos al agente para que genere una respuesta y responda a los clientes?

ANSWERED

How do I pass value to the custom field of all leads? Whats is the parameter to define a value custom field?

curl --request PATCH
--url
https://subdomain.kommo.com/api/v4/entity/custom_fields/id
--header 'accept: application/json'
--header 'authorization: Bearer fdgdfgfd'
--header 'content-type: application/json'
--data '
{
"id": 1278898087,
"name": "New custom field name",
"sort": 560,
"is_visible": false,
"is_required": true
}
'

ANSWERED
ANSWERED

How to get utm parameters?