会话超时跟进回调
POST
api/follow/timeout
请求参数
无
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'api/follow/timeout'
返回响应
🟢200成功
application/json
Body
array of:
_id
string
必需
chatId
string
会话id
round
integer
跟进次数
userId
string
用户userId
assignedTimestamp
integer
会话分配时间
botId
string
会话所属botId
expectFollowUpTimestamp
integer
预计处理截止时间
markFollowUpTimestamp
integer
实际处理时间
name
string
联系人/群聊名称
wxid
string
联系人/群聊的wxid
示例
[
{
"_id": "string",
"chatId": "string",
"round": 0,
"userId": "string",
"assignedTimestamp": 0,
"botId": "string",
"expectFollowUpTimestamp": 0,
"markFollowUpTimestamp": 0,
"name": "string",
"wxid": "string"
}
]
修改于 2024-09-25 09:38:06