You are here:
Post-Deployment Tasks for Einstein Bots for Financial Services Cloud
Configure the deployed package to get your bots up and running.
Set Up Test Data
Setting up test data involves:
- Setting up Chat
- Assigning permission sets to the bot
- Deploying test data to your Salesforce org
To set up test data for the bots:
- In your Salesforce org, from the App Launcher (
), find and open FSC
Einstein Bots Manager. - On the Getting Started tab, in the Data Setup section, click Chat Setup, and follow the on-screen instructions.
- In the Data Setup section, click Assign Bot PermSet, and follow the on-screen instructions.
- In the Data Setup section, click Create FscBot Test Data, and follow the on-screen instructions.
Train Einstein Bots for Financial Services Cloud
The customer's reason for interacting with your bot, such as reporting a lost card or registering an international travel plan, is called an intent. You associate an intent with a dialog. You then train the bot to create a learning model that your bot can use to understand the intents.
If your customers interact with your bot by typing a message in the chat window, use intents to help your bot understand what they want. For example, a Report Lost Card dialog has an associated intent that trains the bot to understand the many ways that a customer could express the need to report a lost card.
- From Setup, search for Einstein Bots in the Quick Find box, and click Einstein Bots.
- In the My Bots section, select Einstein Bots for Financial Services Cloud.
- From the Bot Builder menu in the top left, switch to the Overview page, and click Edit.
- Click Build Model, and follow the on-screen
instructions.
The bot training could take a while. In the meantime, you can complete the other steps. Your bot is trained when the Status field shows Succeeded and the Complete % shows 100%.
Set Up Org-Wide Email Addresses and Salesforce Sites
You can define and manage org-wide and no-reply addresses for each user profile. When sending email from Salesforce, users with these profiles can select their own address or the org-wide address for the email’s From address. Replies are delivered to the defined no-reply address. These configurations are required to send emails with verification codes to customers.
Salesforce Sites enables you to create public websites and apps that are directly integrated with your Salesforce org and don’t require users to log in with a username and password.
- Create an org-wide email address and verify it.
- From Setup, search for Custom Metadata Types in the Quick Find box, and click Custom Metadata Types.
- Select FscBot_Settings, and click Manage Records.
- Find BotOrgWideEmailAddress, and update its value with the org-wide email address that you created.
- Find NoReplyEmailAddress, and update its value with the no-reply email address for your org. If you don’t have a no-reply email address, you can provide any valid email address.
- If you don’t have a Salesforce site, register for one.
- To test the bot, add the FSCBot_Landing Visualforce page to your site.
Give the chat button that is displayed on the landing page a name.
- From Setup, search for Chat Buttons & Invitations in the Quick Find box, and click Chat Buttons & Invitations.
- Select FSC Chat Button, and click Edit.
- In the Einstein Bots Settings section, set Einstein Bots Configuration to Einstein Bots for FSC.
Configure the Site Endpoint for Snap-Ins
Link your Salesforce site to a snap-in.
- From Setup, search for Snap-ins in the Quick Find box, and click Snap-ins.
- Click New Deployment.
- Give the snap-in deployment a name.
- In the Site Endpoint dropdown list, select your Financial Services Cloud site.
- Save your changes.
- In the Chat Settings section, click Start.
- In the Chat Deployment dropdown list, select Einstein Bots for Financial Services Cloud.
- In the Chat Button dropdown list, select Chat Button for Einstein FSC Bots.
- Save your changes.
Configure the Landing Page with a Snap-In
Configure the landing page to embed the bot snap-in.
- From Setup, search for Snap-ins in the Quick Find box, and click Snap-ins.
- Select the snap-in that you created, and click View.
- Click Get Code.
- Copy the chat code snippet.
- From Setup, search for Visualforce Pages in the Quick Find box, and click Visualforce Pages.
- Select the FscBot_Landing Visualforce page, and click Edit.
- In the Visualforce Markup tab, paste the code snippet just before the closing body
tag (
</body>). - Save your changes.
Activate and Launch Einstein Bots for Financial Services Cloud
Activate the bot before you can start chatting with it from the landing page.
- From Setup, search for Einstein Bots in the Quick Find box, and click Einstein Bots.
- In the My Bots section, select Einstein Bots for Financial Services Cloud.
- From the Bot Builder menu in the top left, switch to the Overview page.
- Click Activate.
- Go to <YOUR_SITE_URL>/FSCBot_Landing, and chat with your bot using snap-ins. <YOUR_SITE_URL> is the site that you created in Set Up Email and Salesforce Sites.

