Creating our Slack application
For the bot to interact with Slack, we need to set up a Slack application:
- Navigate to https://api.slack.com/apps on your browser.
Here, you will need to click on the following button:
You will then be presented with the following dialog box:
- Choose the From an app manifest option. This will present the following:
- Choose the workspace you created at the beginning of this section and then press Create App. Click the Next button.
- Copy the text from the file present at https://github.com/PacktPublishing/Go-for-DevOps/tree/rev0/chapter/11/chatbot/slack.manifest and paste it onto the screen that is shown as follows as YAML:
- The text you see in...