Slack Message Block

Convert markdown to Slack message format

The Slack Message block is designed to convert markdown text into a format compatible with Slack messages. This is particularly useful for workflows that need to format and send messages to Slack channels, ensuring that the content is rendered correctly in Slack’s interface.

Configuration (Required)

Markdown
codeRequired

The markdown parameter is a string input that defines the markdown text to be converted into Slack message format. This input supports Jinja templating, allowing dynamic insertion of variables and state data into the markdown text.

See Workflow Logic & State > State Management for details on using dynamic variables in this block.

Outputs

The block outputs the converted Slack message in string format.

Usage Context

Use this block when you need to format messages for Slack, ensuring that markdown is correctly converted to Slack’s message format.

Best Practices

  • Ensure that the markdown text provided is compatible with Slack’s formatting capabilities.
  • Use Jinja templating to dynamically generate the markdown content based on workflow state.
Built with