Discussions
Any way to store outgoing messages on a custom field automatically in a salesbot?
Hi, i want to store outgoing messages on custom field of a lead, how can i set this in salesbot? is there anyway to do it?
Custom date and time field
I am trying to set up an integration using a webhook in Kommo and a MySQL database. I have successfully extracted the information and stored it in the database, but I am facing an issue with a custom field. The only thing left is to add this field.
incoming leads get id by number
get lead id by phone number when it is in incoming leads stage and be able to update custom fields
Change the value of custum field
I want to change the value of my costum field that is id: 777598, is a text type, i need URGENT HELP
How to include $ budget (field) in a message + calculation
Hi all !
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
}
'
Why can't I update custom fields values in a lead?
I'm making PATCH request https://{subdomain}.kommo.com/api/v4/leads/{id} to update custom fileds values. I get code 200 OK but nothing changes. Here is JSON: