New CDN paths cdn_path and cdn_images_path for widget static files have been added.
Old path and images_path parameters are considered to be deprecated.
New CDN paths cdn_path and cdn_images_path for widget static files have been added.
Old path and images_path parameters are considered to be deprecated.
is_time_window_disabled request/response parameter.event_type: edit_message for editing outgoing messages.payload.message[media_duration] parameter.payload.message[shared_post] object.new_message[conversation_id], new_message[sender_id], and new_message[receiver_id] parameters to the response.user[ref_id] parameter from the Create New Chat request.delivery_status parameter to status_code.msgid parameter from the request body.msec_timestamp, message[location], and message[contact] parameters to the response.duration_ms request parameter.conversation_ref_id request parameter.post_id response parameter.We've updated Widget locations info. Check out how to connect the widget to the AI agent interface with ai_agent locale.
We've updated JS SDK article. Find out how you can use some of new methods here.
We're excited to share our latest article Private Chatbot Integration where we explore how to use Salesbot for sending messages from external services!
In this piece, you'll learn:
widget_request Salesbot handler and its webhookCome and have a look!
You can now obtain your leads sources when fetching them:
...
"source": {
"id": 24000,
"name": "API"
}
...We've added documentation on handling comments in the Chats API.
We've added with=phone_number parameter support to Users API methods.
There is a bunch of API methods for Website chat button available now in developer documentation:
We’ve added 5 new API recipes to help you work with Kommo faster and with less guesswork
Create a contact — with phone + email, ready to go.
Get leads with pagination — iterate through large datasets cleanly.
Create a product & link it to a lead — add product info directly to a lead.
Upload a file in chunks — handle large files with ease.
Get & refresh access token — OAuth2 flows made simple.