Qualtrics base url path parameters | XM Community
Solved

Qualtrics base url path parameters

  • 28 January 2020
  • 4 replies
  • 85 views

Userlevel 3
Badge +8
  • Level 2 ●●
  • 148 replies
Is there anyway in the survey flow web service panel to change the url based on an embedded field (i.e. *.qualtrics.com/API/v3/mailinglist/MYMAILINGLISTID/contacts/${e://Field/CONTACTID})?

I've tried passing it in the header, query parameters hoping I was just missing something without success.
icon

Best answer by TomG 29 January 2020, 15:51

View original

4 replies

Userlevel 7
Badge +27
Yes, you can pipe an embedded field into a web service url. However, your url has three possible issues:
1. The embedded variable Contact ID is ${e://Field/RecipientID}
2. *.qualtrics.com has to be something like https://yourdatacenter.qualtrics.com
3. MYMAILINGLISTID has to be an actual mailing list id or be piped (${e://Field/PanelID} for the recipient's mailing list)
Userlevel 3
Badge +8
@TomG thank you! I was doing it correctly. The field wasn't populating to the variable when I was testing the web service. When I previewed the survey it was working fine.
Userlevel 7
Badge +27
DELETE duplicate post
Userlevel 7
Badge +27
> @pogi said:
> @TomG thank you! I was doing it correctly. The field wasn't populating to the variable when I was testing the web service. When I previewed the survey it was working fine.

Right, piped fields don't get resolved when you click the Test button.

Leave a Reply