upservice_send_chat_message
Send a plain-text message to a specified chat room in a channel, with optional employee mentions using placeholders.
Instructions
Send a message into a specific chat room within a channel.
Args: params (SendChatMessageInput): channel_id (str), room_uuid (str), content (str), message_id (optional), mentions (optional)
Returns: str: JSON of the sent message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |