Create a mail merge with first and last name | XM Community
Skip to main content
I would like to compose an email that contains the unique name of my respondents. What is the correct syntax to embed the first and last name? I would like it to say "Hello First_name Last_Name,"
I typically use mail merge and have a list of the first name, last name, and project name which will be autopopulated when I perform the mail merge through Outlook. Is there a way to create this message directly from Qualtrics?
If you send email invitations through Qualtrics, then you can pipe the contact's first name and last name into invite message. Like:



Hello ${m://FirstName} ${m://LastName}

Leave a Reply