save_to_wechat_draft
Save formatted HTML articles as drafts directly to your WeChat Official Account draft box for later manual review and publication.
Instructions
将加工好的内容存入公众号草稿箱。永远只存草稿,不会自动群发/发布。存入后需手动到公众号后台发布。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 文章标题 | |
| author | No | 作者名(默认使用环境变量配置) | |
| digest | No | 摘要(不超过 120 字) | |
| cover_path | No | 封面图片路径(cover_strategy=specified 时使用) | |
| html_content | Yes | 文章 HTML 正文(transform_for_wechat 的输出) | |
| cover_strategy | No | 封面策略:random_from_folder 从目录随机选、specified 指定路径、none 不设封面 | random_from_folder |
| need_open_comment | No | 是否打开评论 | |
| content_source_url | No | 原文链接(可选) | |
| only_fans_can_comment | No | 是否仅粉丝可评论 |