docs(slack): add missing Messages Tab setup step#3558
Closed
dashed wants to merge 1 commit into
Closed
Conversation
Without enabling the Messages Tab in App Home settings, users see "Sending messages to this app has been turned off" when trying to DM the bot — even with all correct scopes and event subscriptions. Add Step 5 (Enable the Messages Tab) between Event Subscriptions and Install App, with a danger admonition. Also add troubleshooting entry for this specific error message. Renumber subsequent steps (6→7→8→9).
Contributor
|
Merged via #3590 — your commit was cherry-picked onto current main with authorship preserved. Thanks for catching this missing step! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Context
The Messages Tab in Slack's App Home settings must be enabled for users to send direct messages to the bot. This is a Slack platform requirement that isn't covered in the current setup guide. The existing docs cover scopes, events, and socket mode, but miss this critical App Home configuration.
Changes
website/docs/user-guide/messaging/slack.md:How to test
Platform
Tested on Slack workspace with Hermes Agent deployed via K8s (Socket Mode). The Messages Tab setting is a Slack API console configuration, platform-independent.