How to track the Salesforce Einstein BOT Usage?
Maximum Chatbot Engaged Sessions Allowed should be checked in the Company Information to track the Salesforce Einstein BOT Usage. 1. Go to Company Information in the Salesforce Setup. 2. Check ....
Maximum Chatbot Engaged Sessions Allowed should be checked in the Company Information to track the Salesforce Einstein BOT Usage. 1. Go to Company Information in the Salesforce Setup. 2. Check ....
Conversation Catch-Up Supervisor Summaries for Salesforce Messaging for In-App and Web allows Supervisors to catch up quickly when they receive alerts from the agents to assist on an ongoing Messaging ....
Images/Attachments/Files in Salesforce Enhanced Conversation can be viewed from Files Related List on the Messaging Session Object/Entity. So, add the Files Related List on the Messaging Session Object/Entity to view all ....
Salesforce custom Copilot Actions allows us to develop for agents to do their work quickly. In this Blog Post, we are going to see how to utilize Salesforce Flow for ....
In order to find or query all the Standard Profiles in Salesforce, we have to query the ProfileId from the PermissionSet object/entity where IsCustom is equal to false and IsOwnedByProfile ....
Create and Customize List Views Create and Customize List Views permission allow the users the ability to create their own List Views and to customize their own(Private) List Views. This ....
Connect API can be used to fetch the Conversation Entries for Salesforce Enhanced Channels. Since there is a data storage differences, the Conversation Entries for enhanced channels and Messaging for ....
SLDS CSS won't work in the Pre-Chat Lightning Web Component since it loads outside the Lightning. So, we can apply the CSS directly on the elements using style property. Sample ....
"Query All Files" Permission can be used when we hit the exception "Implementation restriction: ContentDocumentLink requires a filter by a single Id on ContentDocumentId or LinkedEntityId using the equals operator ....
We have to control the initEmbeddedMessaging() calling to display Salesforce Messaging for In-App and Web. embeddedservice_bootstrap.utilAPI.launchChat() can be used to launch Salesforce Messaging for In-App and Web on a button ....