wechat_publish_article
Publish articles to WeChat Official Accounts using Markdown format. Supports title, author, cover image, and preview mode for testing before official release.
Instructions
将文章发布到微信公众号,支持Markdown格式
Input Schema
Name | Required | Description | Default |
---|---|---|---|
appId | Yes | 微信公众号AppID | |
appSecret | Yes | 微信公众号AppSecret | |
author | Yes | 作者名称 | |
content | Yes | Markdown格式的文章内容 | |
coverImagePath | No | 封面图片路径 | |
previewMode | No | 是否为预览模式 | |
previewOpenId | No | 预览用户OpenID | |
title | Yes | 文章标题 |