How to export new responses to data hub automatically? | XM Community
Question

How to export new responses to data hub automatically?

  • 1 February 2024
  • 2 replies
  • 19 views

Badge

I’m trying to use workflows to have each new response of a survey be created as a JSON object and use the WebService request to send it to an open source data hub. I want to create an object of the entire survey response rather than create key-value pairs for each question, and the ETL method doesn’t seem to have the data destination that I’m looking for. Also trying to avoid using the SFTP server. I’m essentially trying to export each new survey response to a data hub automatically.


2 replies

Userlevel 6
Badge +27

We can try this API to get a response and then using web service task push the data to data hub.

Badge

You can also use survey flow to create the single object and then push that in the workflow.

Leave a Reply