send_message
Send messages to Slack channels, including replies in threads and rich formatting with Block Kit. Use channel ID or name, message text, and optional JSON blocks for structured content.
Instructions
Send a message to a Slack channel.
Args: channel: Channel ID or name text: Message text (fallback text for notifications) thread_ts: Thread timestamp for replies blocks: JSON string of Block Kit blocks for rich formatting
Input Schema
Name | Required | Description | Default |
---|---|---|---|
blocks | No | ||
channel | Yes | ||
text | Yes | ||
thread_ts | No |