slack_post_message
Post a plain text message to a Slack channel, or reply to a thread by providing a thread timestamp. Requires channel ID and message text.
Instructions
Post a plain text message to a Slack channel or reply to a thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The message text to post | |
| thread_ts | No | Optional timestamp of parent message to reply in thread. Format: '1234567890.123456' | |
| channel_id | Yes | The ID of the channel to post to |