Chatbot Overview
Conversational Bots
Intents & Entities
Intelligent Bots
Kore.ai's Approach
Kore.ai Conversational Platform
Bot Concepts and Terminology
Natural Language Processing (NLP)
Bot Types
Bot Tasks
Starting with Kore.ai Platform
How to Access Bot Builder
Working with Kore.ai Bot Builder
Building your first Bot
Getting Started with Building Bots
Using the Dialog Builder Tool
Creating a Simple Bot
Release Notes
Latest Updates
Older Releases
Deprecations
Bot Builder
Creating a Bot
Design
Develop
Storyboard
Dialog Task
User Intent Node
Dialog Node
Entity Node
Supported Entity Types
Composite Entities
Supported Colors
Supported Company Names
Form Node
Logic Node
Message Nodes
Confirmation Nodes
Service Node
Custom Authentication
2-way SSL for Service nodes
Script Node
Agent Transfer Node
WebHook Node
Grouping Nodes
Connections & Transitions
Managing Dialogs
User Prompts
Alert Tasks
Alert Tasks
Ignore Words and Field Memory
Digital Forms
Digital Views
Knowledge Graph
Terminology
Building
Generation
Importing and Exporting
Analysis
Knowledge Extraction
Small Talk
Action & Information Task
Action Tasks
Information Tasks
Establishing Flows
Natural Language
Overview
Machine Learning
Model Validation
Fundamental Meaning
NLP Settings and Guidelines
Knowledge Graph Training
Traits
Ranking and Resolver
NLP Detection
Advanced NLP Configurations
Bot Intelligence
Overview
Context Management
Session and Context Variables
Context Object
Dialog Management
Sub-Intents & Follow-up Intents
Amend Entity
Multi-Intent Detection
Sentiment Management
Tone Analysis
Sentiment Management
Default Conversations
Default Standard Responses
Channel Enablement
Test & Debug
Talk to Bot
Utterance Testing
Batch Testing
Record Conversations
Publishing your Bot
Analyzing your Bot
Overview
Dashboard
Custom Dashboard
Conversation Flows
Bot Metrics
Advanced Topics
Bot Authorization
Language Management
Collaborative Development
IVR Integration
Data Table
Universal Bots
Defining
Creating
Training
Customizing
Enabling Languages
Smart Bots
Defining
Sample Bots
Github
Asana
Travel Planning
Flight Search
Event Based Bot Actions
koreUtil Libraries
Bot Settings
Bot Functions
General Settings
PII Settings
Customizing Error Messages
Manage Sessions
Bot Management
Bot Versioning
Using Bot Variables
API Guide
API Overview
API List
API Collection
SDKs
SDK Overview
SDK Security
SDK App Registration
Web SDK Tutorial
Message Formatting and Templates
Mobile SDK Push Notification
Widget SDK Tutorial
Widget SDK – Message Formatting and Templates
Web Socket Connect & RTM
Using the BotKit SDK
Installing
Configuring
Events
Functions
BotKit SDK Tutorial – Agent Transfer
BotKit SDK Tutorial – Flight Search Sample Bot
Using an External NLP Engine
Bot Administration
Bots Admin Console
Dashboard
User Management
Managing Users
Managing Groups
Managing Role
Bots Management
Enrollment
Inviting Users
Bulk Invites
Importing Users
Synchronizing Users from AD
Security & Compliance
Using Single Sign-On
Security Settings
Cloud Connector
Analytics
Billing
How Tos
Creating a Simple Bot
Creating a Banking Bot
Transfer Funds Task
Update Balance Task
Context Switching
Using Traits
Schedule a Smart Alert
Configure Digital Forms
Add Form Data into Data Tables
Configuring Digital Views
Add Data to Data Tables
Update Data in Data Tables
Custom Dashboard
Custom Tags to filter Bot Metrics
Patterns for Intents & Entities
Build Knowledge Graph
Using nlMeta
Global Variables
Content Variables
Using Bot Functions
Configure Agent Transfer
  1. Home
  2. Docs
  3. Bots
  4. Channel Enablement
  5. Adding RingCentral Glip as a channel

Adding RingCentral Glip as a channel

To set up RingCentral Glip as a channel, you must create an app in Ringcentral’s Developer Portal and enable a webhook for the platform to receive messages. To add RingCentral Glip as a channel for your bot, you must:

  1. Create RingCentral App – To enable RingCentral as a channel for your Kore.ai bot, you must create an app in RingCentral. Sign up for a RingCentral account if you do not have one already.
  2. Get App Details – Go to the Application Credentials in the Apps tab to capture the Application Key and Application Secret for channel configuration.
  3. Create Extension – Create a new extension for your bot in your RingCentral account.
  4. Authorize – Authorize your account to generate a developer access token that enables the Kore.ai bot platform to access Glip APIs.
  5. Apply for Production (Optional) – Once you have developed your app on the Sandbox environment and when your app is ready to work in production, you must follow the RingCentral app graduation process.

To add the RingCentral Glip channel, follow the below steps:

  1. In the Bots section of the Bot Builder, click the bot you want to add the RingCentral Glib channel to.
  2. On the Channels tab, click the RingCentral Glip icon. The RingCentral Glip page is displayed.
  3. Log in to RingCentral Developer Portal and go to the My Apps section.
  4. Click Create App. Enter all the required details on the Create App – General Settings page and click Next.
  5. Enter additional information of the app in Create App – App Type & Platform dialog box. Note that the options selected on this page are not editable once saved. After selecting the following options, click Next.
    • App Type
      • Private – If you are developing an app for your own RingCentral account use.
      • Public – If you are developing an app for many RingCentral accounts.
    • Platform Type – Select Server/Web as the option
  6. You must define the permissions to associate with this app. Select Webhook Subscriptions and Glip permissions. If you do not see Glip under Permissions, get your app whitelisted by RingCentral.
  7. Copy the OAuth Redirect URI from the Configuration tab of RingCentral channel page and enter it in the OAuth Redirect URI field.
  8. Click Create.

    This completes the app creation process and you are redirected to App Dashboard page.
  1. Go to the Credentials tab of your app information. Copy the Application Key and Application Secret and enter them in the Configuration tab of the RingCentral Glip channel page.

    Note: Copy and paste Application Key and Application Secret in the Configurations tab based on the environment selected.
  1. The bot must be associated with a non-admin user on your Ringcentral account. For this, create a new extension (user) on your Ringcentral account. Log in to the RingCentral account (Sandbox | Production), go to the Users tab and select Add User option.
  2. On the Add Users and Phones dialog box, select Add Users without Phone option and follow the instructions.
  1. After completing the user creation, click the Unassigned Extensions tab on the Users page. Click on any of the unassigned users and you are redirected to the user profile information page. Enter all the required information.
  2. Click Save & Enable.

    Note: The email address provided for this newly created user receives an introductory email with instructions to activate the user. Make a note of the username and password you have set for this new user. You must use these credentials to authorize the bot from the Configuration tab.
  1. The bot must be associated with a valid extension (user) on your RingCentral account. Use the credentials of the new extension created in the previous step and Authorize the bot using the Configuration tab of the RingCentral Glip Channel page. This step generates a developer access token which enables Kore.ai bot platform to access Glip API’s.
  1. If you have developed your app in Sandbox environment, and when your app is ready to work in production, follow the steps mentioned under Apply for Production section of the Getting Started guide of Ringcentral. Once your app is production ready, update the Environment, Application Key, and Application Secret according to your production app in the Configuration tab.
  1. In the Enable Channel section, select Yes and click Save to enable the channel.
Menu