How to call email script to notification?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:44 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:54 AM
call email script in body of your notification like below
${mail_script:test_script}
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:54 AM
use below code in the notification template
${mail_script:nameofthescript}

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 09:56 AM
Hi,
In notification What it will contain section, add below line
${mail_script:EmailScriptName}
Thanks,
Kunal

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2020 10:35 AM
Hello Ak,
Go to your notification and there you will see a link Email Notification Scripts. Click on that and then create New
There you can create a mail script.
Then inside your notification, under what it contains, mention that mail script name liek below
${mail_script:your_mail_script_name}
Kindly mark the comment as a correct answer and helpful if this answers your question.