Requested Item didn't trigger email notification
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
Two requested items were created. Email notification should be triggered upon creation of the requested item. The first RITM didn't trigger the email notification. On the other hand, the second RITM triggered the email notification. How do I investigate this situation?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago
what's the trigger condition and how and from where it's getting triggered?
what debugging did you do?
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
a month ago
The trigger condition would be none, but it will send once a record is inserted.
It is being triggered from sc_req_item.
The debugging I did was to check the email notification configuration. But, upon further investigation, I've found out in the Transaction Log that the factor for this anomaly is due to the delay on the transaction based on the response time since we are using REST API.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
a month ago - last edited a month ago
Hi @paulmagaling ,
Because RITM are being created via REST API, the timing of workflows and notifications may shift,notifications could trigger before the transaction fully completes. This can lead to some RITM bypassing the email notification, especially if backend processing lags for that execution..
Let me know, if you need investigation steps..
_________________________________________________________________________________
If you found my response helpful, please mark it as ‘Accept as Solution’ and ‘Helpful’. This helps other community members find the right answer more easily and supports the community.
Kaushal Kumar Jha - ServiceNow Consultant - Lets connect on Linkedin: https://www.linkedin.com/in/kaushalkrjha/