Activity Stream_@mentioned user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
In my ServiceNow instance, while mentioning a person(@mani) in the comment/work notes of the story form , the mail to be triggered to the @mentioned person as per OOB behavior. it is working fine but for few case workers/developer , if they mention anybody in the work notes the mail is not triggering.
Upon analysis it is found that, it is captured in live_notification table, and the event also triggered as expected(having log in sysevent table) . But the email is not triggered to the @mentioned user. please help to sort it out.
Also, please let me know which value will get passed for Parm1 and Parm2 of 'notification_engine.process' event, which triggers the notification 'Activity Stream @Mention Email'.
Please advise.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @KoilmaniP ,
The event is being processed, but no email is sent. Could you please verify the following:
- The user is active and not locked out.
- The user record has a valid email address populated.
- The user has email notification preferences enabled.
Please refer to the following resources for troubleshooting:
Email Notification was not triggered to users even after the event got processed
Troubleshooting Outbound Email
If this response was helpful, please consider marking it as Correct and Helpful. You may mark more than one reply as an accepted solution
