Federated Slack Connector
Access knowledge from your Messages
June 2025 Update
Slack has changed their Terms of Service, preventing users from indexing their data (source: Slack).
As a result, the only way to add Slack information into Onyx is by using the search
APIs that Slack provides.
These APIs are significantly slower and lower quality than the previous index-based approach.
Your data is your data — if you care about higher quality Slack search then please talk to your customer success representative and make it clear that this change reduces the value you get out of Slack.
If you have any questions, please reach out to founders@onyx.app or send us a message in Slack.
Setting up
Authorization
- Note: You must be an admin of the Slack workspace to set up the connector
- Navigate and sign in to https://api.slack.com/apps.
- Create a new Slack app:
- Click the Create New App button in the top right.
- Select From an app manifest option.
- Select the relevant workspace from the dropdown and click Next.
- Select the “YAML” tab, paste the following manifest into the text box, and click Next:
For Onyx Cloud, the redirect_urls
value should be https://cloud.onyx.app/federated/oauth/callback
.
We do not currently support token rotation, so token_rotation_enabled: false
is necessary.
- Click the Create button.
- In the app page, navigate to the Basic Information tab under the Settings header.
- Copy the Client ID and CLient Secret. Store those somewhere safe for the next step.
Indexing
- Navigate to the Connector Dashboard and select the Slack Connector.
- Enter the Client ID and Client Secret from step 7. Click the Create button.
- Head back to the main Chat page and go through the OAuth flow!
Every user will need to go through this OAuth flow. All DMs, public channels, and private channels that the user has access to will be searchable.