Slack Send Message
slack_send_messageSend a message to a Slack channel. Bot auto-joins the channel if needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Message text (supports Slack markdown) | |
| channel | Yes | Channel ID to send the message to | |
| thread_ts | No | Thread timestamp to reply in a thread (optional) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | No | Whether the message was sent successfully | |
| ts | No | Timestamp of sent message | |
| error | No | Error code if message send failed | |
| channel | No | Channel ID where message was sent | |
| message | No | Message object containing details |