Embedded data into email | XM Community
Skip to main content
Solved

Embedded data into email

  • October 26, 2018
  • 3 replies
  • 48 views

HI! I would like to insert embedded data from the contact list into the email... How to do that? there is no piped texte or embedded data entry into the "compose your email² section"...

Best answer by PeeyushBansal

you can take syntax of pipe and can paste in the email. for example You can write `Hi ${e://Field/FirstName},` Also if you have not stored as embed variable and you want to pipe directly from contact list you can use like below:- `Hi ${m://FirstName}`

3 replies

PeeyushBansal
Level 6 ●●●●●●
Forum|alt.badge.img+43
  • Level 6 ●●●●●●
  • Answer
  • October 26, 2018
you can take syntax of pipe and can paste in the email. for example You can write `Hi ${e://Field/FirstName},` Also if you have not stored as embed variable and you want to pipe directly from contact list you can use like below:- `Hi ${m://FirstName}`

  • Author
  • October 27, 2018
Thanks! Got it! Another question: actually the pipe is stored as an embedded data. It is another survey link, that has to be active (clickable), how can I do that?

  • October 27, 2018
> @Marinarion said: > Thanks! Got it! > > Another question: actually the pipe is stored as an embedded data. It is another survey link, that has to be active (clickable), how can I do that? > > You can add anchor tag `<a>` in the source of compose Email