说明:当该企业在工作台用户打标签或删除标签时,将标签信息推送到开发者提供的回调地址,第三方为对接企业信息。

消息回调结构

字段

类型

说明

thirdOrgId

string

第三方企业id

thirdUserId

string

兔展企业ID

createTime

long

消息创建时间 (整型)

msgType

string

消息的类型,此时固定为 event

event

string

事件的类型,此时固定为 changeTag

changeType

string

事件类型 新增默认 changeUserOperateTag

thirdTagId

string

第三方标签Id

tagThirdValueId

List(string)

第三方标签值Id

type

string

打标类型  add 打标签; remove:移出标签

回调示例