You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: contents/docs/cdp/destinations/slack.mdx
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -105,6 +105,12 @@ You can see a full example of this in our tutorial on [how to send survey respon
105
105
106
106
Slack integrations will only show channels that the authorizing user has access to.
107
107
108
+
### I have a lot of slack channels and loading all in the dropdown fails, how can I set a slack channel?
109
+
110
+
If you have thousands of slack channels, the slack API might rate limit you before the dropdown can load all channels.
111
+
112
+
In this case, you can manually paste a slack channel id into the field to load just that one by id. If it is found, you can then select and use it.
113
+
108
114
### Is the source code for this destination available?
109
115
110
116
PostHog is open-source and so are all the destination on the platform. The [source code](https://github.com/PostHog/posthog/blob/master/posthog/cdp/templates/slack/template_slack.py) is available on GitHub.
0 commit comments