Skip to content

feat: update info on listing Slack channels #1009

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,8 @@ Remember to consider which roles in your application can access the `SlackAuthBu

This combobox contains the list of channels in the connected Slack workspace. You users will use this combobox to search and select a channel (or more than one channel) to be notified when an event in your application occurs, for example a comment on a video. They can also use this combobox to deselect a connected channel.

To comply with Slack's privacy requirements, this combobox will only display channels the given user has access to. To return private channels, you must resolve the user's email address to their Slack ID. Learn more about [resolving a user's Slack ID](/integrations/chat/slack/sending-a-direct-message#resolving-a-users-slack-id). If the Slack user ID cannot be resolved, this combobox will only display public channels.

The combobox automatically shows which channels are already connected, and gives users an easy way to remove them as well.

<figure>
Expand Down
Loading