Qualtrics base url path parameters | XM Community
Skip to main content
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.
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)
@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.
DELETE duplicate post
> @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