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

Integrating a (node.js) web application in Qualtrics


Forum|alt.badge.img+1

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.

3 replies

TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5911 replies
  • April 20, 2022

Use a survey flow web service call.


Forum|alt.badge.img+1
  • Author
  • 1 reply
  • April 28, 2022

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.


TomG
Level 8 ●●●●●●●●
Forum|alt.badge.img+27
  • Level 8 ●●●●●●●●
  • 5911 replies
  • April 28, 2022

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