WeChat_create_draft
Create a WeChat Official Account draft with article title, HTML content, cover image, and optional author/digest settings, enabling content preparation before publishing.
Instructions
创建微信公众号草稿
Metadata:
input: access_token, image_url, title, content, author, digest, content_source_url, need_open_comment
output: success, error, draft_media_id, image_media_id
参数说明:
access_token: 接口凭证
image_url: 封面图片URL
title: 文章标题
content: 图文消息内容,支持HTML,<2万字符,<1M
author: (可选)作者名称
digest: (可选)摘要,默认取正文前54字
content_source_url: (可选)原文URL
need_open_comment: (可选)0关闭评论(默认),1开启
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |