Búsquedas recientes
No hay búsquedas recientes

Admin Malte Lensch/Andreas Ebert
Incorporación 16 abr 2021
·
Última actividad 04 feb 2022
Seguimientos
0
Seguidores
0
Actividad total
4
Votos
0
Suscripción
1
RESUMEN DE LA ACTIVIDAD
INSIGNIAS
ARTÍCULOS
PUBLICACIONES
COMENTARIOS DE LA COMUNIDAD
COMENTARIOS DE ARTÍCULOS
RESUMEN DE LA ACTIVIDAD
Última actividad de Admin Malte Lensch/Andreas Ebert
Admin Malte Lensch/Andreas Ebert hizo un comentario,
Ver comentario · Publicado 27 jul 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentarios
Admin Malte Lensch/Andreas Ebert hizo un comentario,
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"
]
]
}
Ver comentario · Publicado 27 jul 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentarios
Admin Malte Lensch/Andreas Ebert hizo un comentario,
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!
Ver comentario · Publicado 28 may 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentarios