GETTING STARTED
Kore.ai XO Platform
Virtual Assistants Overview
Natural Language Processing (NLP)
Concepts and Terminology
Quick Start Guide
Accessing the Platform
Working with the Builder
Building a Virtual Assistant
Using Workspaces
Release Notes
Current Version
Previous Versions
Deprecations

CONCEPTS
Design
Storyboard
Dialog Tasks
Overview
Dialog Builder
Node Types
Intent Node
Dialog Node
Entity Node
Form Node
Confirmation Node
Message Nodes
Logic Node
Bot Action Node
Service Node
Webhook Node
Script Node
Group Node
Agent Transfer
User Prompts
Voice Call Properties
Dialog Task Management
Connections & Transitions
Component Transition
Context Object
Event Handlers
Knowledge Graph
Introduction
Knowledge Extraction
Build Knowledge Graph
Add Knowledge Graph to Bot
Create the Graph
Build Knowledge Graph
Add FAQs
Run a Task
Build FAQs from an Existing Source
Traits, Synonyms, and Stop Words
Manage Variable Namespaces
Update
Move Question and Answers Between Nodes
Edit and Delete Terms
Edit Questions and Responses
Knowledge Graph Training
Knowledge Graph Analysis
Knowledge Graph Import and Export
Importing Knowledge Graph
Exporting Knowledge Graph
Creating a Knowledge Graph
From a CSV File
From a JSON file
Auto-Generate Knowledge Graph
Alert Tasks
Small Talk
Digital Skills
Digital Forms
Views
Introduction
Panels
Widgets
Feedback Survey
Train
Introduction
ML Engine
Introduction
Model Validation
FM Engine
KG Engine
Traits Engine
Ranking and Resolver
NLP Configurations
NLP Guidelines
Intelligence
Introduction
Contextual Memory
Contextual Intents
Interruption Management
Multi-intent Detection
Amending Entities
Default Conversations
Sentinment Management
Tone Analysis
Test & Debug
Talk to Bot
Utterence Testing
Batch Testing
Conversation Testing
Deploy
Channels
Publish
Analyze
Introduction
Conversations Dashboard
Performance Dashboard
Custom Dashboards
Introduction
Meta Tags
Dashboards and Widgets
Conversations History
Conversation Flows
Feedback Analytics
NLP Metrics
Containment Metrics
Usage Metrics
Smart Bots
Universal Bots
Introduction
Universal Bot Definition
Universal Bot Creation
Training a Universal Bot
Universal Bot Customizations
Enabling Languages
Store
Manage Assistant
Plan & Usage
Overview
Usage Plans
Support Plans
Invoices
Authorization
Multilingual Virtual Assistants
Masking PII Details
Variables
IVR Settings
General Settings
Assistant Management
Data Table
Table Views
App Definitions
Sharing Data Tables or Views

HOW TOs
Build a Flight Status Assistant
Design Conversation Skills
Create a Sample Banking Assistant
Create a Transfer Funds Task
Create a Update Balance Task
Create a Knowledge Graph
Set Up a Smart Alert
Design Digital Skills
Configure Digital Forms
Configure Digital Views
Add Data to Data Tables
Update Data in Data Tables
Add Data from Digital Forms
Train the Assistant
Use Traits
Use Patterns for Intents & Entities
Manage Context Switching
Deploy the Assistant
Configure an Agent Transfer
Use Assistant Functions
Use Content Variables
Use Global Variables
Web SDK Tutorial
Widget SDK Tutorial
Analyze the Assistant
Create a Custom Dashboard
Use Custom Meta Tags in Filters

APIs & SDKs
API Reference
API Introduction
API List
API Collection
koreUtil Libraries
SDK Reference
SDK Introduction
SDK Security
SDK Registration
Web Socket Connect and RTM
Using the BotKit SDK
BotKit SDK Tutorial - Blue Prism

ADMINISTRATION
Introduction
Assistant Admin Console
Administration Dashboard
User Management
Add Users
Manage Groups
Manage Roles
Assistant Management
Enrollment
Invite Users
Send Bulk Invites
Import User Data
Synchronize Users from AD
Security & Compliance
Using Single-Sign On
Security Settings
Cloud Connector
Analytics
Billing
  1. Home
  2. Docs
  3. Virtual Assistants
  4. Channel Enablement
  5. Adding the Slack Channel4 min read

Adding the Slack Channel4 min read

To setup Slack as a channel, you must associate the bot with a Slack app. Adding the Slack channel to your Kore.ai bot allows end-users of your bot to interact with your bot using their Slack accounts.

  1. Create a Slack App – Create and configure a new app in Slack, and then copy app data from Kore.ai bot builder into the Slack app configuration for the bot name and Redirect URL.
  2. Copy Authorization Details – Copy app authorization details from Slack to the bot builder Slack channel Get App Details tab.
  3. Create a Bot User in Slack – In Slack, add a bot username to identify your bot.
  4. Enable the Channel – In Bot Builder, save the channel settings.

Add Slack Channel to a Bot

To complete this procedure, you must already have a Slack account and be a member of a Slack team.

  1. Under the Bots section of the bot builder, click the bot to which you want to add the Slack channel.
  2. On the Channels tab, click the Slack icon. The Slack Channel page is displayed.
  3. In a new browser tab, Login to the Slack developer portal and go to the Apps section https://api.slack.com/apps. If this is your first app, click Create an App and if you already have some apps, then click Create New App.
  4. On the Create App window, enter App Name and select a team from Development Slack Team drop-down list. Use your bot name as the App Name.
  5. After you enter the required information, click Create App. Slack will now create a new app and you are redirected to Basic Information section of the new app.
  6. Go to OAuth & Permissions tab and click Add a new Redirect URL. Copy the Redirect URL provided in the Configurations tab of Slack channel page and enter in the Redirect URLs field.
  7. Click Add > Save URLs.

  8. Proceed to the Bot Token Scopes section under the ‘Scopes’ section.
  9. Add ‘incoming-webhook‘ and ‘chat:write‘ scopes.
  10. If you would like your users to send attachments to your bot, then select the ‘files:write’ scope
  11. If you would like to send Proactive Notifications to your users on Slack, then select the users:read, users:read.email, team:read scopes
  12. In the OAuth & Permissions tab, navigate to the OAuth Tokens & Redirect URLs section, and select the Install to Workspace option. Choose the required Workspace and complete the process.
    Optionally, if you would like to send Proactive Notifications to your users on Slack, copy the ‘Bot User OAuth Token’ from the ‘OAuth Tokens for Your Team’ section and provide it in the Configurations tab of this page.
  13. To enable Interactive Components, go to the b section and enable Interactivity. Copy the Webhook URL provided in the Configurations tab of this page and enter it in Request URL field.
  14. Click Save Changes.
  15. Go to the Event Subscriptions section and activate the Enable Events option.
    • Copy the Webhook URL provided in the Configurations tab of Slack Channel page and enter it in the Request URL field.
    • In the Subscribe to Bot Events section, add app_mention, message_channels, and message_im events.
    • In the Subscribe to Workspace Events section, add message_im event.
    • Click Save Changes.

  16. Navigate to the App Home section and under Show tabs. Enable the Messages Tab and also enable the Allow users to send Slash commands and messages from the messages tab. This is required to allow your users to directly interact with the app from the Messages tab.
  17. Go to the Basic Information section and scroll down to App Credentials section. Capture the values of Client ID, Client Secret, and Verification Token fields and provide them in the Configurations tab of the Slack Channel page.
  18. If you want to enable the public distribution of your app on Slack, you must proceed with the following steps. Go to the Manage Distribution section and click on Remove Hard Coded Information.
  19. Select the checkbox I’ve reviewed and removed any hard-coded information and click Activate Public Distribution.

  20. Go to the Configurations tab to review and complete the channel setup.

The Successfully added Slack channel message is displayed at the top of the Bot Builder Homepage. In Slack, it is optional to submit your app to the Slack App Directory.

Edit Slack Channel

To edit the Slack channel, follow the below steps:

  1. Hover over the channel and click to modify. You can make necessary updates to your channel configurations and save them.
  2. You can also disable or delete the channel information by clicking the Settings icon.
  3. Select one of the following commands to modify the channel:
  • Disable/Enable – Click Disable to temporarily disable the use of the Slack channel for your bot. To enable the use of the Slack, click Enable.
  • Delete – Click Delete, and then click OK in the Delete Confirmation dialog to permanently delete the bot channel configuration.
Warning: This operation is permanent, and cannot be undone.
Menu