Pesquisas recentes
Sem pesquisas recentes

Thomas Verschoren
Entrou em 21 de set. de 2023
·
Última atividade em 23 de set. de 2023
Seguindo
0
Seguidores
0
Atividade total
4
Votos
0
Assinaturas
2
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 Thomas Verschoren
Thomas Verschoren comentou,
You could setup a ZAPIER flow that creates a Zendesk problem ticket each time a new JIRA issue is created by a Developer in your company?
Flow would be:
- A Developer creates a JIRA issue
- Based on specific conditions (e.g. issue has tag "Zendesk" or "customer related") trigger a Zapier flow that creates a new Problem ticket in Zendesk
- A team lead links the problem ticket to the Jira issue (via the free Zendesk to Jira integration)
- A customer agent gets a new ticket
- They look through the active problems to see if something is related.
- If so, they link the ticket as an incident to the problem ticket
- If not, they raise a new issue via the Jira integration?
Might be a bit to complex, but might work.
Exibir comentário · Publicado 23 de set. de 2023 · Thomas Verschoren
0
Seguidores
0
Votos
0
Comentários
Thomas Verschoren comentou,
There's a couple of ways you can approach this:
SLA
My preferred way is working with SLAs to make sure VIP tickets appear higher in the list than regular tickets, while still making sure every ticket hits their respective SLA.
I do this by creating two SLA policies:
SLA - default - all tickets
- first reply time: 4h/8h for urgent/normal
- next reply time: 8h/8h for urgent/normal
SLA - VIP - organization is tagged with VIP
- first reply time: 2h/4h for urgent/normal
- next reply time: 4h/4h for urgent/normal
The benefit of using SLA is your agents can still have a single view with active tickets while not neglecting other users.
Messaging
When it comes to messaging I would work with SSO and pro-active messaging.
You can trigger a different intent based on the user logged in, so you know a VIP always gets a proactive message and a different bot experience than another user.
See a demo here: https://proactive.internalnote.com (menu Contact and Contact VIP).
Zendesk App
and finally I would write a simple Zendesk app that looks at the current user and if they contain the tag VIP we show a popup top right.
I wrote a quick version of the app, available here as a private app. You can find the latest version in the TMP folder.
https://github.com/verschoren/vip_alerts
(Support article on how to install it can be found here)
Note that the new Essentials Card in Zendesk can also clearly shows the VIP status of user)
Exibir comentário · Editado 23 de set. de 2023 · Thomas Verschoren
0
Seguidores
0
Votos
0
Comentários