Slack Agent brings SuprSend Agent into your Slack workspace. Look up profiles, trigger workflows, change preferences, pull delivery analytics, and ask product questions, all from a DM or channel. Two things to know before you install:Documentation Index
Fetch the complete documentation index at: https://docs.suprsend.com/llms.txt
Use this file to discover all available pages before exploring further.
- Privacy Filter on by default. PII never lands in a searchable channel by accident. Sensitive identifiers are routed to the requester’s DM; the channel sees a summary. See Privacy Filter below.
- AI is optional. SuprSend’s notification stack (workflows, templates, channels, preferences, delivery, analytics) does not depend on AI. If your organization can’t share data with third-party model providers, an admin can disable every AI feature in one click. See Settings.
Quick start
- Install the Slack App for your workspace from Account Settings → AI & Agents. Your SuprSend admin can share the install link.
-
After install,
@SuprSendappears as a regular bot user in your workspace. DM it or invite it to any channel. -
Start asking:
- In a channel: type
@suprsendfollowed by your request. - In a DM: open a direct message with
@SuprSendand just type.
- In a channel: type
Privacy Filter
Slack channels are searchable, exportable, and often shared with broader audiences than the people who originally asked. A teammate posting “what’s jane@acme.com’s phone number?” into#growth shouldn’t leak that number to everyone with channel history access.
The Privacy Filter is Slack Agent’s default behavior in channels. It detects when a response would contain PII (emails, phone numbers, push tokens, device identifiers, channel addresses) and splits the reply:
- The channel sees a non-sensitive summary in-thread (e.g., “Found the profile for user_123. Sent identifiers to your DM.”).
- The requester’s DM receives the raw identifiers, so the person doing the work still gets what they need.
| Surface | When to use it | What the Privacy Filter does |
|---|---|---|
| Direct messages | Private lookups, work tied to a specific user, anything involving identifiers, channel addresses, or device tokens. | Inactive. Emails, phone numbers, push tokens, and other PII are returned in full. |
| Channels | Team-visible work, like analytics summaries, workflow audits, debugging in front of teammates. | Active by default. PII is stripped from the channel reply and DM’d to the requester instead. |
What Slack Agent can help with
Data and lookups
Fetch user profiles, preferences, and object or tenant configuration. List workflows, templates, and events.
User and object management
Create or update users and objects. Manage channel addresses (email, SMS, push, Slack, and others). Update notification preferences. Add or remove users from subscriber lists or object subscriptions.
Workflows and events
Trigger API-triggered workflows. Track events so event-triggered workflows can run.
Analytics
Query notification delivery stats, engagement rates, and workflow execution counts. Ask for trend summaries or charts for breakdowns over time.
Debugging delivery
Trace why a notification didn’t land for a user. Channels attempted, preferences applied, overrides hit, and execution logs in one explanation.
Documentation
Get answers about how SuprSend works. APIs, SDKs, channels, templates, workflows, preferences, and related concepts.
Example prompts
Slack Agent works best when prompts include a clear identifier (user distinct ID, object ID, workflow slug, tenant key). Paste these in, swap your own values, and send. Users and preferencesSettings
Slack App setup lives on the same page as the dashboard Agent: Account Settings → AI & Agents. Installing, connecting, disconnecting, and toggling the Slack App is admin-only. Once an admin connects the workspace, anyone in Slack whose email matches a SuprSend user can DM@SuprSend or tag it in a channel, scoped to their own SuprSend role and tenants.
From the settings page, an admin can:
- Install, connect, or disconnect the Slack workspace.
- Toggle the Slack App on or off. Disabling stops Slack Agent from responding in any channel or DM, but preserves install state so re-enabling does not require re-authorizing.
- Turn off all AI features at the workspace level if your organization opts out of third-party model usage. SuprSend’s notification infrastructure continues to work with AI disabled.
- View Slack-attributed credit usage alongside the rest of your AI consumption.

AI usage
Slack Agent shares the same credit pool as the dashboard Agent. The settings page shows credits used vs. total for the current cycle, with a per-capability breakdown so you can see how much of your usage is coming from Slack.
Related
Agent
The same workspace tools from inside the SuprSend dashboard. Useful when you’re not in Slack.
MCP overview
Model Context Protocol for IDEs. Complementary to chat agents for developers.