Gen6

Slack

Send messages to Slack

Slack is a business communication platform that offers teams a unified place for messaging, tools, and files.

With Slack, you can:

  • Automate agent notifications: Send real-time updates from your Gen6 agents to any Slack channel
  • Create webhook endpoints: Configure Slack bots as webhooks to trigger Gen6 workflows from Slack activities
  • Enhance agent workflows: Integrate Slack messaging into your agents to deliver results, alerts, and status updates
  • Create and share Slack canvases: Programmatically generate collaborative documents (canvases) in Slack channels
  • Read messages from channels: Retrieve and process recent messages from any Slack channel for monitoring or workflow triggers

In Gen6, the Slack integration enables your agents to programmatically interact with Slack in several ways as part of their workflows:

  • Send messages: Agents can send formatted messages to any Slack channel or user, supporting Slack's markdown syntax for rich formatting.
  • Create canvases: Agents can create and share Slack canvases (collaborative documents) directly in channels, enabling richer content sharing and documentation.
  • Read messages: Agents can read recent messages from channels, allowing for monitoring, reporting, or triggering further actions based on channel activity.

The Gen6 Slack integration allows for powerful automation scenarios by sending notifications, alerts, updates, and reports directly to your team's communication hub. Your agents can deliver timely information, share process results, 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 without manual intervention.

By connecting Gen6 with Slack, you can create agents that keep your team updated, enhance collaboration by automatically sharing insights, and reduce manual status updates, all within your existing Slack workspace.

Usage Instructions

Comprehensive Slack integration with OAuth authentication. Send formatted messages using Slack's markdown syntax.

Tools

slack_message

Send messages to Slack channels or users through the Slack API. Supports Slack markdown formatting.

Input

ParameterTypeRequiredDescription
authMethodstringNoAuthentication method: oauth or bot_token
botTokenstringNoBot token for Custom Bot
accessTokenstringNoOAuth access token or bot token for Slack API
channelstringYesTarget Slack channel (e.g., #general)
textstringYesMessage text to send (supports Slack markdown formatting)

Output

ParameterTypeDescription
tsstringMessage timestamp
channelstringChannel identifier
canvas_idstringCanvas identifier
titlestringCanvas title
messagesjsonMessage data

Screenshot

Slack Working SS

slack_canvas

Create and share Slack canvases in channels. Canvases are collaborative documents within Slack.

Input

ParameterTypeRequiredDescription
authMethodstringNoAuthentication method: oauth or bot_token
botTokenstringNoBot token for Custom Bot
accessTokenstringNoOAuth access token or bot token for Slack API
channelstringYesTarget Slack channel (e.g., #general)
titlestringYesTitle of the canvas
contentstringYesCanvas content in markdown format
document_contentobjectNoStructured canvas document content

Output

ParameterTypeDescription
tsstringMessage timestamp
channelstringChannel identifier
canvas_idstringCanvas identifier
titlestringCanvas title
messagesjsonMessage data

Screenshot

Slack Working SS

slack_message_reader

Read the latest messages from Slack channels. Retrieve conversation history with filtering options.

Input

ParameterTypeRequiredDescription
authMethodstringNoAuthentication method: oauth or bot_token
botTokenstringNoBot token for Custom Bot
accessTokenstringNoOAuth access token or bot token for Slack API
channelstringYesSlack channel to read messages from (e.g., #general)
limitnumberNoNumber of messages to retrieve (default: 10, max: 100)
oldeststringNoStart of time range (timestamp)
lateststringNoEnd of time range (timestamp)

Output

ParameterTypeDescription
tsstringMessage timestamp
channelstringChannel identifier
canvas_idstringCanvas identifier
titlestringCanvas title
messagesjsonMessage data

Screenshot

Slack Working SS

Notes

  • Category: tools
  • Type: slack
Slack