Post to Channel
post_to_channelPost a message to a team channel you belong to. The message appears live for teammates and is org-visible — keep it work-relevant.
Instructions
Post a message to a team Comms channel you belong to, as the connected member, and return the posted message. It appears live for teammates and is org-visible — keep it work-relevant. Resolve channel_id via list_channels; you can only post to channels you're a member of. Both channel_id and body are required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Message text, visible to all channel members (required). | |
| channel_id | Yes | Channel id to post into, from list_channels (required). |