Have notification content be dynamic
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 05:54 AM
I am looking to show different support phone number(s) in the response email depending on the region of the person the email is being sent to.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 05:56 AM
Hi Jean,
you can use email notification script and have script with if else condition.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 05:59 AM
Hi Ankur,
I was thinking the same. Is there something out of the box that identifies a persons region or will I need to create a field for that?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-22-2017 06:01 AM
Hello Jean,
Refer this -
Using Dynamic Content
You can use dynamic content in the Subject, SMS Alternate, and Message HTML fields.
- To dynamically reference a field value from the record that triggered the Notification, enclose the field name in ${ }: ${<field_name>}.
- Use dot-walking to reference field values on related records: ${<field name containing related record>.<field name>}.
- To reference the event parameters parm1 or parm2, use this syntax: ${event.parm1} or ${event.parm2}. (Only for notifications fired by events.)
Use the Select variables field to easily construct the dynamic syntax for fields from the record associated with the notification. Click a field in the Select variables tree to insert the field name and dynamic syntax into the message. Click the expand button () to open reference fields. Selecting fields from a related record creates the dynamic dot-walking syntax.