Pesquisas recentes
Sem pesquisas recentes

Admin Malte Lensch/Andreas Ebert
Entrou em 16 de abr. de 2021
·
Última atividade em 04 de fev. de 2022
Seguindo
0
Seguidores
0
Atividade total
4
Votos
0
Assinatura
1
VISÃO GERAL DA ATIVIDADE
MEDALHAS
ARTIGOS
PUBLICAÇÕES
COMENTÁRIOS NA COMUNIDADE
COMENTÁRIOS EM ARTIGOS
VISÃO GERAL DA ATIVIDADE
Atividade mais recente por Admin Malte Lensch/Andreas Ebert
Admin Malte Lensch/Andreas Ebert comentou,
Exibir comentário · Publicado 27 de jul. de 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentários
Admin Malte Lensch/Andreas Ebert comentou,
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"
]
]
}
Exibir comentário · Publicado 27 de jul. de 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentários
Admin Malte Lensch/Andreas Ebert comentou,
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!
Exibir comentário · Publicado 28 de mai. de 2020 · Admin Malte Lensch/Andreas Ebert
0
Seguidores
0
Votos
0
Comentários