- Print
- DarkLight
- PDF
SlackBridge
- Print
- DarkLight
- PDF
Synchronize conversations across your Slack and QuickMeet.Chat workspace using SlackBridge to mirror messages between channels or private groups in real time. When you send a message in QuickMeet.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:
display_information: name: QuickMeet.ChatBridge features: app_home: home_tab_enabled: true messages_tab_enabled: false messages_tab_read_only_enabled: true bot_user: display_name: QuickMeet.ChatBridge always_online: false oauth_config: scopes: bot: - channels:history - channels:read - chat:write - chat:write.customize - groups:history - groups:read - mpim:history - mpim:read - pins:read - reactions:read - reactions:write - users:read - im:read - im:history settings: event_subscriptions: bot_events: - app_home_opened - channel_left - member_joined_channel - message.channels - message.groups - reaction_added - reaction_removed interactivity: is_enabled: true org_deploy_enabled: false socket_mode_enabled: true token_rotation_enabled: falseReview 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:writeauthorizations:readapp_configurations:write
Click Generate and copy the app token generated.
Navigate to Features > OAuth & Permissions and copy the Bot User OAuth Token.
Navigate to Settings > Basic Information > App Credentials and copy the Signing Secret.
Configure SlackBridge in QuickMeet.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 to allow sending messages from QuickMeet.Chat to Slack.
Adjust any other settings as needed.
Click Save Changes.
Using SlackBridge
In your Slack workspace, create a channel.
In the message box, type the
/addcommand and select Add apps to this channel. Add the QuickMeet.ChatBridge app to the channel.Return to your QuickMeet.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 QuickMeet.Chat.
If the messages don’t sync between Slack and QuickMeet.Chat, restart your workspace.
SlackBridge recognizes the same user across Slack and QuickMeet.Chat if the usernames match. This allows for consistent user identification between the two platforms and supports message reaction.