- Added
is_time_window_disabledrequest/response parameter.
- Added
event_type:edit_messagefor editing outgoing messages. - Added
payload.message[media_duration]parameter. - Added
payload.message[shared_post]object. - Added the
new_message[conversation_id],new_message[sender_id], andnew_message[receiver_id]parameters to the response.
- Removed the
user[ref_id]parameter from the Create New Chat request.
- Renamed
delivery_statusparameter tostatus_code. - Removed
msgidparameter from the request body.
- Added the
msec_timestamp,message[location], andmessage[contact]parameters to the response.
- Added
duration_msrequest parameter.
- Added the
conversation_ref_idrequest parameter.
- Added
post_idresponse 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:
- How to create a widget for Salesbot
widget_requestSalesbot handler and its webhook- How to send responses to Kommo
Come 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.