Solved
Write Custom Code in Qualtrics
Hello Collegaues,
I would like to integrate Qualtrics with my product.
Ideally integration between products can be done by below 2 approaches...
1. Create Subscription (or Web-Hook) : In Qualtrics we can create subscriptions by providing 'PublicationURL' for different events like activeSurvey, completedResponse etc. This PublicaionURL will receive payload (IDs, timestemp etc.) from Qualtrics once respective event is triggered. Using this IDs we have to call respective Qualtrics APIs and get the details. And than transform Qualtrics data into desired format and send it to the target system.
2. Write Custom Code In Qualtrics : Write custom code in the Qualtrics after specific event i.e. activeSurvey, completedResponse etc. triggered; transferm Qualtrics data in desired format and send it to the the target system.
Approach-1 is working.
Is Qualtrics is providing any mechanism to write Custom Code after specific events (Approach-2)?
Best regards,
Pragnesh
Best answer by TomG
Three things:
1. You can add web service calls to the survey flow to send piped data to an external system at any point during the survey.
2. If for some reason you needed to do the above inside a question block (e.g. during each loop of a loop & merge), you could add JavaScript and use ajax.
3. At the end of survey, you can perform an "Actions" based on specific criteria
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
