Hello together,
Our companys intranet is based on a PHP and MySQL-system. We have call center agents(cca) who call companies and sell different service products. Our objective is to develop a customer friendly service system. The cca should call the customer twice a yeae and support the customer, ask if the customer has any questions, needs help or eventually has interest in further products.
One option is to send the customer an email with a link to a webpage, where the customer has to enter his individual produced password. The problem is of course, that if the customer enters the webpage with the new password I can actually log that the customer has entered. But this does not mean that the customer has actually been called by the cca!
So what possibilities are there to track if the cca has actually made a service telephone call with a customer?
Thanks for your help!
Callcenter problem and solution question
Moderator: General Moderators
-
visionmaster
- Forum Contributor
- Posts: 139
- Joined: Wed Jul 14, 2004 4:06 am
Have a flag that tells whether the customer has been called or not?
1=called, 0=not called
When a CCA members calls a client, have them click a button that marks them as called. This button will run a query to update the database and update the clients status to 1 (called)
1=called, 0=not called
When a CCA members calls a client, have them click a button that marks them as called. This button will run a query to update the database and update the clients status to 1 (called)
Set Search Time - A google chrome extension. When you search only results from the past year (or set time period) are displayed. Helps tremendously when using new technologies to avoid outdated results.
-
visionmaster
- Forum Contributor
- Posts: 139
- Joined: Wed Jul 14, 2004 4:06 am
That's not the solution, since the cca member can click "called" even if he/she hasn't contacted the customer. And since we are planning a new commission based on many factors, among other things if the cca member has done a service call or not. If you don't do your service calls, you are non fulfilling our expectations, your commission is lower. So giving the cca the possibilty to change this status is absolutely not possible!scrotaye wrote:Have a flag that tells whether the customer has been called or not?
1=called, 0=not called
When a CCA members calls a client, have them click a button that marks them as called. This button will run a query to update the database and update the clients status to 1 (called)
Any other ideas?
Thanks,
visionmaster
-
visionmaster
- Forum Contributor
- Posts: 139
- Joined: Wed Jul 14, 2004 4:06 am