Discussions

Ask a Question
ANSWERED
ANSWERED

Attach file from customer field (FILE type) to email template

Hi, I would like to attach a file from a custom field of type: FILE into an email template.

ANSWERED
ANSWERED
ANSWERED
ANSWERED

Stop BOTS from one stage to antoher in Funnel

We have bots that trigger when a lead moves from one stage to another. However, we need a way to stop bots from previous stages. Here's an example:

ANSWERED
ANSWERED

Please add SHORTCUT to ATTACH files

It would be nice to add ONE more keyboard shortcut - in the message box - attachment

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
}
'