Discussions
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:
Сan I force the API to return all custom fields in lead, even if they are empty?
No.
But you can get a list of custom_fields of the leads entity.
Is there any optimal way to get the lead ID by its custom field value?
You can search leads, using query.
E.g.
https://subdomain.kommo.com/api/v4/leads?query=123456789
Is it possible to filter custom fields via API?
(A question to Tech Support)
Сan I update companies custom fields using api?
(Question from our WhatsApp group)
Can we api filter using custom field?
(Question from our WhatsApp group)