Slack Bot Setup#
Before using Notist’s SlackNotifier, you must create and configure a Slack app:
Create a new Slack App
Go to https://api.slack.com/apps and click “Create New App” → “From scratch”. Give it a name (e.g., “Notist”) and select your workspace.
Add Bot Token Scopes
In the left sidebar, choose “OAuth & Permissions” → “Scopes” → “Bot Token Scopes”, and add
chat:write
.Install the App to Your Workspace
In the left sidebar, choose “OAuth & Permissions” → “OAuth Tokens”, and click “Install to <Your Workspace>”, then “Allow”. Copy the “Bot User OAuth Token” (starts with
xoxb-...
).Invite the Bot to Your Channel
In Slack, go to the target channel and type:
/invite @Notist
Warning
This procedure was verified on June 08, 2025. For the most up-to-date instructions, please refer to the official Slack documentation.