From 47039eb155b9b356e5d00313c51e2f8510b8c371 Mon Sep 17 00:00:00 2001 From: Connor Lindsey Date: Tue, 1 Jul 2025 09:59:28 -0700 Subject: [PATCH] feat: update info on listing Slack channels --- .../integrations/chat/slack/sending-a-message-to-channels.mdx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/integrations/chat/slack/sending-a-message-to-channels.mdx b/content/integrations/chat/slack/sending-a-message-to-channels.mdx index c3a1c191d..8f275e1cb 100644 --- a/content/integrations/chat/slack/sending-a-message-to-channels.mdx +++ b/content/integrations/chat/slack/sending-a-message-to-channels.mdx @@ -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.