{
"sender_id": "apifoxtest18",
"content": "tempor nisi aliqua",
"push_config": {
"push_enabled": true,
"push_nick_enabled": false,
"push_content": "ut voluptate nulla aliquip",
"push_payload": null,
"push_forcepush_all": false,
"push_forcepush_ids": [
"30"
],
"push_forcepush_content": "culpa Lorem irure dolore fugiat"
},
"sound": "magna ex sit velit",
"route_config": {
"route_enabled": false,
"route_environment": null
},
"notification_config": {
"offline_enabled": false,
"unread_enabled": false
},
"receiver_ids": ["apifoxtest10","apifoxtest32"]
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/custom_notification/batch' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"sender_id": "apifoxtest18",
"content": "tempor nisi aliqua",
"push_config": {
"push_enabled": true,
"push_nick_enabled": false,
"push_content": "ut voluptate nulla aliquip",
"push_payload": null,
"push_forcepush_all": false,
"push_forcepush_ids": [
"30"
],
"push_forcepush_content": "culpa Lorem irure dolore fugiat"
},
"sound": "magna ex sit velit",
"route_config": {
"route_enabled": false,
"route_environment": null
},
"notification_config": {
"offline_enabled": false,
"unread_enabled": false
},
"receiver_ids": ["apifoxtest10","apifoxtest32"]
}'{
"code": 200,
"msg": "success",
"data": {
"failed_list": [
{
"account_id": "hkj-100",
"error_msg": "error",
"error_code": 102404
}
],
"success_list": [
"hkj1"
]
}
}