Digital Pipeline webhooks retry logic is updated in the article.
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.