This document describes how to set up an Express app which talks to a Slack bot.
⚠️ This is just a sample, please follow documentation of Botkit to create a new bot and then plug Watson middleware into it
-
Install the dependencies
npm install
-
Add your Slack token and Watson Assistant credentials to
.env
-
Start the app
npm start
-
Launch Slack, send direct messages to your Slack bot and get responses from your Watson Assistant workspace.