- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 01:45 AM
Hello All,
Does is it possible to call "notification email scripts" in workflow notification activity? if not any alternatives solutions?
Thanks in advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 02:05 AM
Hi Shantarao,
Same syntax works as in normal email notification, i.e., ${mail_script:mail_script_name}
Regards
Air
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 02:05 AM
Hi Shantarao,
Same syntax works as in normal email notification, i.e., ${mail_script:mail_script_name}
Regards
Air
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 02:27 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 05:39 PM
I am having the same issue. Mail scripts work perfectly in regular notifications but not from a notification in a workflow.