Email notification

gauri06
Tera Contributor

I want to create a notification if someone tag us in worknotes other than OOB notification , I want customized notification

3 ACCEPTED SOLUTIONS

Better to use Email Script for getting the content, as you would definitely need to do GlideRecord operations to get Demand Details.

 

Please find examples of Email Scripts in:
https://www.servicenow.com/docs/bundle/xanadu-platform-administration/page/script/server-scripting/r...

And at the end you can use the email script you created on your notification:
${mail_script:YOUR_CREATED_EMAIL_SCRIPT}


If you found this helpful, please hit the thumbs-up button and mark as correct. That helps others find their solutions.

View solution in original post

Ankur Bawiskar
Tera Patron
Tera Patron

@gauri06 

then do this

1) ensure the OOTB notification "Activity Stream @Mention Email" doesn't trigger for your dmn_demand table

Do this and save

AnkurBawiskar_0-1741338419401.png

 

2) Change the condition to this Table = dmn_demand, Change the Name and Click Insert and Stay and then add your own content in this newly created notification

AnkurBawiskar_1-1741338527297.png

 

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

@gauri06 

Hope you are doing good.

Did my reply answer your question?

If my response helped please mark it correct and close the thread so that it benefits future readers.

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

16 REPLIES 16

@gauri06 

did you follow all the steps above?

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

gauri06
Tera Contributor

yes