reply_in_channel
Reply to a message in a channel thread using channel and parent message IDs. The reply is posted as you and visible to all channel members.
Instructions
Reply in a thread under a specific message in a Comms channel you belong to, and return the posted reply — it goes out as you, visible to the channel. Resolve channel_id via list_channels and the parent message's id via read_channel.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Reply text, visible to all channel members. | |
| parent_id | Yes | Parent message id, from read_channel. | |
| channel_id | Yes | Channel id, from list_channels. |