Integrating a (node.js) web application in Qualtrics | XM Community
Skip to main content

Hello,
I am trying to find options to integrate a web application into Qualtrics.
What I am looking for is that I embed a node.js web application as a question and I want the survey details (like survey ID and question ID) and possibly user details sent to our web application. The surveys we will be using will be under the same account that has the API key.
We may use the web application URL in multiple surveys and hence we want to know from what survey the application is opened.
As of now, I was able to embed the application in Qualtrics, but I am not getting any data from Qualtrics from the request parameter and I believe integration will solve the issue for us.
I highly appreciate it if you can provide any leads on how to do this.

Use a survey flow web service call.


Thanks, TomG !
The web service call looks promising. But Qualtrics is not sending the Query Params. I am inserting the QPs with piped text like survey ID, Recipient email, etc.,
Is there something on Qualtrics that I (or our Organization) should do to send in those QPs?

Thank you.


https://community.qualtrics.com/XMcommunity/discussion/comment/45846#Comment_45846Nothing other than making sure you have the piped string formats correct - they are case sensitive. (e.g., ${e://Field/SurveyID})


Leave a Reply