Step-by-step instructions to connect a Slack bot to your SUMMYZE dashboard and receive real-time notifications in your team channel.
Paste the following YAML manifest and click Next โ Create:
display_information:
name: Summyze Notifications
features:
bot_user:
display_name: Summyze Notifications
always_online: false
oauth_config:
scopes:
bot:
- chat:write
settings:
org_deploy_enabled: false
socket_mode_enabled: false
token_rotation_enabled: false
After installation, you will see your Bot User OAuth Token:
๐ Store this token securely โ use an environment variable or secret manager. Never expose it in frontend code.
summyze_notifications)summyze_notifications)In Slack, open the target channel and run the following command:
This grants the bot permission to post messages to the channel.
chat:write is needed for notificationsYour SUMMYZE instance will now send real-time Slack notifications to your designated channel whenever new email tickets arrive or important events are triggered.