create_newspic_draft
Creates a WeChat image-message draft by uploading 1–20 images in order, adding optional plain-text content, and returns media_id, title, and image_count.
Instructions
创建图片消息草稿(newspic),成功返回 {"media_id": ..., "title": ..., "image_count": ...}。
参数:
title: 消息标题(必填)
images: 1~20 张图片,按传入顺序展示;每项为本地文件路径或 http(s) URL
content: 图片下方的纯文字说明(可选,注意不是 HTML)
与图文消息不同:图片消息的 content 是纯文本,图片本体在 images 中,
全部经永久素材接口上传后按序组装。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| images | Yes | ||
| content | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||