Send personalized link of the survey by email using address from an answer | XM Community
Skip to main content
Question

Send personalized link of the survey by email using address from an answer

  • September 6, 2020
  • 3 replies
  • 10 views

Hi All,
I am trying to create a survey which does the following:

  1. Asks user for their email (as a question)

  2. Using that email address send a link personalized link of another survey on the mail address.

Is it possible to so (even by using custom code)?
TomG rondev

3 replies

rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • September 6, 2020

Yes we can use web service in survey flow and distribution API to do this. Check API on api.qualtrics.com


  • Author
  • September 6, 2020

Hi rondev , I do not wish create a active server to make the service API calls.
- Is it possible to make these calls from the JavaScript of the question or a End of Survey Message?
- Or is it possible, to make calls similar to Question API "Qualtrics.SurveyEngine.someMethodCall''?


rondev
Level 6 ●●●●●●
Forum|alt.badge.img+22
  • Level 6 ●●●●●●
  • September 7, 2020

You do not need to create any active servers, just use the survey flow element - web service.
If we do not want to use web service, you can also make ajax call to the API in javascript of question.