slack_send_message
Send messages to Slack channels or DMs. Supports Markdown formatting and thread replies.
Instructions
Send a message to a Slack channel or DM. Supports plain text, Markdown (mrkdwn), and thread replies.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text. Supports Slack mrkdwn formatting (*bold*, _italic_, `code`, etc.) | |
| channel | Yes | Channel ID (e.g. C01234567) or channel name (e.g. #general). Channel ID is more reliable. | |
| thread_ts | No | Timestamp of a parent message to reply in a thread | |
| unfurl_links | No | Whether to unfurl link previews. Default: true |