weixin_send_file
Send file attachments to WeChat users using a local file path or URL, with optional caption and context token.
Instructions
Send a file attachment to a WeChat user. Source can be a local file path or URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipient user ID (full or short prefix) | |
| source | Yes | File source: local file path or URL | |
| caption | No | Optional text caption to send with the file | |
| context_token | No | Optional context_token to link reply |