云消息服务 KOOMESSAGE-发送分批短信:请求示例

时间:2025-01-06 16:13:33

请求示例

向不同用户发送不同内容的短信。

https://koomessage.myhuaweicloud.cn/v1/aim/sms/diff-messages

{
  "channel_num" : "882306284****",
  "task_name" : "多模板API",
  "sms_content" : [ {
    "to" : [ "1552785****" ],
    "template_id" : "151**334",
    "template_params" : [ "fnafc.cc/kXfvIwzs" ]
  }, {
    "to" : [ "1392740****" ],
    "template_id" : "151**335",
    "template_params" : [ "(KM:F49C3EGz)" ]
  } ]
}
support.huaweicloud.com/api-koomessage/SendAimBatchDifferentMessages.html