Post comments to a website automatically | XM Community
Skip to main content
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?
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.

Leave a Reply