Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
colinsl committed Apr 5, 2024
1 parent 39ab392 commit 5ea26ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/root/adding_new_slack_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,12 @@ Adding normal slack apps
* message.im
* message.mpim

* Note 1: adding ``app_mention`` may result in your bot being called twice.
* Note 2: the configuration `bot.name` for your bot should match your app user_handle
* Note 3: if your app user_handle does not match your `bot.name` you need to
specify `match_mention: true` to receive callbacks


#. Add interactive component configuration (if the bot needs interactive components), using the ``Interactive Components`` link in the sidebar:

#. Add the request URL. This will be the interactibe API route; so, if your omnibot hostname is ``omnibot.example.com``, the URL would be ``https://omnibot.example.com/api/v1/slack/interactive``. Slack will not verify this URL, unfortunately.
Expand Down

0 comments on commit 5ea26ff

Please sign in to comment.