How to send a message to a user without sending an email

bonsai
Mega Sage

Is it possible to send a message to the user without sending an email?
The idea is to display it on a bell icon at the top of the screen.

Ideally, I want to notify the user that a long-running background script has completed.
I don't need to send an email, but I'm looking for a way for the user to be notified.

 

bonsai_0-1779357197797.png

 

3 REPLIES 3

Dr Atul G- LNG
Tera Patron

Hi @bonsai 

I have doubts, as it requires some trigger initiation , so it should be available via chat or email only.

*************************************************************************************************************
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/dratulgrover [ Connect for 1-1 Session]

****************************************************************************************************************

Ankur Bawiskar
Tera Patron

@bonsai 

the bell notifications are wokspace provider notifications and they require some record change etc

In your case you can try to use UI script and show some message to user as alert etc

Usually those are configured when INC is assigned or INC is commented etc

Provider notification 

Create provider notification 

55.png

💡 If my response helped, please mark it as correct and close the thread 🔒— this helps future readers find the solution faster! 🙏

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

Tanushree Maiti
Tera Patron

Hi @bonsai 

 

 

For your requirement, the bell icon is definitely one option. However, if a provider notification is triggered, the user will also receive an email notification.

 

In my opinion, the best approach would be to update the Work Notes of the records using your existing background script.

For long-running scripts that update specific records, you can log the completion status directly in the processed record.

  • Execution: Update the work_notes field with a completion message.
  • Visibility: This creates a permanent audit trail and allows users to easily review the update the next time they open the record.

 

Please Accept the solution if it assisted you with your question & Mark this response as Helpful.
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti