Recent searches


No recent searches

Supervisão - Atendimento's Avatar

Supervisão - Atendimento

Joined Apr 15, 2021

·

Last activity Nov 01, 2021

Following

0

Followers

0

Total activity

2

Votes

0

Subscription

1

ACTIVITY OVERVIEW

Latest activity by Supervisão - Atendimento

Supervisão - Atendimento created a post,

Post Discussion - Tips and best practices from the community

Hello,

We are a T-Shirt factory in Brazil and we realized that when tickets get more than 4 replies from the same agent, it usually ends on a bad user experience.

The customer relation manager asked the IT to add a "popup" before sending the 5th reply on the same ticket. This popup should ask if the agent had already called the customer. If the answer is "no" the ticket reply should not be saved.

We've created an app to achieve this.

Here you can find the app.js file

To create an APP you can follow this tutorial: https://help.zendesk.com/hc/en-us/articles/229137267

A problem we had was to find the count of replies the current user had sent on the current ticket. The way we solve it was to count the number of times the link to the current user profile appeared on the page. (Since each reply have a link to the profile :D)

Another requirement was to show the phone number of the customer. In our zendesk the phone number is a ticket field. So that's what we did:
var phone = ticket.customField("custom_field_22641183");

You can see the final output below. 


This helped, and the number of tickets with 5+ replies dropped a lot. Our satisfaction rating also improved from an average of 91% in 2015 to 96% in 2016.

This was not the only action we took in 2016 but it definitely helped.

 

Any thoughts? I appreciate all the feedback!

Posted Jan 11, 2017 · Supervisão - Atendimento

0

Followers

6

Votes

6

Comments