Skip to main content

Service now live chat

Yellow.ai seamlessly integrates with ServiceNow live chat, allowing you to connect your live agents from ServiceNow live chat with Yellow.ai. When a user seeks assistance from a live support agent, they'll be directly connected to ServiceNow's live agent through our platform.

Connect ServiceNow live in Yellow.ai

To integrate ServiceNow live on yellow.ai, follow these steps:

note

Agents should have AWA agent roles for accessing agent workspace.

  1. Go to the ServiceNow's devloper portal and click on your profile picture.

  1. Click Activate Plugin under Instance action.

  1. Search for Glide Virtual Agent and click Activate next to it.

  1. Once your plugin gets activated, click Start building.

  1. Go to All > search for System Application and click All under Studio.

  1. In the following screen search for Virtual Agent API and click Install.

  1. Once the installation is complete, create a Service Channel for the agents to handle user chats from Service Now. Go to All > Advanced Work Assignment > Service Channels > New. Click here for a detailed guide on creating service channels.

  1. Create a queue criteria for the chats to route to the agent. Go to All > Advanced Work Assignment > Settings > Queues > New. Click here for a detailed guide on creating queues.

  1. To add webhook URL, go to System Mailboxes> Outbound > REST Messages > VA Bot to Bot.

  1. To enable authentication in Servicenow APIs go to System web services > Scripted REST APIs > VA Bot Integration > Resource tab > Require.

  1. Add trusted domains in System Tables > Provider Channel Identity > VA Bot to Bot Provider Application. For example, yellow.ai, yellowmessenger.com

  1. Go to All > System OAuth > Application Registry > New > Create an OAuth API endpoint for external clients.

  1. In the Redirect URL field, copy the redirect url from the inetgration section of yellow.ai and paste it here. To copy it from yellow.ai, go to cloud.yellow.ai > Integrations > search for ServiceNow Live > click Redirect URL (refer image below)

  1. In Accessible from field, choose All Application Scopes and click Submit.

  1. After it gets saved, click on the created app and copy the Client ID and Client secret.

  1. Go to cloud.yellow.ai > Integrations > search for ServiceNow Live.

  1. Fill in the following fields
  • Give account name: Provide a unique name to your account.
  • Instance URL: Enter your Service now instance URL.
  • Client Id and Client Secret: Paste the Client ID and Client Secret of your ServiceNow account from step 12.
  1. Click Connect.
info

You can add a maximum of 15 accounts. Follow the above mentioned steps to add multiple accounts.

Activate ServiceNow events in Yellow.ai

To inform the bot about specific events in ServiceNow, you must enable these events within Yellow.ai. By doing so, you can configure the bot to take specific actions in response to these events.

The following are the events available for ServiceNow in Yellow.ai

EventsDescriptions
servicenow-agent-joinedWhen a support agent in ServiceNow accepts the chat request
ticket-closedWhen agents in ServiceNow close tickets due to bot user inactivity
servicenowlivechat_agent_messagesWhen a live agent messages the bot user
servicenow-conversation-endedWhen the live agent ends the conversation with the user

To activate these events:

  1. Go to Studio > Event > Integrations > search for ServiceNow.

  1. Click the ellipsis button and click Activate on the respective events.

Connect users to ServiceNow Live Agents

info

Use Ticket-closed in the Raise Ticket node to perform specific actions when a live chat closes, instead of using the ticket-close event.

You need to build a flow that redirects your users to the ServiceNow agents and the agent needs to close the chat to end the chat in ServiceNow.

  1. Go to Studio and build a flow based on your requirement.

  1. Insert the Integration node wherever you want the flow to connect the user to the ServiceNow agent. To do so, drag and drop a Raise ticket node and choose the integrated ServiceNow account in the Live chat agent drop down.
drawing
  1. Fill in the following fields in the node. The variables chosen for these fields must be previously collect in the flow via node. To know more about this in detail, click here.
Field nameSample valueData typeDescription
Pre-Agent Assignment MessageRequesting live agent connection.StringThe message that will be displayed to the end user after a ticket is successfully assigned to an agent
NameRajeshStringName of the end user
Mobile9876543210StringMobile number of the end user
Email[email protected]StringEmail address of the end user
QueryI have a concern regarding my flight ticketStringThe subject/topic/reason why the ticket was created
PriorityMEDIUMStringThe priority of the ticket

You can enable Advanced Options to access the advanced features of this node.

drawing
  1. Once you have set up the flow, chats will get automatically forwarded to live agents on Service now live chat when this flow gets triggered.