Servicenow validates inactive users while sending an email
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 11:36 PM
Hello ServiceNow enthusiasts,
It is known that ServiceNow restricts emails sent to inactive users. How exactly does this happen in ServiceNow? Similarly, what happens if I pass a hard-coded email ID that doesn't exist in ServiceNow as parm 1 while triggering an event that triggers a notification?
I believe there has to be some mechanism that validates it. So folks, if you know anything, please shed some light on my query(I would request not to put the system property that makes the system treat emails as guests to trigger inbound actions).
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 11:38 PM
I believe it's handled from platform level. We may not have access to script behind it similar to how business rules trigger when record gets updated/inserted
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 11:48 PM
Would you mind answering my second question (passing an external email id as parm 1)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2023 12:06 AM
Did you try checking any OOB business rule handles this?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-20-2023 11:53 PM
- By default, ServiceNow does not send email notifications to inactive users. Inactive users are users whose "Active" field in the user record is set to "false."
- When a notification is triggered and has a recipient that is an inactive user, the system will skip sending the notification to that user.