How can I pass the response ID to a third-party system? | XM Community
Solved

How can I pass the response ID to a third-party system?

  • 11 November 2017
  • 1 reply
  • 244 views

Userlevel 4
Badge +2
  • Qualtrics Employee
  • 23 replies
We use a third-party tool to schedule research sessions and we want to use Qualtrics ResponseID as the unique identifier between the two systems. Is there a way to add the external URL to record the ResponseID and carry it into the third party system?
icon

Best answer by lillianc 14 November 2017, 20:14

View original

1 reply

Userlevel 5
Badge +7
If you would like to pass the current survey taker's response ID to your external URL, append the following code to the end of your URL: `?RID=${e://Field/ResponseID}`

Insert the modified link as a redirect link in an End of Survey element in the Survey Flow, or use the Survey Options -> Survey Termination -> Redirect to URL option.

* You may need to use `&RID=${e://Field/ResponseID}` instead, if the Response ID is not the first variable in the URL
* "RID" can be changed to whatever variable your third party system uses to identify the response ID
* The embedded data variable ${e://Field/ResponseID} is built-in to Qualtrics, so you won't need to add it to your survey flow
* For example, this URL has the Response ID appended to the end:
`https://abcde.qualtrics.com/jfe/form/SV_ABCDEFGHIJKL?RID=${e://Field/ResponseID}`

Leave a Reply