Skip to content

Commit 90fb386

Browse files
committed
fix docs warnings
1 parent 3244d02 commit 90fb386

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/user-guide/connectors/slack.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ Getting Credentials
2121
2. Activate the following features:
2222

2323
- Interactivity & Shortcuts > Interactivity (if your bot uses any `interactive components <https://api.slack.com/reference/block-kit/interactive-components>`_ , e.g. buttons)
24-
- Add your Rasa request URL ``http://<host>:<port>/webhooks/slack/webhook``, replacing
25-
the host and port with the appropriate values that point to your Rasa X or Rasa Open Source deployment.
26-
- Event subscriptions > Subscribe to bot events: message.channels, message.groups, message.im & message.mpim
24+
- Add your Rasa request URL ``http://<host>:<port>/webhooks/slack/webhook``, replacing
25+
the host and port with the appropriate values that point to your Rasa X or Rasa Open Source deployment.
26+
- Event subscriptions > Subscribe to bot events: ``message.channels``, ``message.groups``, ``message.im``, ``message.mpim``
2727
- App Home > Always Show My Bot as Online
2828

2929
3. Get the ``Bot User OAuth Access Token`` from the OAuth & Permissions page. Click ``Install App to Workspace``
@@ -32,7 +32,7 @@ Getting Credentials
3232
with ``xoxb``.
3333

3434
4. In the "OAuth & Permissions > Redirect URLs" enter the endpoint for receiving Slack messages. This is
35-
the same URL you entered above for Interactivity & Shortcuts -``http://<host>:<port>/webhooks/slack/webhook``.
35+
the same URL you entered above for Interactivity & Shortcuts - ``http://<host>:<port>/webhooks/slack/webhook``.
3636

3737
5. Go to the "Event Subscriptions" section, turn on the "Enable Events" and add the endpoint here also.
3838

@@ -62,7 +62,6 @@ You need to supply a ``credentials.yml`` with the following content:
6262
addition to the default behavior of listening for direct messages and app mentions, i.e. "@app_name". To get the channel
6363
id, right click on the channel choose Copy Link and the id will be the last component in the URL.
6464

65-
6665
- Use the entry for ``Bot User OAuth Access Token`` in the
6766
"OAuth & Permissions" tab as your ``slack_token``. It should start
6867
with ``xoxb``.

0 commit comments

Comments
 (0)