Skip to content

Configuring the ServiceNow Agent – Tokyo and Lower versions

ServiceNow helps you build digital workflows on a single, unified platform. Kore.ai XO Platform’s ServiceNow Agent integration allows you to seamlessly hand off the virtual assistant conversations to your live agents on ServiceNow.

This post provides the configuration steps to enable the ServiceNow Agent integration in the Tokyo version. Use the configurations provided below as general guidelines, as there could be some differences based on the release and the specific version of the ServiceNow that you are using.

Overview

Kore.ai’s Virtual Assistant (VA) serves as the central point of interaction for the users. In addition to its regular capabilities, the VA acts as a proxy or intermediary between the users and the ServiceNow agents to hand over conversations seamlessly. The VA also allows you to integrate with the ServiceNow platform. The VA facilitates communication and interaction between the user and the ServiceNow agent using the chat module.

Configuration

Complete the following steps to configure the ServiceNow agent for Tokyo and lower versions:

Step 1: Retrieve the ServiceNow Instance URL

  1. Log in to your ServiceNow account with admin user credentials. The ServiceNow account will have a unique URL for each developer instance in their Service Management or App Engine Studio, for example: https://devXXX67.service-now.com/.
  2. Copy the Instance ID from the URL and paste it into the Configurations tab of the ServiceNow Agent page. Refer to step 3.

Step 2: Create a New Queue

  1. Log in to your ServiceNow account.
  2. From the main menu on the left, search and select Queues under Connect > Support Administration and click on the New button.

    Create new queue

  3. In the Queue dialog, enter the following queue details:

    1. Name of the queue.
    2. Select Consumer Service Support in the Assignment group field.

    Queue details

  4. Click the New button in the Chat Queue Entries section and assign the chat queue entry to a user as shown below:

    Assign chat queue entry to  user

  5. Click Submit to save the chat queue entry details.

  6. Click Submit again to save the queue details.
  7. Copy the ID from the Queue ID field.

    Queue ID

Step 3: Enable the ServiceNow Agent

  1. Log in to the Kore.ai XO Platform: https://bots.kore.ai/botbuilder
  2. Select a Virtual Assistant for which you want to configure the ServiceNow agent.
  3. Navigate to App Settings > Integrations > Agent Transfer and click the ServiceNow.

  4. On the Configurations tab, select your preferred authentication option (Basic vs. OAuth) and then provide the details as explained in the options below:

    Option1: Basic Auth – Enter the ServiceNow Instance credentials

    Basic Auth

    1. Select the Connect Support (Supported for Tokyo and lower versions) option.
    2. Select the Basic Auth option for enabling ServiceNow Agent with the Basic Authentication.
    3. Instance URL: The company’s URL where the ServiceNow instance is hosted. For example, the instance URL is in this format: https://devXXX67.service-now.com/.
    4. User Name: The username of your ServiceNow account.
    5. Password: The password of your ServiceNow account.
    6. Queue ID: The unique queue identification number.
    7. Webhook URL: The web URL for custom application function callbacks.

    Option 2: OAuth with Refresh Token – Follow the instructions in this ServiceNow Documentation to generate a refresh token.

    OAuth with Refresh Token

    1. Select the Connect Support (Supported for Tokyo and lower versions) option.
    2. Select the OAuth with Refresh Token option for enabling ServiceNow Agent with the Refresh Token Authentication.
    3. Instance URL: The company’s URL where the ServiceNow instance is hosted. For example, the instance URL is in this format: https://devXXX67.service-now.com/.
    4. Client ID: The client ID of your ServiceNow application copied in Step 8.
    5. Client Secret: The client secret of your ServiceNow application copied in Step 8.
    6. Refresh Token: The unique refresh token that you generated in Step 8.
    7. Webhook URL: The web URL for custom application function callbacks.
  5. Click Authorize to authenticate and allow the XO platform to handover conversations to ServiceNow agent.

  6. If you want to make ServiceNow as the default agent, enable the Default Agent System for all bot channels option.

    Note

    This option is enabled only when you have multiple agents configured for your VA.

  7. You can customize the channel mapping by clicking the Configure link as shown below:

    Customize channel mapping

  8. Once you click Configure, you can map the channels for which you want to use ServiceNow agent to hand over the conversations.

    Map channels to use ServiceNow agent

    For example, if you have configured a Genesys chat integration, Intercom and ServiceNow agents. You can make one of them as default and map channels to agent systems. In this case, the Web Client and WebHook are mapped to Genesys and Intercom. Slack is mapped to the default ServiceNow agent. To learn more about channel enablement, see Adding channels to your bot.

  9. After mapping channels, click Done.

  10. Click Save to enable the ServiceNow agent.
  11. Publish the VA. For more information, see Publishing Bot.

Step 4: Switch to UI16 theme

  1. Log in to your ServiceNow account with admin user credentials. The ServiceNow account will have a unique URL for each developer instance in their Service Management or App Engine Studio, for example: https://devXXX67.service-now.com/.
  2. Select the All menu, search for the System Properties filter, and click New.

    System Properties

  3. Enter the glide.ui.polaris.on_off_user_pref_enabled property, select the type as true|false, and click Submit.

    glide.ui.polaris.on_off_user_pref_enabled property and type

    Note

    This property provides an option for the user to toggle between “Next experience and UI16” and classic experience.

  4. Click on the System Admin profile and select the Preferences menu.

    Preferences

  5. Turn on the Turn off Next experience toggle.

    Turn off Next experience

  6. The App Engine Studio view switches from Next Experience to UI 16 theme.

    Next experience - UI 16

Step 5: Install the required plugins

  1. Log in to the ServiceNow Developer instance with Admin User Credentials.
  2. To create an application, search and select the System Definition under Plugins from the left menu.

    Plugins - System Definition

  3. Search for the Consumer Service Portal plugin and install it.

    Install Consumer Service Portal plugin

  4. After the successful installation, a new Connect support menu item appears in the left navigation bar.

    new Connect support menu item

Step 6: Create a user with agent_admin role

  1. Log in to the ServiceNow instance with the admin user credentials.
  2. Navigate to User Administration > Users > New.

    Users - New

  3. Fill in the details to create a user and click Submit.

    Provide new user's details

  4. Select the Roles tab and click the Edit button to navigate to the roles screen.

    Roles

  5. Search for the agent_admin role and add it to the user.

    Add agent_admin role to the user

  6. Click Save.

Step 7: Create a group and add the user created to the group

  1. Create a group if you don’t have a group or use an existing group in ServiceNow.
  2. Navigate to User Administration > Groups.

    User Administration - Groups

  3. Click New.

    Groups - New

  4. To create a new group, fill in the appropriate details and click Submit.

    Provide details and submit

  5. Edit the group created above. Scroll down to the Group Members tab and click Edit.

    Edit group

  6. Select the agent created in the previous step and add it to the current group.

    Add the new agent to the group

  7. Click Save.

Step 8: Define the Host URL in the REST Message in ServiceNow

  1. Log in to your ServiceNow account. The ServiceNow account will have a unique URL for each developer instance in their Service Management or App Engine Studio, for example, https://devXXX67.service-now.com/ .
  2. Go to System Web Services > Outbound > REST Messages from the left menu.
  3. In the REST Messages page, click the New button to create a new REST Message.

    REST Messages - New

  4. Copy the WebHook URL from Kore.ai’s virtual assistant configuration page and paste it into the Endpoint URL field.

    Endpoint URL - Kore.ai's WebHook URL

  5. Click Save to save the new REST message.

    Note

    You can also see a list of all the REST Messages that have been configured.

Step 9: Define Outbound REST Message Requests in ServiceNow

  1. To define REST Outbound Message, navigate to System Web Services > Outbound > REST Messages in the left menu.
  2. Select the REST Messages for which you want to define the Outbound message from the list of REST Messages. For example, search and select the Platform – Agent Integrations message.

    Endpoint URL - Kore.ai's WebHook URL

  3. In the REST Message form, you can enter the API details, such as the name, endpoint URL as Callback URL from the Configurations page, and HTTP method.

    Note

    This will be the endpoint through which ServiceNow will send Agent’s messages to the user.

  4. To define the HTTP header, click the HTTP Request tab and select the Add New Row button.

    HTTP Request - Add new row

  5. In the new row, add the HTTP Header as shown below:

    1. HTTP Header: Name: Content-Type, Value: application/json
    2. Method: Add the POST method and paste the Webhook URL that you copied from the Configurations tab in the Endpoint field.

    HTTP Request - Add header

  6. Once you have entered the required details, click the Update button to save the REST Message.

Step 10: Define Outbound REST Business Rules in ServiceNow

  1. To define an Outbound rule, search and select the Business Rules under System Definition from the left menu.
  2. Click the New button to configure the Business Rule.

    Business Rule - New

  3. Enter the following business rule details:

    1. Name and select the live_message table from the Table drop-down.
    2. Select the Active and Advanced check boxes.
    3. Click the When to run tab, and select after from the When drop-down, and select the Insert checkbox.
    4. Add Filter conditions to execute this Business rule if created by is not a chatbot_interface.

    Add filter conditions

  4. Click the Advanced tab, add the code below and click Submit:

    var request;
    request = new sn_ws.RESTMessageV2('Platform - Agent Integrations', 'Platform - Agent Integrations');
    request.setRequestBody("{\"group\":\""+current.group+"\","formatted_message\":\""+GlideStringUtil.escapeForHomePage(current.formatted_message)+"\","sys_created_by\":\""+current.sys_created_by+"\",\"last_message\":\""+current.last_message+"\","sys_id\":\""+current.sys_id+"\"}");
    request.setRequestHeader("Content-Type", "application/json");
    var response = request.execute();

Note

The code is optional. It is recommended to use the code when you face any issues during execution. This rule executes the API configured in REST Message.

Step 11: Testing Configuration

This section helps you verify how the conversations from the Kore.ai XO Platform are handed over to the ServiceNow agent after enabling it.

To verify the data exchange between Kore.ai’s VA and ServiceNow agent, follow these steps:

  1. Open a virtual assistant for which you have enabled the ServiceNow agent.
  2. Create a new Agent Transfer Node task. For example, create a Platform Agent task with the UserAgent node and configure it to use the ServiceNow agent. For more information, see Agent Transfer Node.

    new Agent Transfer Node task

  3. Click the Talk to Bot icon to launch the VA and enter Help.

  4. Log in to the ServiceNow Instance, select the Impersonate User from the Profile option as shown:

    Profile - Impersonate user

  5. Enter the Username that you created. For example, select the Abel Tuter username.

    Provide Username

  6. Select All and navigate to Workspace Experience > Workspaces > Agent Workspace Home.

    Agent Workspace Home

  7. In the Agent Workspace page, select Inbox and set the Status to Available.

    Set inbox status to Available

  8. When a user initiates the chat from the VA, it transfers the conversation to the ServiceNow agent and sends a message to the user.

  9. Agent receives a notification about this on ServiceNow.
  10. Now, the connection between the ServiceNow agent and the user has been established, and the conversation continues.

    Connection established between Servicenow agent and user

Enable Attachment Sharing with Live Agents

Follow these steps:

  1. Log in to your ServiceNow account with admin user credentials.
  2. Go to System Properties > sys_cs_provider_application.list > Configure > Form Layout.
  3. In the Trusted Media Domains field, enter the domain you want to send and receive the attachments. Attachment Sharing

Note

This feature currently supports only Tokyo versions.