Capabilities
- Direct messages and channel @mentions — DM the bot one-on-one, or @mention it in a public channel.
- The Slack Agent experience — BOW registers as a Slack Agent: users get suggested prompts (sourced from your agents’ conversation starters), a native “is thinking…” status while the bot works, and threaded agent conversations in the bot’s Messages tab.
- Threaded conversations — every reply lands in a thread, and each thread maps to a single BOW report. Replying in a thread continues the same conversation.
- Visual feedback — 👀 means processing, ✅ means done.
- Rich responses — text, charts, and data files (CSV) delivered directly in Slack.
- Permission-aware — channel mentions query only public agents; DMs also include the user’s private agents.
Connection modes
Socket Mode is the default for new setups — it works behind firewalls and VPNs since nothing needs to reach your server from the internet. Existing webhook-based integrations keep working unchanged.
How to integrate (Socket Mode)
You’ll need admin access to BOW and permission to create apps in your Slack workspace.Step 1: Create a Slack App
- Go to the Slack API dashboard and click Create New App → From scratch.
- Enter an App Name (e.g., “BOW”) and pick your workspace, then click Create App.
Step 2: Add Bot Token Scopes
In OAuth & Permissions → Bot Token Scopes, add:app_mentions:read— see channel messages that @mention the botassistant:write— power the Agent experience (suggested prompts, status)chat:write— send messagesfiles:read,files:write— receive and send filesim:history,im:read,im:write— direct messagesreactions:read,reactions:write— 👀 / ✅ status reactionsusers:read,users:read.email— map Slack users to BOW accounts by email
Step 3: Enable the Agent experience
- In your app’s settings, go to Agents & AI Apps (under Features) and toggle it On.
- This lets the bot appear as an Agent in Slack — with suggested prompts and a native thinking status in its Messages tab.
Third-party Agents are available on all paid Slack plans. On the free plan the bot still works as a regular app — you just won’t get suggested prompts or the thinking status.
Step 4: Enable Socket Mode and get the App-Level Token
- Go to Socket Mode (under Settings) and toggle Enable Socket Mode on.
- You’ll be prompted to create an App-Level Token — name it (e.g., “socket”), give it the
connections:writescope, and click Generate. - Copy the token that starts with
xapp-. This is your App Token.
Step 5: Subscribe to events
- Go to Event Subscriptions and toggle it On. With Socket Mode enabled there is no Request URL to configure.
- Under Subscribe to bot events, add:
message.im— direct messages to the botapp_mention— @mentions in channelsapp_home_opened— lets BOW show suggested prompts when a user opens the bot
- Click Save Changes.
Step 6: Install the app and get the Bot Token
- Go to OAuth & Permissions and click Install to Workspace, then authorize it.
- Copy the Bot User OAuth Token that starts with
xoxb-. This is your Bot Token.
Step 7: Connect in BOW
- In BOW, go to Settings → Integrations and open the Slack integration.
- Select Socket Mode as the connection mode (the default).
- Paste the Bot Token (
xoxb-...) and the App Token (xapp-...), then click Connect. - BOW validates both tokens and opens the socket connection. The integration shows as connected.
Alternative: HTTP webhook mode
If you prefer Slack to deliver events over HTTPS (your BOW server must be publicly reachable):- Skip Step 4 above (leave Socket Mode off).
- In Event Subscriptions, set the Request URL to:
Slack will verify the URL and show a green checkmark.
- Copy the Signing Secret from Basic Information → App Credentials.
- In the BOW Slack modal, select HTTP webhook as the connection mode and paste the Bot Token and Signing Secret.
How to use
Account linking
If a user’s Slack email matches their BOW account email, they are linked automatically on first contact — the bot confirms with a short message. Otherwise, the bot replies with a one-time verification link. (Auto-linking can be disabled in the integration settings.)Direct messages
- Open the bot from the Apps section in Slack. With the Agent experience enabled you’ll see suggested prompts at the top of the Messages tab — click one, or type your own question.
- The bot adds 👀, shows an “is thinking…” status, and replies in a thread with the answer (text, charts, and data files), swapping 👀 for ✅ when done.
- Reply in the thread to continue the same conversation — follow-ups extend the same report.
Channel @mentions
- In any public channel, @mention the bot with your question (e.g., “@BOW what were last month’s sales?”).
- The bot responds in a thread on your message. Reply in the thread to continue.
When using channel mentions, only public agents are queried since responses are visible to everyone in the channel. For access to private agents, use DMs instead.
