云消息服务 KOOMESSAGE-定义智能信息发送回执:请求示例

时间:2024-11-22 10:18:10

请求示例

  • 定义短信回执。租户ID为"8f263a05a2294c62af09cfeccbd1cccc",回执类型为"sms"。

    https://koomessage.myhuaweicloud.cn/v1/aim/send-status
    
    {
      "request_id" : "6b65e1ae-3e6e-45d3-8aab-05821b540000",
      "domain_id" : "8f263a05a2294c62af09cfeccbd1cccc",
      "callback_type" : "sms",
      "body" : "{\"task_id\":\"1869bbfb86e148adbcc068af3793cccc\",\"cust_flag\":\"131****0001\",\"msg_id\":\"e0ef4e00-xxxx-xxxx-ba33-4173156e657f\",\"tpl_id\":\"600000001\",\"sms_sign\":\"签名\",\"aim_code\":\"qTs3DC\",\"aim_url\":\"km2n.cn/qTB3DC\",\"send_time\":\"2022-06-01T09:00:49\",\"receive_time\":\"2022-06-01T09:00:49\",\"send_status\":\"Deliverd\",\"send_status_desc\":\"发送成功\"}",
      "retry" : false
    }
  • 定义短信批量回执。租户ID为"8f263a05a2294c62af09cfeccbd1cccc",回执类型为"sms"。

    https://koomessage.myhuaweicloud.cn/v1/aim/send-status
    
    {
      "request_id" : "6b65e1ae-3e6e-45d3-8aab-05821b39j313",
      "domain_id" : "8f263a06a2294c62af09cfeccbd1cccc",
      "callback_type" : "sms",
      "body" : "[{\"task_id\":\"1869bbfb86e148adbcc068af3793cccc\",\"cust_flag\":\"131****0001\",\"msg_id\":\"e0ef4e00-xxxx-xxxx-ba33-4173156e657f\",\"tpl_id\":\"600000001\",\"sms_sign\":\"签名\",\"aim_code\":\"qTs3DC\",\"aim_url\":\"km2n.cn/qTB3DC\",\"send_time\":\"2022-06-01T09:00:49\",\"receive_time\":\"2022-06-01T09:00:49\",\"send_status\":\"Deliverd\",\"send_status_desc\":\"发送成功\"}]",
      "retry" : false
    }
  • 定义短链回执。租户ID为"8f263a06a2294c62af09cfeccbd1cccc",回执类型为"shortchain"。

    https://koomessage.myhuaweicloud.cn/v1/send-status
    
    {
      "request_id" : "6b65e1ae-3e6e-44d3-8aab-05821b540000",
      "domain_id" : "8f263a06a2294c62af09cfeccbd1cccc",
      "callback_type" : "shortchain",
      "body" : "{\"task_id\":\"1869bbfb86e148adbcc068af3793cccc\",\"cust_flag\":\"131****0001\",\"tpl_id\":\"600000001\",\"aim_url\":\"km2n.cn/qTB3DC\",\"aim_code\":\"qTs3DC\",\"status\":0,\"describe\":\"发送成功\"}",
      "retry" : false
    }
  • 定义短链批量回执。租户ID为"8f263a06a2294c62af09cfeccbd1cccc",回执类型为"shortchain"。

    https://koomessage.myhuaweicloud.cn/v1/send-status
    
    {
      "request_id" : "6b65e1ae-3e6e-44d3-8aab-05821b540000",
      "domain_id" : "8f263a06a2294c62af09cfeccbd1cccc",
      "callback_type" : "shortchain",
      "body" : "[{\"task_id\":\"1869bbfb86e148adbcc068af3793cccc\",\"cust_flag\":\"131****0001\",\"tpl_id\":\"600000001\",\"aim_url\":\"km2n.cn/qTB3DC\",\"aim_code\":\"qTs3DC\",\"status\":0,\"describe\":\"发送成功\"}]",
      "retry" : false
    }
support.huaweicloud.com/api-koomessage/UpdateAIMSendStatus.html