{
"name": "test_name",
"messages": [
{
"type": 7,
"payload": {
"text": "test"
}
}
],
"members": [
{
"botUserId": "zhangsan",
"externalUserId": [
"wmrRhyBgAAvwB*****GkAYsUo6XzC1",
"wmrRhyBgAAvwB*****GkAYsUo6XzC2",
"wmrRhyBgAAvwB*****GkAYsUo6XzC3",
"wmrRhyBgAAvwB*****GkAYsUo6XzC4"
]
}
],
"type": 1
}curl --location 'https://ae-bg.ddregion.com/hub-api/api/v2/wecomMessage/batchSend?token=d12195ec829f4********9e79f1c0bc7' \
--header 'Content-Type: application/json' \
--data '{
"name": "test_name",
"messages": [
{
"type": 7,
"payload": {
"text": "test"
}
}
],
"members": [
{
"botUserId": "zhangsan",
"externalUserId": [
"wmrRhyBgAAvwB*****GkAYsUo6XzC1",
"wmrRhyBgAAvwB*****GkAYsUo6XzC2",
"wmrRhyBgAAvwB*****GkAYsUo6XzC3",
"wmrRhyBgAAvwB*****GkAYsUo6XzC4"
]
}
],
"type": 1
}'{
"code": 0,
"msg": "",
"data": {
"id": "69fd5dc6a1b45d1017930794",
"orgId": "646d818baf71f175124fabde",
"nameId": "ASLQF202605081151344743",
"name": "【api创建】test_batchSend_mixed",
"count": 1,
"successCount": 0,
"failedCount": 0,
"lostCount": 0,
"botIds": [
"69cc8b857054bcf3f964226a"
],
"groupIds": [
"693d318f0ea5e7b74773c2e7"
],
"createdAt": 1778212294157,
"updatedAt": 1778212294157,
"startAt": 1778212294152,
"finishAt": 0,
"cancelCount": 0,
"sendAnnouncement": false,
"memberNumber": 1,
"scheduledTimestamp": 1778212294152
},
"failedMembers": [
{
"botUserId": "",
"externalUserId": null,
"wecomChatId": null,
"imBotId": "1688855304816409",
"wxids": [
"fake_wxid_not_exist_001"
],
"failReason": "联系人不存在或该联系人和bot不是好友关系"
}
]
}