Embedded data into email | XM Community
Solved

Embedded data into email

  • 26 October 2018
  • 3 replies
  • 26 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"...
icon

Best answer by PeeyushBansal 26 October 2018, 11:43

View original

3 replies

Userlevel 7
Badge +33
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}`
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?
> @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

Leave a Reply