Skip to content

Commit 209f9ad

Browse files
committed
improvement(docs): slack YouTube video
1 parent 38dbaa2 commit 209f9ad

1 file changed

Lines changed: 31 additions & 33 deletions

File tree

docs/content/docs/tools/slack.mdx

Lines changed: 31 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ title: Slack
33
description: Send a message to Slack
44
---
55

6-
import { BlockInfoCard } from "@/components/ui/block-info-card"
6+
import { BlockInfoCard } from '@/components/ui/block-info-card'
77

8-
<BlockInfoCard
8+
<BlockInfoCard
99
type="slack"
1010
color="#611f69"
1111
icon={true}
@@ -32,28 +32,31 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
3232
/>
3333

3434
{/* MANUAL-CONTENT-START:intro */}
35-
[Slack](https://www.slack.com/) is a business communication platform that offers teams a unified place for messaging, tools, and files. It's designed to replace email as the primary method of communication and sharing for teams, providing organized conversations, searchable history, and seamless integration with hundreds of apps and services.
35+
[Slack](https://www.slack.com/) is a business communication platform that offers teams a unified place for messaging, tools, and files.
36+
37+
<iframe
38+
width="100%"
39+
height="400"
40+
src="https://www.youtube.com/embed/Wva1AKTgF2c"
41+
title="Slack Integration with Sim Studio"
42+
frameBorder="0"
43+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
44+
allowFullScreen
45+
></iframe>
3646

3747
With Slack, you can:
3848

39-
- **Streamline communication**: Centralize team discussions in organized channels
40-
- **Share files and information**: Easily exchange documents, images, and data
41-
- **Integrate with other tools**: Connect with hundreds of third-party services
42-
- **Automate workflows**: Create custom automations to reduce manual tasks
43-
- **Organize conversations**: Keep discussions topic-based in dedicated channels
44-
- **Search message history**: Quickly find past conversations and shared content
45-
- **Collaborate in real-time**: Engage with team members through instant messaging
49+
- **Automate agent notifications**: Send real-time updates from your Sim Studio agents to any Slack channel
50+
- **Create webhook endpoints**: Configure Slack bots as webhooks to trigger Sim Studio workflows from Slack activities
51+
- **Enhance agent workflows**: Integrate Slack messaging into your agents to deliver results, alerts, and status updates
4652

4753
In Sim Studio, the Slack integration enables your agents to programmatically send messages to any Slack channel or user as part of their workflows. This allows for powerful automation scenarios such as sending notifications, alerts, updates, and reports directly to your team's communication hub. Your agents can deliver timely information, share results from processes they've completed, 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 without manual intervention. By connecting Sim Studio with Slack, you can create agents that keep your team updated with relevant information at the right time, enhance collaboration by sharing insights automatically, and reduce the need for manual status updates - all while leveraging your existing Slack workspace where your team already communicates.
4854
{/* MANUAL-CONTENT-END */}
4955

50-
5156
## Usage Instructions
5257

5358
Send messages to any Slack channel using OAuth authentication. Integrate automated notifications and alerts into your workflow to keep your team informed.
5459

55-
56-
5760
## Tools
5861

5962
### `slack_message`
@@ -62,40 +65,35 @@ Send messages to Slack channels or users through the Slack API. Enables direct c
6265

6366
#### Input
6467

65-
| Parameter | Type | Required | Description |
66-
| --------- | ---- | -------- | ----------- |
67-
| `apiKey` | string | Yes | Your Slack API token |
68-
| `channel` | string | Yes | Target Slack channel \(e.g., #general\) |
69-
| `text` | string | Yes | Message text to send |
68+
| Parameter | Type | Required | Description |
69+
| --------- | ------ | -------- | --------------------------------------- |
70+
| `apiKey` | string | Yes | Your Slack API token |
71+
| `channel` | string | Yes | Target Slack channel \(e.g., #general\) |
72+
| `text` | string | Yes | Message text to send |
7073

7174
#### Output
7275

73-
| Parameter | Type |
74-
| --------- | ---- |
75-
| `ts` | string |
76+
| Parameter | Type |
77+
| --------- | ------ |
78+
| `ts` | string |
7679
| `channel` | string |
7780

78-
79-
8081
## Block Configuration
8182

8283
### Input
8384

84-
| Parameter | Type | Required | Description |
85-
| --------- | ---- | -------- | ----------- |
86-
| `apiKey` | string | Yes | OAuth Token - Enter your Slack OAuth token |
87-
88-
85+
| Parameter | Type | Required | Description |
86+
| --------- | ------ | -------- | ------------------------------------------ |
87+
| `apiKey` | string | Yes | OAuth Token - Enter your Slack OAuth token |
8988

9089
### Outputs
9190

92-
| Output | Type | Description |
93-
| ------ | ---- | ----------- |
94-
| `response` | object | Output from response |
95-
|`ts` | string | ts of the response |
91+
| Output | Type | Description |
92+
| ----------- | ------ | ----------------------- |
93+
| `response` | object | Output from response |
94+
|`ts` | string | ts of the response |
9695
|`channel` | string | channel of the response |
9796

98-
9997
## Notes
10098

10199
- Category: `tools`

0 commit comments

Comments
 (0)