send_post_as_user
Send rich text posts with title, formatted paragraphs, and real @-mentions that trigger notifications in target chats.
Instructions
[User Identity] Send a rich text (POST) message with title and formatted paragraphs. Supports real @-mentions that trigger notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| chat_id | Yes | Target chat ID. Numeric preferred; oc_xxx is auto-resolved (v1.3.7 C1.4). | |
| title | No | Post title (optional) | |
| paragraphs | Yes | Array of paragraphs. Each paragraph is an array of elements: • {tag:"text",text:"..."} — plain text • {tag:"a",href:"https://...",text:"display"} — hyperlink • {tag:"at",userId:"ou_xxx",name:"Display Name"} — real @-mention (triggers notification) | |
| root_id | No | Thread root message ID (optional) |