Discussions
How to trigger a follow up message for a LOST lead
Hey Team, I am back - You always super helpful, TY!
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.
How to filter leads by custom field value?
Hi. In web interface I could use "?filter[cf][FIELD_ID][]=ENUM_ID". How to do the same with API? Thanks
Placeholder for contact email in Email template
Hi guys,
How to include $ budget (field) in a message + calculation
Hi all !
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:
How can I trigger messages based on a custome DATE Field
We have a Hotel, and use Kommo for whatsapp messaging and other platforms - When we add contact, we add their desired DATE of CHECK IN and CHECK OUT - We would love to be able to trigger message based on the date - See examples below
Please add SHORTCUT to ATTACH files
It would be nice to add ONE more keyboard shortcut - in the message box - attachment
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?
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
}
'