企微朋友圈创建
POST
/open-api/moment_message/add调用此接口需购买基础席位。
请求参数
Body 参数application/json
name
string
朋友圈名称
text
string
文本内容
create_staff_ext_id
string
创建员工ID
staff_ext_ids
array[string]
所选员工ID
tag_list
array[string]
筛选标签列表
image_urls
array[string]
图片链接,最多9图
video_url
string
视频链接,最多1个
link
object
链接,最多1个
title
string
链接标题
url
string
链接url
type
enum<string>
附件类型
枚举值:
imagelinkvideo
示例
{
"type": "image",
"name": "officia eiusmod",
"create_staff_ext_id": "commodo",
"staff_ext_ids": [
"voluptate do sit",
"velit",
"pariatur velit incididunt ea ex"
],
"text": "nostrud ex proident in",
"video_url": "dolore",
"image_urls": [
"reprehenderit in quis Lorem",
"et",
"et ut pariatur elit eu",
"nostrud nisi"
],
"link": {
"url": "id eu",
"title": "est dolor"
},
"tag_list": [
"cupidatat aliquip amet elit",
"ut reprehenderit in ad ipsum"
]
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
errcode
string
必需
errmsg
string
必需
error_unionids
string
必需
moment_id
string
必需
示例
{
"errcode": "string",
"errmsg": "string",
"error_unionids": "string",
"moment_id": "string"
}
最后修改时间: 9 个月前