How to use variables with email template

ishihara
Kilo Contributor

I am using the service catalog.
I would like to specify variables in email template and display variables on email.
However, I do not know how to specify variables in email template.
How do I specify variables in email template?

1 ACCEPTED SOLUTION

I don't remember the exact syntax but try



${variables.variablename}


${current.variables.variablename}


View solution in original post

10 REPLIES 10

Kalaiarasan Pus
Giga Sage

template.print(current.variables.variablename);


thank you for your answer.
Do I have to use script to display variables?


Are you referring email template or email script or normal notification? All of these are different components.



My response was related to email scripts.


I refer to the email template.
Is there a way to easily display variables without using email script?