Get the Slack Bot Token
1min read
After creating the Slack app for Brainfish Sync, install the app into your Slack workspace and copy the bot token from the app's OAuth settings.
Steps
- Go to Slack API Apps.
- Open the Slack app you created for Brainfish Sync.
- In the left sidebar, select OAuth & Permissions.
- Scroll to Scopes and confirm the required scopes are listed under Bot Token Scopes.
- At the top of the OAuth & Permissions page, select Install to Workspace.
- Review the permissions and select Allow.
- After installation, return to OAuth & Permissions.
- Find OAuth Tokens for Your Workspace.
- Copy the Bot User OAuth Token.
The token starts with xoxb-, for example:
xoxb-...
If the Token Is Not Visible
If the token is not visible, the app may not be installed yet. Select Install to Workspace from the OAuth & Permissions page.
If you changed the app scopes after installing it, select Reinstall to Workspace so the token receives the latest permissions.
Security Notes
- Store the token securely.
- Use the token only from your server-side sync job.
- Do not paste the token into browser-side code, public Slack channels, tickets, or documentation.
- Rotate the token if it is accidentally exposed.
