Discussions
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
}
'
traffic light's tags
I want to put "traffic light" labels on my leads with conversations that I did not respond to in 5, 10 and 30 minutes, but I really don't understand very well how to use the salesbot triggers, they are very confusing and some do not work as their names say, could you give me some ideas please?
Getting files from Files API
I need to download these files from my chats, for example, for the one in the image I need to get all the attachments, could this be achieved using the Files API?