How to send dynamic email notification in ServiceNow | EMAIL NOTIFICATION SCRIPT


Post a Comment:





Showing 0 Comments:
Be the first to comment!

External ressources related to How to send dynamic email notification in ServiceNow | EMAIL NOTIFICATION SCRIPT

Create an email notification
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/administer/notification/task/t_CreateANotification.html

Consider the following items when you create or update a notification: Your notification recipients must be active users and have a valid email address defined.

Scripting for email notifications - ServiceNow
https://docs.servicenow.com/bundle/paris-servicenow-platform/page/script/server-scripting/concept/c_ScriptingForEmailNotifications.html

Email scripts allow for business rule-like scripting within an outbound email message. With mail scripts, you can dynamically change the email output of your system based on different criteria.

How to set up email notifications to point to the Service ...
https://hi.service-now.com/kb_view.do?sysparm_article=KB0684584

1) Use an email notification script which would look something like the below: (function runMailScript(/* GlideRecord */ current, /* TemplatePrinter */ template,