Move emails to junk or ignored if sender is not in the user table in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 07:31 AM
Hi All,
I have a requirement to move emails to junk if sender is not in the user table in ServiceNow.
I cannot use email filter as there will be more than 50 conditions I have to add.
Is there any BR to check if sender is not in the sys_user table then Mark email is Ignored to Skipped(anything).
Please help me in this.
- Labels:
-
Request Management
-
Service Catalog
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 01:50 PM
Hi, if an email has not been processed then I can see no functional reason to move it to the junk folder; as it is not junk but just an email that did not meet any of your defined inbound actions and as such is easily identifiable as the target and target table fields are empty.
Can you clarify the drivers\business requirements behind this customization?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 04:58 PM
Hi @Tony Chatfield1,
Thank you for your reply.
Can you clarify the drivers\business requirements behind this customization?- I have create a inbound flow designer by which a new request is creating. So we don't want any one can create Request, only users who are in our sys_user table can only do so.
Thanks,
Samiksha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 06:23 PM
Hi, using inbound flow you should be able to set a simple trigger condition of
'User Id' IS NOT EMPTY
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-28-2023 06:30 PM