How to set up a Slack bot
Last updated
Was this helpful?
Last updated
Was this helpful?
To be able to send in Slack, set up a Slack bot and obtain a token for its managing.
To set up a Slack bot:
Go to the Slack website and create a .
In the Create an app window, click From scratch, and then fill in the following fields:
In the App name field, enter a name for your Slack bot. The bot name can be changed afterwards.
Select a Slack workspace for which you want to create the bot. The workspace cannot be changed.
Click Create App.
In the main menu, click App Home.
On the App Home page, click Review Scopes to Add.
Navigate to the Scopes section, click Add an OAuth Scope, and then add the following permission scopes to your bot:
chat:write
chat:write.public
users:read
users:read.email
For a list of all available permission scopes, refer to .
Navigate to the OAuth Tokens for Your Workspace section and click Install to Workspace.
After installing the app, copy the token for managing your Slack bot, which is displayed in the Bot OAuth User Token field.
In the B2CORE Back Office, navigate to Systems > Settings.
Paste the copied token into the Bot token field displayed under the SlackBot section.
Click Save to apply the changes.
See also