Small BusinessReal EstateFinanceMarketingLegalOperationsSalesTemplatesPricingDocs
Get started

Step Guide: Slack

Social

Post messages to Slack channels

Overview

The Slack step sends a message to a connected Slack channel. You provide the message content, and the step outputs a direct link to the posted message. Requires a connected Slack integration with a selected channel.

When to Use

  • Send workflow completion notifications to a Slack channel
  • Post AI-generated summaries or alerts to team channels
  • Notify a channel when new data is processed or reports are ready
  • Build automated status update pipelines that report to Slack

How It Works

The step reads an input (message) field from its input record and posts it to the configured Slack channel. The channel is specified via channelId in the slackConfig. Outputs {message_url, success, error} with a link to the posted message.

Actions

Slack Post
Post a message to a Slack channel
How it works
Reads input (message text) from the input record and posts to the configured Slack channel. The channelId must be set in the step configuration. Outputs {message_url, success, error}.
  • Map dynamic content from upstream steps into the message field via field mappings
  • The message_url output links directly to the posted Slack message
Tips
  • Requires a Slack integration. Connect your Slack workspace and select a channel in the step config
  • The channelId must be configured before the workflow can run
  • Use AI Text Generate before this step to compose formatted messages