Does is it possible to call "notification email scripts" in workflow notification activity? if not any alternatives solutions?

Shantharao
Kilo Sage

Hello All,

 

Does is it possible to call "notification email scripts" in workflow notification activity? if not any alternatives solutions?

 

Thanks in advance.

1 ACCEPTED SOLUTION

AirSquire
Tera Guru

Hi Shantarao,

Same syntax works as in normal email notification, i.e., ${mail_script:mail_script_name}

Regards
Air

View solution in original post

3 REPLIES 3

AirSquire
Tera Guru

Hi Shantarao,

Same syntax works as in normal email notification, i.e., ${mail_script:mail_script_name}

Regards
Air

gana1
Tera Expert

Hi,

 

If email script in the workflow notification body is not working, you can use Event activity in workflow. So a notification can be triggered with the help of the event. And in the main notification, you can use the email script.

 

stephaniej
Kilo Explorer

I am having the same issue. Mail scripts work perfectly in regular notifications but not from a notification in a workflow.