slack_send_message
Send a message to a Slack channel or DM, with optional thread reply and markdown text support.
Instructions
Send a message to a channel or DM
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (supports Slack markdown) | |
| thread_ts | No | Thread timestamp to reply to (optional) | |
| channel_id | Yes | Channel or DM ID to send to |