send_message_in_channel
Send messages to RocketChat channels. Identify the channel by name or ID and provide the text to post.
Instructions
Send a message to a RocketChat channel.
Args:
channel: Channel name (e.g., 'general') or channel ID
text: Message text to send
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| channel | Yes | ||
| text | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |