Recent searches


No recent searches

Admin Malte Lensch/Andreas Ebert's Avatar

Admin Malte Lensch/Andreas Ebert

Joined Apr 16, 2021

·

Last activity Feb 04, 2022

Following

0

Followers

0

Total activity

4

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Admin Malte Lensch/Andreas Ebert

Admin Malte Lensch/Andreas Ebert commented,

Community comment Q&A - Chat, messaging, and widgets

View comment · Posted Jul 27, 2020 · Admin Malte Lensch/Andreas Ebert

0

Followers

0

Votes

0

Comments


Admin Malte Lensch/Andreas Ebert commented,

Community comment Q&A - Chat, messaging, and widgets

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"
]
]
}

View comment · Posted Jul 27, 2020 · Admin Malte Lensch/Andreas Ebert

0

Followers

0

Votes

0

Comments


Admin Malte Lensch/Andreas Ebert commented,

Community comment Q&A - Chat, messaging, and widgets

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!

 

View comment · Posted May 28, 2020 · Admin Malte Lensch/Andreas Ebert

0

Followers

0

Votes

0

Comments