Discussions
How Detach chat with chatbot or API?
Is there any way to disconnect a contact channel via the bot or API?
Posted by Marcelo Duarte about 1 year ago
Create conversations
The API allows you to view conversations and close them. But how to create them?
Posted by Elena about 1 year ago
С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.
Posted by Elena about 1 year ago
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
Posted by Elena about 1 year ago
can you share a sample for webhook data for "add_lead" event ?
(From Whatsapp chat)
Posted by Elena about 1 year ago
I get an error when I send Authorization code
array:5 [â–¼ // app/Actions/Kommo/BaseAction.php:106
"hint" => "Cannot decrypt the authorization code"
"title" => "Invalid request"
"type" => "https://developers.amocrm.ru/v3/errors/OAuthProblemJson";
"status" => 400
"detail" => "The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed."
]
Posted by Elena about 1 year ago