wechat_send_text
Send a plain text message to a known WeChat user by specifying their userId from the receive queue, enabling direct replies to incoming messages.
Instructions
Send a plain text message to a userId (must be a known user).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | UTF-8 text to send. Will be split into natural paragraphs by the SDK. | |
| userId | Yes | Sender id from the receive queue (ends in @im.wechat or @im.bot). |