客户标签变更推送
推送数据
appId、timestamp、version、sign,详见推送数据格式约定
Body
Base64 编码加密数据,加密方式详见推送数据格式约定。加密前数据为UTF8编码JSON:
JSON字段 | 类型 | 可空 | 说明 |
---|---|---|---|
noise | 数字 | 否 | 随机数。接收方成功接收处理消息后需要在响应中回复此值。 |
msgId | 数字 | 否 | 消息id。 |
type | 字 符串 | 否 | 消息type固定:tag_info |
content | 对象 | 否 | 消息内容 |
content.customerId | 字符串 | 否 | 探马系统客户Id |
content.salesId | 字符串 | 否 | 探马系统销售Id |
content.qwSalesId | 字符串 | 否 | 企微销售Id |
content.tagId | 字符串 | 否 | 探马系统标签Id |
content.qwTagId | 字符串 | 否 | 企微标签Id |
content.qwTagName | 字符串 | 否 | 企微标签名称 |
content.magType | 字符串 | 否 | 此类型消息固定为 tag_info |
content.qwGroupId | 字符串 | 否 | 标签组id |
content.qwGroupName | 字符串 | 否 | 标签组名称 |
content.changeType | 字符串 | 否 | 操作类型。【创建】add_qw_tag 【删除】del_qw_tag |
推送加密前JSON:
{
"noise":3317070384547923033,
"msgId":8819778,
"type":"tag_info",
"content":{
"customerId":513118179954880,
"salesId":513617232935104,
"msgType":"tag_info",
"qwSalesId":"wo1U6ADQAAGfizmGd6Ca3KTNbfkCxwCQ",
"qwTagName":"朋友断点赞",
"qwTagId":"et1U6ADQAAX7yyLhv0VRjGWj9XZCV_3Q",
"tagId":2804062,
"tagGroupId":"et1U6ADQAAPv_ApaFvrKdBY_4gIrLjLw",
"tagGroupName":"朋友圈使用",
"changeType":"add_qw_tag"
}
}
参见响应约定
修改于 2023-10-24 09:00:04