{
"name": "str",
"unionids": [
"1",
"2"
],
"eu_ext_ids": [
"1",
"2"
],
"staff_eu_list": [
{"staff_ext_id": "111", "eu_ext_ids": ["wmeo9iCwAABlltHI_nZj0o4OZfcUsVkA"]},
{"staff_ext_id": "222", "eu_ext_ids": ["wmeo9iCwAA3AzcTb2r-i7EzAS1SJBuhA", "22"]}
],
"attachments": [
{
"msgtype": "str",
"image": {
"title": "str",
"url": "str"
},
"link": {
"title": "str",
"url": "str",
"desc": "str",
"picurl": "str"
},
"miniprogram": {
"appid": "str",
"title": "str",
"page": "str",
"cover": "str"
},
"video": {
"title": "str",
"url": "str",
"picture": "str"
}
}
],
"text": "str",
"create_staff_ext_id": "str",
"external_user_filter": {
"eu_distinct": true,
"staff_ext_id_list": [
"JiangGuoHui"
],
"gender": 1,
"tag_condition": {
"or_tag_list": [
3000357127
],
"not_or_tag_list": [
3000356924,
3000357131
]
},
"kanban_stage_id_list": [
1001205192
],
"group_ext_id_list": [
"wreo9iCwAAf6rovHHHx82I4wMWOlDc8Q"
],
"start_time": 1698854400,
"end_time": 1699631999
}
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/group_msg/add?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "str",
"unionids": [
"1",
"2"
],
"eu_ext_ids": [
"1",
"2"
],
"staff_eu_list": [
{"staff_ext_id": "111", "eu_ext_ids": ["wmeo9iCwAABlltHI_nZj0o4OZfcUsVkA"]},
{"staff_ext_id": "222", "eu_ext_ids": ["wmeo9iCwAA3AzcTb2r-i7EzAS1SJBuhA", "22"]}
],
"attachments": [
{
"msgtype": "str",
"image": {
"title": "str",
"url": "str"
},
"link": {
"title": "str",
"url": "str",
"desc": "str",
"picurl": "str"
},
"miniprogram": {
"appid": "str",
"title": "str",
"page": "str",
"cover": "str"
},
"video": {
"title": "str",
"url": "str",
"picture": "str"
}
}
],
"text": "str",
"create_staff_ext_id": "str",
"external_user_filter": {
"eu_distinct": true,
"staff_ext_id_list": [
"JiangGuoHui"
],
"gender": 1,
"tag_condition": {
"or_tag_list": [
3000357127
],
"not_or_tag_list": [
3000356924,
3000357131
]
},
"kanban_stage_id_list": [
1001205192
],
"group_ext_id_list": [
"wreo9iCwAAf6rovHHHx82I4wMWOlDc8Q"
],
"start_time": 1698854400,
"end_time": 1699631999
}
}'
{
"errcode": 0,
"errmsg": "string",
"mission_id": 0
}