最近搜索
没有最近搜索

Admin Malte Lensch/Andreas Ebert
已加入2021年4月16日
·
最后活动2022年2月04日
关注
0
关注者
0
活动总数
4
投票
0
订阅
1
活动概览
标记
文章
帖子
社区评论
文章评论
活动概览
的最新活动 Admin Malte Lensch/Andreas Ebert
Admin Malte Lensch/Andreas Ebert 进行了评论,
Thanks for no answer...
In the meanwhile we have figured out a working workaround by using a trigger to control the chat queue and show/not show the chat widget.
{
"event": "page_enter",
"condition": [
"and",
[
"gt",
"@queue_size",
5
],
[
"eq",
"@visitor_is_chatting",
false
]
],
"actions": [
[
"blockVisitor",
"Warteschlange"
]
]
}
查看评论 · 已于 2020年7月27日 发布 · Admin Malte Lensch/Andreas Ebert
0
关注者
0
投票
0
评论
Admin Malte Lensch/Andreas Ebert 进行了评论,
Alternatively, you can look at using the real time APIs in conjunction with the widget Javascript APIs to create custom code to see when to show/hide the widget based on the current number of chats in the queue.
-> Can you provide more details on how such a solution would work? Thanks!
查看评论 · 已于 2020年5月28日 发布 · Admin Malte Lensch/Andreas Ebert
0
关注者
0
投票
0
评论