Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to collect customer feedback? [closed]

What's the best way to close the loop and have a desktop app "call home" with customer feedback? Right now our code will login to our SMTP server and send me some email.

like image 410
Nick Avatar asked Aug 27 '08 15:08

Nick


People also ask

Why is it important to close the feedback loop?

Closing the feedback loop in real-time helps brands maintain revenue, protect their reputation, and make their customers feel that their feedback is valued. Also, it can help brands remain competitive in industries increasingly driven by CX performance.


1 Answers

The site GetSatisfaction has been an increasingly popular way to get customer feedback.

http://getsatisfaction.com/

GetSatisfaction is a community based site that builds a community around your application. Users can post questions, comments, and feedback about and application and get answers to their questions either from other members or from members of the development team themselves.

They also have an API so you can incorporate GetSatifaction into your app, and/or your site.

I've been playing with it for a couple of weeks and it is pretty cool. Kind of like stackoverflow, but for customer feedback.

like image 55
Nick Haddad Avatar answered Nov 03 '22 13:11

Nick Haddad