send_message
Send messages to channels or reply in threads. Provide channel ID and message text; use root ID to reply in a specific thread.
Instructions
Send a message to a channel or reply in a thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | Message text (supports Markdown) | |
| root_id | No | Optional: Post ID to reply in a thread | |
| channel_id | Yes | Channel ID to send message to |