Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

Can I use a subject line variable in the email body?

Avatar

Level 2

Hi,

I would like to use a JS variable in the subject line of the email delivery activity and access it in the email body.

Do you know if (or how) I can do that?

The option of using a variable that has been inserted in an enrichment and access it in the email body of the delivery activity would be an alternative way of doing this.

If you have any recommendations on any of the above, please let me know.

Thank you in advance,

Panos

1 Accepted Solution

Avatar

Correct answer by
Level 6

Hi Panos,

Sure, you can use this tutorial https://blog.floriancourgey.com/2018/05/how-to-add-variables-from-a-workflow-in-a-delivery

It's gonna help you "send" your variable from the workflow, to the delivery

Cheers

View solution in original post

3 Replies

Avatar

Level 6

Hi,

You can use <%= message.delivery.mailParameters.subject %>:

20190329-133345-screenshot-6.jpg

20190329-133353-screenshot-7.jpg

This comes from the standard insert menu:

20190329-133723-screenshot-8.jpg

It is based on the schema nms:broadLogRcp, which is linked to the delivery via the Delivery link, so you may access any Delivery field:

20190329-133814-screenshot-9.jpg

Kind regards

Avatar

Level 2

floriancourgey​ thank you for your answer, however what I mean is whether you can use a javascipt variable used in the subject line.

Not the subject line itself. Please let me know if you think of sth else that could be helpful!

Thanks

Panos

Avatar

Correct answer by
Level 6

Hi Panos,

Sure, you can use this tutorial https://blog.floriancourgey.com/2018/05/how-to-add-variables-from-a-workflow-in-a-delivery

It's gonna help you "send" your variable from the workflow, to the delivery

Cheers