is there a way to sync the data entered into a customer feedback system to my site?

71 Views Asked by At

Hi I am a neeewwwb at anything programming related so I don't know if this will even make sense. My question is, is there a way to sync a customer feedback system (like User Voice or Getsatisfaction) to my site or to a database for my site? So essentially if a user entered info into the User Voice tool, it would simultaneously show up at a different page on my site too. ty!

2

There are 2 best solutions below

1
Brunsaim On

It appears that the uservoice api does support some sort of export, though I have no experience with it: http://uservoice.com/faq#api .

My guess is you need a paid account for that.

0
AudioBubble On

Both UserVoice and GetSatisfaction have APIs for this.

UserVoice has public API available for all subscription plans (including the one that's free), that should be sufficient to import data.

GetSatisfaction API doesn't require you to have an account and allows anonymous data retrieval (.xml and .json output).