slack_post_thread
Reply to a specific message within a Slack thread using channel ID, parent message timestamp, and markdown-formatted text.
Instructions
Reply to a message in a thread
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The channel ID containing the thread | |
| thread_ts | Yes | Timestamp of the parent message to reply to | |
| text | Yes | Reply content (markdown supported) |