Specify the bot ID to configure Moveworks AI assistant on Employee Center portal.
Before you begin
Confirm that you have the appropriate entitlements for the application.Note: To save the page with Bot ID, verify that the your application scope is selected
to Moveworks for Employee Center.
Role required: admin
About this task
Copy the bot ID from . For more information, see Embedded AI Assistant Installation-ServiceNow.Note: You need not perform other steps or provide any REST API details.
Procedure
-
Navigate to .
-
Add Bot ID which can be found from the Manage Chatbots record from Moveworks.
- Optional:
Specify the initialization options in JSON format for Moveworks integration.
Figure 1. Example: Embedded AI Assistant setup for Moveworks
You can configure initialization options according to your requirement. For example, for custom width and height,
"styles": {
"bottom": "20px",
"right": "20px",
"width": "400px",
"height": "600px"
}
For complete configuration with branding,
{
"styles": {
"bottom": "30px",
"right": "30px",
"z_index": "9999"
},
"theme": {
"primary_color": "#5550DD",
"font_family": "Arial, sans-serif"
}
}
-
Select Save configuration.
Result
The Moveworks application is ready for use. You can access the features and functionality per your role permissions.
What to do next
You can perform the following actions:
- Verify the Moveworks chatbot visibility from portal. For more information, see Use Moveworks on employee portal.
- Test basic functionality by invoking the assistant and asking a sample question.
- Check system properties and verify that all Moveworks specific properties are configured properly.