post_to_channel
Post a message to a team channel you belong to, visible live to teammates. Use it to share updates, links, or questions.
Instructions
Post a message into a team Comms channel you belong to and return the posted message. It goes out as you (this token's member) and appears live for your teammates — use it to tell the team what you did, share a link, or ask a question. Resolve the channel_id first with list_channels; only works for channels you're a member of.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message text, visible to all channel members. | |
| channel_id | Yes | Channel id, from list_channels. |