1. The left menu icon key is deprecated and retained for backward compatibility. The icons key has been introduced to support separate light and dark fields for both themes:
{
...
  "left_menu": {
    ...
    "icons": {
      "light": "images/light.svg",
      "dark": "images/dark.svg"
    },
    ...
  }
  ...
}
  1. Widget icons displayed in the left menu must now comply with the icon checklist for public integrations.

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_disabled request/response parameter.

  • Added event_type: edit_message for 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], and new_message[receiver_id] parameters to the response.

  • Removed the user[ref_id] parameter from the Create New Chat request.

  • Renamed delivery_status parameter to status_code.
  • Removed msgid parameter from the request body.

  • Added the msec_timestamp, message[location], and message[contact] parameters to the response.

  • Added duration_ms request parameter.

  • Added the conversation_ref_id request parameter.

  • Added post_id response parameter.