weixin_send
Send WeChat text messages to users. Use the context token from a received message to reply within the existing conversation thread.
Instructions
Send a WeChat text message to a user. Pass context_token from a received message to link the reply to the conversation thread.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient user ID (full or short prefix if unique in contacts) | |
| text | Yes | Message text to send | |
| context_token | No | Optional: context_token from a received message, links the reply to the conversation |