- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-21-2025 12:26 PM
We currently allow users to open incidents by emailing our instance. These incidents are low impact/urgency/priority by default.
We're looking to automatically set the Urgency to High in the event one of our VIP users sends this email. These VIP users exist in an AD security group that syncs with ServiceNow.
We're running Yokohama. Hoping there is something OOB we can rely on. Thanks in advance!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-22-2025 03:54 AM
you can check if the user who is responding is member of that group
something like this but please enhance
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
05-24-2025 04:44 AM
I'll be trying this early next week and will report back, thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2025 09:32 PM
Hope you are doing good.
Did my reply answer your question?
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
05-28-2025 11:20 AM
Hi Ankur, I feel I'm almost there! With a long holiday weekend I did not get a chance to test this until today.
Here's what I did:
1) sent an email to the system from myself and confirmed the priority was set to low.
2) added the following code to create incident:
3) added myself to VIP
4) sent a second email
The priority was still set to low. I did confirm that Create Incident was invoked by looking at the email logs:
Processed 'Create Incident', updated incident :INC0106283
Thoughts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2025 07:53 PM
did you add logs and see if it went inside that IF?
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
05-29-2025 03:42 AM
No, but that is the logical next step. I've never done this in ServiceNow so I need to do a little research.
It looks like I can use the gs.log feature. I will test this when I log in in a couple of hours.