slack_reply_to_thread
Post a reply to an existing message thread in Slack channels using channel ID, thread timestamp, and reply text.
Instructions
Reply to a message thread in Slack
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel_id | Yes | The ID of the channel containing the thread | |
| thread_ts | Yes | Timestamp of the parent message to reply to | |
| text | Yes | The reply text |