slack_post_rich_message
Send rich structured Slack messages with Block Kit to channels or threads. Use sections, images, headers, dividers, and markdown for clear communication.
Instructions
Post a rich structured message to Slack with Block Kit support. Can post to channels or reply to threads. Supports plain text, markdown formatting, and rich Block Kit layouts with sections, images, dividers, headers, and more.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | No | Fallback text for notifications and screen readers. Required if blocks is not provided. | |
| parse | No | How to parse text content. "full" enables link and mrkdwn parsing. | |
| blocks | No | Block Kit blocks for structured message layout. Required if text is not provided. | |
| thread_ts | No | Optional timestamp of parent message to reply in thread. Format: '1234567890.123456' | |
| channel_id | Yes | The ID of the channel to post to | |
| unfurl_links | No | Enable automatic link previews | |
| unfurl_media | No | Enable automatic media previews |