slack_reply_thread
Reply directly in a Slack thread as the authenticated user, using channel, thread timestamp, and markdown text to post the response.
Instructions
Reply in a Slack thread AS YOU. The reply appears as if you typed it in the thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The reply text. Supports Slack markdown. | |
| channel | Yes | Channel containing the thread (#name, @user, or ID). | |
| thread_ts | Yes | Timestamp of the thread's parent message. | |
| workspace | No | Workspace alias. Omit to use default. | |
| also_send_to_channel | No | Also post the reply to the channel (default false). |