有没有办法将输入客户反馈系统的数据同步到我的网站?

发布于 2024-11-17 07:12:10 字数 156 浏览 4 评论 0原文

嗨,我对任何与编程相关的事情都是neeewwwb,所以我不知道这是否有意义。我的问题是,有没有办法将客户反馈系统(例如 User Voice 或 Getsatisfaction)同步到我的网站或我网站的数据库?因此,本质上,如果用户在用户语音工具中输入信息,它也会同时显示在我网站的不同页面上。蒂!

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!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

错爱 2024-11-24 07:12:10

UserVoice 和 GetSatisfaction 都有用于此目的的 API。

UserVoice 具有可用于所有订阅计划(包括免费计划)的公共 API,这应该足以导入数据。

GetSatisfaction API 不需要您拥有帐户并允许匿名数据检索(.xml 和 .json 输出)。

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).

过潦 2024-11-24 07:12:10

看来 uservoice api 确实支持某种导出,尽管我没有这方面的经验:http://uservoice. com/faq#api

我的猜测是你需要一个付费帐户。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文