文档中心 > 消息类目 > 客户运营平台API

taobao_opencrm_CardEstTask (卡片短信发送预估消息)

消息产生条件

调用卡片短信预估接口产生结果

消息属性

名称 类型 是否必须 示例值 描述
content String 可选 {content={"cardEstErrorCount":0,"cardEstTotalCount":95113,"cardEstParseCount":20367,"cardEstParseErrorCount":0} 预估结果,cardEstErrorCount:预估可发送总人数; cardEstErrorCount:预估失败人数;cardEstParseCount:预估卡片短信可解析手机号数;cardEstParseErrorCount:卡片短信解析预估失败人数
error_message String 可选 系统错误 任务失败原因
interface_request_id String 可选 123456 接口请求时的requestid
status Boolean 可选 true 任务是否成功

消息示例

{
	"error_message":"系统错误",
	"interface_request_id":"123456",
	"content":"{content={\"cardEstErrorCount\":0,\"cardEstTotalCount\":95113,\"cardEstParseCount\":20367,\"cardEstParseErrorCount\":0}",
	"status":"true"
}

消息工具

如何获得此消息

返回
顶部