Day of the week token?

Alexis_D_Alba1
Level 5

Day of the week token?

We would like to start incorporating the day of the week in our triggered emails so the first line would read:  "Happy Friday, Name!"

I would love to know if anyone is doing this, and if so, how it was implemented.

Thanks!
Alexis
 
Tags (1)
3 REPLIES 3
Josh_Hill13
Level 10 - Champion Alumni

Re: Day of the week token?

You might be able to do this with Email scripting...or a very complex method involving several fields.
Anonymous
Not applicable

Re: Day of the week token?

Using this in an email script token should get you the day of the week:

$date.format('EEEE', ${convert.parseDate($date.full_date, 'EEE, MMMM dd, yyyy')})

Alexis_D_Alba1
Level 5

Re: Day of the week token?

Thank you, Ryan! I will try it out.