How to access email script variables into email notification body??

Manikantahere
Tera Contributor

I am sending collective things as object through event Queue.

 

I am parsing them and storing them in different variables and want to use them in notification body in different places is there any way to access them inside body instead calling email script output directly ??

2 ACCEPTED SOLUTIONS

Uncle Rob
Kilo Patron

The most complex thing you can get without using Mail Script is just getting the entirety of parm1 or parm2 of the event.  Since you need to deconstruct and transform data from the object you've sent in the parms, you need a mail script.

View solution in original post

Sandeep Rajput
Tera Patron
Tera Patron

@Manikantahere You would need to use email script to access the variables. Inside your email script you can use template.print() function to print the email body in your desired format.

View solution in original post

5 REPLIES 5

@Manikantahere Unfortunately, you can't access email script variables directly inside notification body.