keithkelly
2 years agoLeader
Email Templates - What's the variable for "Board Name"?
I tracked it down to {3} in the text... but feel like I'm overlooking it in the email object list.
Context: General Subscription Notification. I'd like to use that "BoardName" variable alone elsewhere within the email.
Hi keithkelly
${notification.message.board.title} is what you want, and if you want to link to it use
<a href="${notification.message.board.webUi.url}">${notification.message.board.title}</a>