reply_in_thread
Post a reply to an existing Slack thread by providing the channel ID, parent message timestamp, and reply text. Optionally send as the authenticated user instead of the bot.
Instructions
Reply to a message in a Slack thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | Reply text | |
| channel | Yes | Channel ID containing the thread | |
| thread_ts | Yes | Timestamp of the parent message | |
| use_user_token | No | Send as the authenticated user (requires xoxp- user token) rather than the bot |