If @mention is used in an Interaction, the standard @mention notification is not tokens
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
When we use the @mention in an interaction record, the notification is completely blank. It has verbiage and the link to the record if we use @MENTION in HR case records, incidents, etc. Help!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
Hi @tworzala ,
When @mention notifications from interaction records appear completely blank, unlike HR cases or incidents that show verbiage and record link, the root cause is typically the notification email script not correctly fetching display data for the interaction record.
Key aspects to address:
The standard notification script (like ng_activity_mention_body) works well for tables like Incident or HR Case because it retrieves known display fields (e.g., incident number) to include in the email content.
Interaction records have a different structure, and the script may not find appropriate display values, causing the email body to be empty except for the link.
Customize the notification email script or create a specialized email notification for interaction records. Adjust the script to query the interaction record by sys_id, then fetch a meaningful field such as subject or short_description to include in the notification.
Confirm that the notification user preferences, email templates, and Connect plugins are all properly configured to support mentions on interaction records.
Please refer to the below link:-
- https://www.servicenow.com/community/itsm-forum/send-a-mention-email-notification-for-incident-recor...
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0788109
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0859556
- https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0779851
If it is helpful, please hit the thumbs button and accept the correct solution by referring to this solution in the future it will be helpful to them.
Thanks & Regards,
Mohammed Mustaq Shaik
