...
To get the best experience, we recommend you set up the following:
Table of Contents |
---|
Snow
...
authentication
Leverage the Snow OAuth2 authentication: this will guarantee that users are authenticated using the same principles as Snow.
...
Create a Provided inside Snow:
Configure the provider in Snow:
add Add the URL of the bot as a callback, typically something like. :
https://yourcompany.konverso.ai
Collect the following information:
client id
client secretClient ID;
Client secret.
Portal Link
The bot will propose Portal links to the users. The bot needs to know which portal you are using.
...
in the format <sys_class_name>:<page_name>[,<sys_class_name>:<page_name>]*
For example:
snow_sys_class_name_to_page = pc_hardware_cat_item:device, kb_knowledge:kb_article, sc_cat_item_guide:sc_cat_item_guide, incident:incident, sc_req_item:request_item, change_request:change, dmn_demand:demand, *:sc_cat_item
...
ticket_user = myuser@mycompany.com
ticket_password = KDSJFK287332sjd
Live
...
chat
To enable the live chat, you need to define which Queue you plan on usingto use. This can be done with a setup such as:
...
Then you need to define a few triggers. The code for these will be sent to you. Please post a request to contact@konverso.ai
Portal
...
widget
We recommend adding Kbot as a widget inside the Snow portal. This can be done easily. It is easy to do:
Create an Application inside Kbot for your new view, call it for example ServiceNow and only enable Snow OAuth2 there.
Create a Widget inside Kbot , setup and set up the display parameters to fit your needs.
Copy the Widget code inside the Portal.
...
Info |
---|
Users will be prompted once for authentication, then their authentication token will automatically refresh. |