Skip to main content

How Send Slack Message Works

Send messages to Slack channels for team coordination and notifications. Messages can be sent from a specific team member or from your Flywheel bot, allowing for flexible communication workflows.

Configuration

Inputs

string
required
The Slack channel where the message will be sent.
enum
required
Choose who the message appears from: user (specific team member) or bot (Flywheel bot).
string
The team member to send from (required when Send From is user).
object
required
The content of the Slack message including rich formatting and dynamic variables.

Outputs

object
required
Currently returns an empty context object. Future versions may include message delivery status and Slack message details.

Use Cases

New Lead Notifications
Customer Success Alerts
Support Team Escalations

Best Practices

Choose Appropriate Channels
  • Match message type to channel purpose
  • Use specific channels for different notification types
  • Consider channel permissions and audience
Message Content
  • Use rich Slack formatting for clarity
  • Include relevant context and user information
  • Keep messages concise but informative
Avoid Notification Fatigue
  • Don’t overwhelm channels with too many automated messages
  • Use filters to ensure only relevant notifications are sent
  • Consider message frequency and timing