云客服-主动轮询座席侧发送的信息 (poll):请求说明
请求说明
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
receiverId |
string |
True |
接收者Id,即applyToken里面的userId。 |
2 |
channel |
string |
True |
接收者渠道类型,缺省值为WEB,且必须为WEB。 |
3 |
isNeedRead |
string |
False |
是否需要READ座席已读用户消息的提示消息,true为需要,其余或者为空不需要该消息 |
序号 |
名称 |
参数类型 |
是否必选 |
说明 |
---|---|---|---|---|
1 |
ccmessaging-token |
string |
True |
|
2 |
x-app-key |
string |
True |
appKey字段,用户标识,在API Fabric上配置 |
3 |
Authorization |
string |
True |
鉴权字段,内容格式为:Bearer +tokenByAKSK接口的返回值中AccessToken(Bearer后有空格) |