Reply to Slack Thread
slack_reply_to_threadReply to a specific message thread in Slack. Specify the channel, the parent message's timestamp, and the reply text.
Instructions
Reply to a specific message thread in Slack. Accepts both channel names (#general, general) and channel IDs (C1234567890).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | The channel name (e.g., #general, general) or channel ID (e.g., C1234567890) containing the thread | |
| thread_ts | Yes | The timestamp of the parent message in the format '1234567890.123456'. Timestamps in the format without the period can be converted by adding the period such that 6 numbers come after it. | |
| text | Yes | The reply text |