Setting up email delivery of surveys | XM Community
Skip to main content

I am trying to set up a qualtrics survey as a way of sending referrals across department committees. In the survey, a committee name would be selected. I would then like the committee chair to receive the survey form that was completed/submitted.

Does anybody know how to set this up? 

Thank you

Tricia M.

@Murray777 You somehow need to make a mapping of commitee name to commitee chair email address, e.g., create some branch logic in the survey flow after the commitee selection like…

If commitee question selected name is A.

       EmailCommitee = commiteeA@test.com

If commitee question selected name is B.

       EmailCommitee = commiteeB@test.com

…and so on…

EmailCommitee would be some embedded data which you could then use in the email action as piped text for the recipient email (to).

Best

Christian


Leave a Reply