upservice_send_channel_message
Create a new message directly in a channel, supporting plain text, employee mentions, sender details, and idempotency via client-supplied UUID.
Instructions
Create a new message directly in a channel (not tied to a specific chat room).
Args: params (SendChannelMessageInput): channel_unique_identifier (str), content (str), message_id, first_name, last_name, email, phone, mentions (all optional), extra_fields (optional dict)
Returns: str: JSON of the created message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |