Reply in Channel Thread
reply_in_channelReply to a specific message in a channel thread, making your response visible to all channel members.
Instructions
Reply in a thread under a specific message in a Comms channel you belong to, as the connected member, and return the posted reply — org-visible to the channel. Resolve channel_id via list_channels and the parent message's id via read_channel. channel_id, parent_id, and body are all required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply text, visible to all channel members (required). | |
| parent_id | Yes | Parent message id to thread under, from read_channel (required). | |
| channel_id | Yes | Channel id, from list_channels (required). |