upservice_create_external_message
Create an external/inbound message via the Upservice API. Supports plain text content, employee mentions with notifications, and optional idempotency UUID.
Instructions
Create a new external/inbound message (e.g. from an external channel integration).
Args: params (SendMessageInput): content (str), message_id (optional UUID str), mentions (optional)
Returns: str: JSON of the created message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |