Inactivity monitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 10:27 AM - edited ‎03-24-2025 10:27 AM
Incident tickets with no activity for 24 hours, then I will see in the ticket activity log that an email notification is sent to the caller. If there is still no activity after 48 hours, then I will see in the ticket activity log that a second email notification was sent to the caller reminding them that the incident is pending their response.
If the Incident with no activity for 72 hours need to close the ticket
#inactivitymonitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 10:32 AM
Hi @Sujitha_D
Use the flow designer.
- Trigger - Daily
Action: Look up records - Incident table
Update before 24 hrs from now
Logic
For Each record
Action
- Send email
Then wait for 72 hrs
Update record
State
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 10:38 AM
Thanks for the response. However, I need to achieve this using the Inactivity Monitor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 11:40 AM
Hi @Sujitha_D
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0965127
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-24-2025 12:23 PM
@Dr Atul G- LNG Thanks; I've already reviewed these articles.
From what I understand, when the Inactivity Monitor is triggered, a scheduled job (sys_trigger) is created. This, in turn, generates the incident.inactivity event, which then triggers my notification.
Currently, I have this event configured in two different notifications with the same trigger conditions. As a result, both notifications are being triggered simultaneously, and emails are sent without considering the intended time gap.