Synchronize conversations across your Slack and Rocket.Chat workspace using SlackBridge to mirror messages between channels or private groups in real time. When you send a message in Rocket.Chat, it appears in the corresponding Slack channel, and vice versa. To set this up, create a Slack app that bridges both applications to sync the messages.
Create a custom app on Slack
Go to Slack Apps and click the Create New App button.
Select the from an app manifest option and choose the workspace to develop your app in.
Enter the following YAML as the app manifest:
Review the app summary and click Create.
Navigate to Settings > Basic Information and click Install to Workspace.
Go to App-Level Tokens and click Generate Token and Scopes. Add a token name and select the following scopes:
connections:write
authorizations:read
app_configurations:write
Click Generate and copy the app token generated.
Navigate to Settings > Basic Information > App Credentials and copy the Signing Secret.
Navigate to Features > OAuth & Permissions > OAuth Tokens. Install the app to your Slack workspace and copy the Bot User OAuth Token generated.
Configure SlackBridge in Rocket.Chat
Go to Administration > Workspace > Settings > SlackBridge.
Enable SlackBridge and disable Use Legacy API Tokens.
Add the Bot Token, Signing Secret, and App Token you obtained from configuring your Slack app.
Enable SlackBridge Out Enabled and SlackBridge Out All to allow sending messages from Rocket.Chat to Slack.
Adjust any other settings as needed.
Click Save Changes.
Using SlackBridge
In your Slack workspace, create a channel.
Go to the message box in the new channel and type the
/add
command. Select Add apps to this channel and add the RocketChatBridge app to the channel.Return to your Rocket.Chat workspace and go to the directory to search for the channel you created on Slack.
Join the channel and send a message. You should see the message appear in Slack. Respond to the message in Slack, and you will see the response in Rocket.Chat.
If the messages don’t sync between Slack and Rocket.Chat, restart your workspace.
SlackBridge recognizes the same user across Slack and Rocket.Chat if the usernames match. This allows for consistent user identification between the two platforms. It also supports message reaction.