Follow Us:

Receive New Posts in your Email

Your email:

Join Our Group

Follow PhaseWare on LinkedIn

Links and Websites

The PhaseWare Files:
Articles, Observations, and Ideas
about Customer Support

Current Articles | RSS Feed RSS Feed

Intelligent Automation in Customer Support

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

Productivity gains are often made when a repetitive task with a yes/no decision process is automated to relieve a person from performing this task. This frees that person up to do more worthwhile work (not, hopefully, to get laid off) and the task is performed without a person having to remember to do it.

Problems occur, however, when automation is poorly planned. There are many areas that can benefit from automation, including customer service and support, but if the automation causes delays, customer dissatisfaction, or other errors, the productivity gain is nullified. This is what has happened with interactive voice response; an attempt to automate too much of the process has been made in many cases and customers are rebelling.

In customer support, the interaction with the customer is not what is automated, it is the customer record that has automated pieces of the process.

For example, a customer phones in a complaint. The customer service representative interacts with the customer and submits an incident to the customer support software on his behalf. At that point, automation can streamline and protect that incident ticket until completion.

Automation patterned on business rules can:

  • send an alert to a designated support person if a service level agreement is in jeopardy 
  • escalate a ticket that meets certain rules: ticket of a high value customer, ticket indicating a risk of injury or death from malfunction, ticket that is aging past a certain time/date
  • enforce step-wise processes where a previous step must be completed before going on the the next step
  • automatically respond to an email with an acknowledgement of receipt or even with suggested answers to questions and issues, or
  • opening an incident ticket using the information in the email plus sending the incident number to the customer to use for status checks.

These are all processes that benefit from task, or business rule, automation. Each decision is a clear yes/no. There is no need for the customer to interact or be involved. The automation ensures that critical issues or timing is not missed due to human error and streamlines an element of the customer support process such as a speedy acknowledgement of an email.

What this does is take processes that are highly subject to human error and makes certain they get done, leaving the human to do the actual interacting with other humans.


4 Resolutions to Create Excellence in Customer Service

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

Great customer service is meant to be dripping with generosity and positive attitudes. Most customers who contact customer service, whether by e-mail, in person, or (heaven forbid) by telephone, are not happy about a service or a product that they have received so they are not in the best of moods. Dealing with company representatives who are cranky at worst and lethargic at best will not present an adequate solution. In fact, it will only create more issues by making the customer more agitated which in turn will create bad press.

Seeing as this is January, the month for resolutions, let us in the business world make a resolution to keep that positive, generous spirit, which was so contagious in December, and show that we are proud to be helping our customers, that we truly appreciate their business and that we will do everything in our power to make their experience with the company and its products a beautiful one.

However, simply making that resolution isn’t enough. Like weight loss, you actually have to do something to make it happen.You can stand in front of a mirror all day long wishing those love-handles away, but they won’t go anywhere until you start doing something about it. In the matter of customer service though, here are a few ideas that will help keep that new resolution.

First, let your information be easy accessible. Whether the customer is looking for basic FAQs or who to send their issue to, the information should be easily obtained on the company website.

Second, give the customer options on how to report their problem. Don’t just let an automated voice on a phone do your customer service work for you. Allow the customer to start an incident ticket through the self-service center or talk to a representative via Live Chat, both of which are contained in PhaseWare’s arsenal of software.

Third, keep the customer in the loop. Keeping the customer updated lets them know that they aren’t forgotten and that the issue is being resolved. PhaseWare’s Event Engine software does this task automatically, which helps you do your job better.

Finally, do a follow-up with the customer. Give them a week or so and then check-in to make sure that the problem stayed resolved, not to mention, it shows customers how much you truly appreciate their business.

All in all, just remember what kind of business we are in and who keeps us in it—the customer.


Task Automation in the Customer Support Center: Stop Re-Entering Data and Start Interacting with Customers

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

We write a lot about submitting incidents (or trouble tickets) and how they will be more rapidly resolved using a customer support software application.  We even talk about tracking that ticket from end to end. And saving money and time along the way.

But what happens in the middle? How do the incidents get resolved more rapidly? Where does that trouble ticket go in its journey through the customer service software?

Well, let's go back and look at how we might keep track of those tickets now: how we escalate them, assign them, how we make certain they are closed. 

For many smaller enterprises, the ticket tracking system is very manual. It may be as little as a spreadsheet with some sticky notes thrown in. If that. For those using a rudimentary customer support solution, it is possible the system is made up of several non-integrated parts  causing tickets to be passed along somehow from one system to another either through a human keying them in or some sort of software patch to try to help things along.

As you can see, these approaches can result in errors and lost or unclosed trouble tickets.  Part of the problem is the inability to see the whole process at once, part of it is the introduction of errors through human data re-entry or poorly written code. Human error include those introduced into the data or process as it is retyped, a common problem with manual and/or repetitive processes.

One of the best things about an integrated customer support software solution is the ability to solve these two parts of the problem. The first by making data available for all areas of the system and the providing the ability to create specific reports with it. The second problem, of error introduction, is reduced for much the same reason. The system is integrated and all parts "talk to each other" with ease. With APIs the system can even talk to a different system when needed without introducing special patches. 

But what software is really good at is automating routine steps that can be easily missed in a manual system. And while some of those abilities are part of many applications there are times when even more automation is needed. With an application such as PhaseWare's Event Engine many more of the incident management routines can be handled by the software. 

For each step of the process, an incident ticket is evaluated to determine where it needs to go next according to some preset criteria. This might be called business rule automation or workflow process automation. The rule may be as simple as determining if the trouble ticket should be escalated or closed, a typical if-then choice involved in many software routines. Or the rule may be more complicated, such as the rules about performing a multi-step process in which each step must be done in a specific order, something else software does a lot of. 

Anywhere a choice must be made, a business rule can be written to cover it. And if a business rule can be written for a human to implement, then software can implement it just as easily and much faster. Some examples may be:

  • a business rule to automatically send an email status report at a predetermined interval
  • a business rule to list the steps to handle a trouble ticket through a complicated investigation workflow with the steps in order, so no steps are missed because the system will not allow the second step to be input before the first. 
  • a business rule to automatically escalate incident tickets when they have aged a specific number of days with no interaction.

This is just a small list of some of the potential business rules or processes that can be automated. The software handles it in the background making certain it doesn't fall through the cracks, that all the i's are dotted and t's crossed, and minding the p's and q's along with it.

Email from customers can be replied to and incidents created automatically using the content of the email to deteremine what needs to be done. Reports can be produced automatically and in real time if certain targets are missed. Ticket status can be automatically updated.

Not only does automation customer support software perform all these things automatically and without adding error, it does so without all the human intervention and busywork of the old system. Maybe each shift has one or more agents assigned to create incident tickets from incoming emails, go back to check up on aging tickets, or re-enter data into a separate application. Those agents can now be used to do the important stuff:

  • interacting with our customers,
  • creating relationships,
  • upselling and cross-selling,
  • giving the company a human voice and a human brain where it is needed most.

The Need for Speed: Process Automation with PhaseWare Event Engine

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

A NASCAR pit crew can fill a race car with gas and change every tire in fifteen seconds or less.  Ladies and gentlemen, that's how a business should be run.  Customers are like race cars racing through their busy schedules. 

They have their own jobs to do, families to be with, and when they have an issue, they call on you.  They metaphorically bring their race car which has no fuel and bald tires to you, their pit crew.  The faster you work, the faster they can race forward to do more important things, like playing baseball with the kids. 

However unlike a NASCAR pit stop where speed could mean first or last place, your customer service speed means less stress and hassle for the customer which is why there is customer service in the first place.  PhaseWare's Event Engine can give you the speed you need.

With Event Engine, you can set up automatic notifications for yourself as well as your customers.  The notes to you would keep you informed as to what new issues are popping up, how critical they are, and if they need to be passed on to a higher support level. Automatic notifications to the customers keep them informed of the progress on their incident ticket, whether it is open or closed.  The customer no longer needs to wait, twiddling their thumbs while the nagging thought of "I wonder what the problem status is" interrupts their important activities, almost like a race car driver waiting in the pit wondering if his tires are going to get changed. 

Also, when a customer first comes to you with an issue, you don't need to worry about asking a technician to copy the information in order to form a ticket.  Through Event Engine, a ticket is formed directly from the e-mail.  When received, the information in the e-mail is automatically converted into a ticket and the severity of the incident is noted.  With such automation, you have more open agents who don't have to do extra paperwork that keeps them from correcting the problem.  The faster the problem is fixed, the faster the customer can get to what they need to be doing, which is the purpose of customer service.

Therefore, when customers bring their "race car" to you, their "pit crew," be prepared.  Be flexible.  Be agile.  Feel the need for speed.  Get Event Engine.


Save Yourself Some Trouble (and Customers): Automate your customer support processes

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

How many hours does your company waste duplicating effort, apologizing to customers, missing deadlines because of missing information, and, in general, trying to juggle all the phases of customer service and support without dropping any balls?

It shouldn't be that way. And it doesn't have to be that way.

Automation of customer support processes can significantly decrease unnecessary problems with incident investigations, step wise processes, and SLA maintenance. Creating automatic processes can save a customer from falling through the cracks.



  • Automatically escalate high priority customer tickets.
  • Create automatic alerts to maintain service level agreements.
  • Update and reply to customers through automatic e-mail messages.
  • Generate an automatic report to determine if an upward trend is showing for specific issues.

 

There are many business processes that can be taken care of by the system, bypassing a need to manually track all customer issues and agreements. Fewer people are needed to maintain all the processes, freeing them up to do real work. And the customers are happy because they know exactly where they are with you, and you with them.

PhaseWare's Event Engine is an event monitoring application that integrates with PhaseWare Tracker to take customer service to a new level. Event Engine performs all of the automated processes listed above and more.

Technorati Profile



Mr. Watson! I want to see you: Can you afford to make your customer wait until Monday morning?

  | Share on Twitter Twitter | Share on Facebook Facebook | Buzz This  Google Buzz | Submit to Digg digg it |  Add to delicious  delicious |  Submit to StumbleUpon StumbleUpon |  Share on LinkedIn LinkedIn |  Share On Technorati Technorati | Submit to Reddit reddit | 

What if, when his immediate presence was requested by his inventor boss, Thomas Watson had told Alexander Graham Bell that he was only available during normal business hours, Central Daylight Time, Monday through Friday, but no holidays and no weekends?

I think Mr. Watson would have been out of a job. Yet this is what some companies still think of as adequate customer support. Adequate? Maybe. Outstanding? Definitely not.

Does this type of customer support sound like your company? Maybe you can't justify staffing the phone around the clock. Maybe you think your product is not a critical element of any system therefore support can wait until Monday morning at 9 AM. Maybe once the product is sold, you don't care. But a delayed response to a customer could spell the end of the road with him and anyone he talks to about his lousy support experience. And new customers are more expensive to acquire than a support system that would have kept this now former customer from leaving you.

But does timely customer support have to be a person 24/7? No. There are several avenues that you can leverage besides a telephone support agent to answer your customer's questions during those off hours.

One of the most useful applications in terms of a timely response is a Self Service Center web portal that your customer can use at his convenience. The Self Service Center can be accessed anytime, regardless of the calendar or clock. Here is where a customer can search for a solution to a problem; update the company profile; even log and track a trouble ticket if need be. If all he needed was to reset his password, wouldn't it be better to handle it now rather than later? Like after the customer has left a flaming e-mail telling you what to do with your product?

Next to self service, e-mail is somewhat useful as a standalone service. But what if customer e-mails could be automatically turned into trouble tickets without human intervention? These value added support applications will lead to a very happy and loyal customer without staffing the graveyard shift.

One company that offers such tools is PhaseWare, Inc. The latest version of the Self Service Center has just launched. PhaseWare Tracker 3.0 Self Service Center allows customers to find the information they need to continue working. Additionally, the Event Engine can monitor and escalate e-mail issues without assigning someone to monitor e-mail traffic in real time.

Mr. Bell can now confer with Mr. Watson anytime. And Mr. Watson doesn't even need to be there.



All Posts