Post comments to a website automatically | XM Community
Skip to main content
Solved

Post comments to a website automatically

  • December 22, 2017
  • 1 reply
  • 16 views

Akdashboard
Level 4 ●●●●
Forum|alt.badge.img+6
I am trying to figure out a way to embed a live stream of customer comments on to an internal work website. I feel like this might be possible to push the response data automatically somehow, am I just not sure how. Worst case scenario is that I can update the website manually every so often from comments I have scrubbed, but ideally this wouldn't need to happen. Also to note, this internal website looks like something you'd expect in 1999, so I am not sure I am working with the most up-to-date programs. Any ideas out from anyone?

Best answer by AnthonyR

You could use the api to collect all the data from the survey, then open the data, parse it down to just the comments, and generate the display based on that data.

1 reply

AnthonyR
Level 4 ●●●●
Forum|alt.badge.img+7
  • Level 4 ●●●●
  • 308 replies
  • Answer
  • December 22, 2017
You could use the api to collect all the data from the survey, then open the data, parse it down to just the comments, and generate the display based on that data.