Send messages, manage channels and conversations
24
Total Flows
24
Total Actions
0.1.0
Version
Flow | Description | Actions | Parameters |
---|---|---|---|
Post Message chat_postMessage | Sends a message to a Slack channel or direct message. Use this endpoint to broadcast notifications, start conversations, or deliver dynamic content. | 1 | 0 |
Update Message chat_update | Edits an existing message in a Slack channel. Ideal for correcting errors or updating information dynamically. | 1 | 0 |
Post Ephemeral Message chat_postEphemeral | Sends a temporary, user-specific message that appears only to the targeted user. Use this endpoint for context-sensitive notifications. | 1 | 0 |
Delete Message chat_delete | Removes a previously posted message from a designated Slack channel. Use this endpoint to retract outdated or erroneous content. | 1 | 0 |
Get Conversation History conversations_history | Fetches the complete message history for a specified Slack channel. This endpoint is ideal for analyzing context, retrieving past interactions, and informing AI decisions. | 1 | 3 |
Get Conversation Info conversations_info | Provides comprehensive details about a specific Slack conversation, including metadata, member list, and configuration. This is useful for contextualizing interactions. | 1 | 1 |
List Conversations conversations_list | Retrieves a list of all available conversations (channels, groups, and IMs) in the Slack workspace. This list helps the agent identify channels for navigation or further operations. | 1 | 2 |
Open Conversation conversations_open | Initiates a new direct or group conversation on Slack, enabling real-time communication between specified users. | 1 | 0 |
Upload File files_upload | Uploads a file (such as an image or document) to Slack and shares it in specified channels. This enables the agent to deliver rich media content as part of its interactions. | 1 | 0 |
Get File Info files_info | Retrieves detailed metadata for a specific file stored in Slack. This includes file type, size, and associated channel information. | 1 | 1 |
Join Conversation conversations_join | Allows the AI agent to join an existing Slack conversation, enabling real-time participation and monitoring of live discussions. | 1 | 0 |
Invite to Conversation conversations_invite | Invites one or more users to join a Slack conversation, expanding the discussion group for collaborative sessions. | 1 | 0 |
Get User Info users_info | Retrieves comprehensive details about a Slack user. Useful for personalization and understanding user context. | 1 | 1 |
Search Messages search_messages | Performs a search query across Slack messages to retrieve historical context or specific interactions. Useful for context-aware responses. | 1 | 3 |
Open View views_open | Opens an interactive modal in Slack. Ideal for launching rich, interactive experiences to collect user input or display detailed information. | 1 | 2 |
Push View views_push | Pushes a new interactive view onto the existing view stack. Use this to dynamically extend or modify the current modal experience. | 1 | 2 |
Update View views_update | Updates an existing interactive view in Slack. Use this endpoint to modify modal content or adjust interactive components in real time. | 1 | 2 |
Test Auth auth_test | Validates the provided Slack authentication token to ensure proper access and configuration. | 1 | 0 |
Add Reaction reactions_add | Adds an emoji reaction to a specific Slack message or item. This can be used for lightweight feedback or acknowledgment. | 1 | 0 |
Remove Reaction reactions_remove | Removes an emoji reaction from a Slack message. This endpoint is used to retract previous feedback or correct mistakes. | 1 | 0 |
Add Pin pins_add | Pins a specific message or item to the top of a Slack channel, helping to highlight important content for future reference. | 1 | 0 |
List Pins pins_list | Retrieves all pinned items from a Slack channel, allowing the agent to quickly identify key messages and information. | 1 | 1 |
Remove Pin pins_remove | Removes a pin from a Slack channel, helping to clear outdated or irrelevant highlighted content. | 1 | 0 |
Add Reminder reminders_add | Creates a new reminder in Slack. Use this endpoint to schedule follow-ups or task reminders directly within conversations. | 1 | 0 |