New API endpoint for launching a single Salesbot has been added.
- Endpoint for launching Salesbots has been updated to
v4version. - New endpoint for stopping a Salesbot has been added.
API endpoints for retrieving Lead loss reasons list and Lead loss reason by ID have been added.
- The left menu
iconkey is deprecated and retained for backward compatibility. Theiconskey has been introduced to support separate light and dark fields for both themes:
{
...
"left_menu": {
...
"icons": {
"light": "images/light.svg",
"dark": "images/dark.svg"
},
...
}
...
}- Widget icons displayed in the left menu must now comply with the icon checklist for public integrations.
The ability to set the delivery status when importing a new message has been added to the Chats API.
A new optional onInstall callback is added for the script.js.
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.
- 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.