New API endpoint for getting a single Salesbot by its ID has been added.
New API endpoints for activating and deactivating users have been added.
New API endpoint for retrieving Salesbots list has been added.
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.
New 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.