Requires creating a Slack app. Done once by the server admin — users then connect their own Slack accounts via the UI.
Server Setup
1
Create a Slack app
Go to api.slack.com/apps and click Create New App → From scratch. Give it a name and pick your workspace.
2
Add OAuth scopes
Go to OAuth & Permissions → Scopes → User Token Scopes and add:
3
Set the redirect URI
Under OAuth & Permissions → Redirect URLs, add:
4
Copy Client ID and Client Secret
Go to Basic Information → App Credentials and copy your Client ID and Client Secret.
5
Add to nous.env
Connecting in Nous
- Go to Settings → Integrations
- Click + Add Integration → Slack
- Complete the OAuth flow in the popup