slack_send_message
Send messages to Slack channels using AI assistants. Post text to specific channels or reply within threads for team communication.
Instructions
Send a message to a Slack channel
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel to send the message to | |
| text | Yes | The message text to send | |
| thread_ts | No | Optional: Reply to a thread by providing the parent message timestamp |