how make the email notification visible on bell icon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-04-2023 10:52 PM
Is there any way to make all email notification that the user get also visible in the bell icon?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 06:15 AM
@Michael George Thanks for your input, actually im too new in ServiceNow to know, if this approach would be working. Can you explain it more?
@Dr Atul G- LNG sorry, but I cant mark the answer as helpful, when its not. 🙂
You are right, maybe the behavior is not the expected behaviour, but we have also a customer that want only bell notifications instead of email notifications. And i cant believe that there is no solution for this.
Thanks to everyone.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 11:51 AM
Well, I just tried to make this concept work, but it required a bit more work than I was expecting. I think you would need to create an event, then make sure that any incoming email that was a reply (or whatever your exact case is) would trigger that event via script. Then you create a notification provider that runs against that event. If I have time later I can take a stab at actually doing this to see if it works. It's still entirely theoretical.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 06:41 AM
Hi @nikkii
I doubt the requirement Alon looking for is expected behaviour.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
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/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 06:40 AM - edited 12-12-2023 06:41 AM
Hi @Alon Grod ,
I guess we cannot popup the email in the bell icon.
Try creating a record in "sys_notification" table with the required conditions for that table.
Here when the connected content is set to next experience it will show on bell.
Thanks.