Custom notifications
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I am trying to create a custom notification to be triggered when a new internal incident is created for my component. I already configured a delivery channel with a shared mailbox address and configured my custom notification to use the created delivery channel but I am not getting any email. I only receive the emails when the primary channel (which is set to my personal email and can't be modified) is enabled and added to the custom notification channels. Anyways the email is not being sent to the shared mailbox.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @AndisG
Please review below points-
1. Check your Notification configuration
Go to System Notification > Email > Notifications, and open your custom notification.
Ensure the following:
When to send: Verify that your trigger condition (e.g., when Incident Created and Assignment Group is Internal) actually matches your test incidents.
Who will receive:
If you selected Users/Groups/Roles, make sure the shared mailbox address is actually associated with a User record in ServiceNow (see next step).
If you’re using Recipients via script, verify that your script returns the shared mailbox user’s sys_id or email address.
2. Make sure the shared mailbox has a User record
ServiceNow can only send emails to Users (or email addresses in a valid format).
Check:
Navigate to User Administration > Users.
Create a new user (if not already existing) for the shared mailbox:
User ID: shared_mailbox
Email: the shared mailbox address (e.g., incident-team@company.com)
Set Active = true.
Use this user in your notification’s recipients list or in your delivery channel.
3. Review Email Logs
Go to System Logs > Emails > Sent and System Logs > Emails > Outbound.
Check if:
The notification was triggered.
The email was queued but failed (error in Email Log).
Common issues:
“No recipients found”
“Suppressed: duplicate email”
“Invalid recipient email”
If you found my response helpful, please mark it as helpful and accept it as the solution.
Thank you
Nawal Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
21m ago
Hi @Nawal Singh, thanks for the response
I forgot to mention that I am using the SAP ITSM module. I didn't find the options for System Logs or Administration Users, not sure if they are not available or I don't have the needed privileges to see them.
is it mandatory to have an user associated to the email used in the delivery channel?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Nawal Singh, thanks for the response.
I forgot to mention that I am using SAP IT Service Management, I don't have the "Administration > Users" and "System logs" options but maybe I don't have the right privileges to see them, I'm not sure.
Does the delivery channel always needs an associated user? Because I tried also creating another channel with a personal email and adding it to the custom notification and it didn't work.
Below some screenshots, "Test channel" is the channel for the shared mailbox:
