Just wanted to share with the group.
We created a a basic IVR script a couple of years ago that allows callers to call in and check their account balanace by entering their account number and their zip code. We get roughly 100 calls a day offloaded to the IVR for this purcpose. These calls used to have to be handled by a customer service rep.
Whenever a customer contacts us an speaks with a rep on the phone or visits the customer service department in person, we make a log on the account in our Customer Information System (CIS). Our customer service supervisor wanted to know if we could do this with people that call in on our ivr to check their account balance.
We created a script in the ivr that does a point in time insert of the customers record line to an Oracle table. It stamps it with date and time. Whenever a record is added to that table, a trigger is fired that populates the log file for that customer in our CIS system. We populate date/time of call, and balance that the ivr gave the customer. This also helps alleviate the issue where a customer says the automated system said I only owed you $50 when in actuaullity the system told them they owed us $75.
We now also have a database that is filling up with account numbers of people who called and used our IVR system. We can now use this information to anylyse what type of customer is calling. Is it customers in good standings, customers on payment arrangments etc. We can also use this information to survey customers that have used our ivr to get their input on the system. What did they like, what did they not like etc..
We created a a basic IVR script a couple of years ago that allows callers to call in and check their account balanace by entering their account number and their zip code. We get roughly 100 calls a day offloaded to the IVR for this purcpose. These calls used to have to be handled by a customer service rep.
Whenever a customer contacts us an speaks with a rep on the phone or visits the customer service department in person, we make a log on the account in our Customer Information System (CIS). Our customer service supervisor wanted to know if we could do this with people that call in on our ivr to check their account balance.
We created a script in the ivr that does a point in time insert of the customers record line to an Oracle table. It stamps it with date and time. Whenever a record is added to that table, a trigger is fired that populates the log file for that customer in our CIS system. We populate date/time of call, and balance that the ivr gave the customer. This also helps alleviate the issue where a customer says the automated system said I only owed you $50 when in actuaullity the system told them they owed us $75.
We now also have a database that is filling up with account numbers of people who called and used our IVR system. We can now use this information to anylyse what type of customer is calling. Is it customers in good standings, customers on payment arrangments etc. We can also use this information to survey customers that have used our ivr to get their input on the system. What did they like, what did they not like etc..
Comment