System to manage customer feedback emails
Currently, I have an Android app. The Android app has a feedback form, which allows user to send feedback to us.
The app just send an email to my_company@gmail.com
with user feedback content, along with customer replied email.
However, as customer grows, we found it is very difficult to manage our relationship with customers.
- We don’t have a way to know all our customer emails, without opening up mail one-by-one in mail box.
- We find it difficult to track back our conversation with customers. For instance, same customer can send us feedback several times, by using the in-app feedback form. Hence, in our email mail box, we will end up with multiple email threads for a single customer.
Is there a software, or online service, which enables us to manage our customer email, so that we can serve our customer in better way?
Answer 12521
- posted by: Marcus D on 2017-04-19
- score: 1
There are two software systems that you are after here
- Helpdesk - a system to monitor customer (or supplier/partner) interactions mostly concerning software or process defects. They can be used much more broadly than this, but from your point of view, it is to support your Android App. The purpose is to track and resolve problems. They can be cloud hosted or installed. Some charge a monthly fee, some are free, some are a one-off cost. Some suppliers of helpdesk software are ZenDesk, Jira Service Desk.
- CRM system - a system that tracks interactions with customers (and/or suppliers/partners) from the point of view of trying to understand customer behaviour to increase sales, build analytical customer engagement models, track sales leads, etc. These can again be installed or hosted, and are free, one off cost or monthly subscription based. Examples are Salesforce, MS Dynamics CRM and Freshdesk.
You will need to build some middleware that connects your email system to your CRM and helpdesk that enables you to manage the three systems seamlessly. This will be tricky to do but sounds like a key to expanding your business.
Note: I do not work for any of the companies mentioned above, but have used some of the software.
All content is licensed under CC BY-SA 3.0.