Skip to content

Commit debcd76

Browse files
authored
improvement(slack): updated docs to include information for slack marketplace submission (#2837)
1 parent 929d0d0 commit debcd76

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

apps/docs/content/docs/en/tools/slack.mdx

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,27 @@ In Sim, the Slack integration enables your agents to programmatically interact w
4343
- **Download files**: Retrieve files shared in Slack channels for processing or archival
4444

4545
This allows for powerful automation scenarios such as sending notifications with dynamic updates, managing conversational flows with editable status messages, acknowledging important messages with reactions, and maintaining clean channels by removing outdated bot messages. Your agents can deliver timely information, update messages as workflows progress, create collaborative documents, or alert team members when attention is needed. This integration bridges the gap between your AI workflows and your team's communication, ensuring everyone stays informed with accurate, up-to-date information. By connecting Sim with Slack, you can create agents that keep your team updated with relevant information at the right time, enhance collaboration by sharing and updating insights automatically, and reduce the need for manual status updates—all while leveraging your existing Slack workspace where your team already communicates.
46+
47+
## Getting Started
48+
49+
To connect Slack to your Sim workflows:
50+
51+
1. Sign up or log in at [sim.ai](https://sim.ai)
52+
2. Create a new workflow or open an existing one
53+
3. Drag a **Slack** block onto your canvas
54+
4. Click the credential selector and choose **Connect**
55+
5. Authorize Sim to access your Slack workspace
56+
6. Select your target channel or user
57+
58+
Once connected, you can use any of the Slack operations listed below.
59+
60+
## AI-Generated Content
61+
62+
Sim workflows may use AI models to generate messages and responses sent to Slack. AI-generated content may be inaccurate or contain errors. Always review automated outputs, especially for critical communications.
63+
64+
## Need Help?
65+
66+
If you encounter issues with the Slack integration, contact us at [help@sim.ai](mailto:help@sim.ai)
4667
{/* MANUAL-CONTENT-END */}
4768

4869

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
495495
services: {
496496
slack: {
497497
name: 'Slack',
498-
description: 'Send messages using a Slack bot.',
498+
description: 'Send messages using a bot for Slack.',
499499
providerId: 'slack',
500500
icon: SlackIcon,
501501
baseProviderIcon: SlackIcon,

0 commit comments

Comments
 (0)