- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2024 11:45 AM
I'm having some issues trying to get my email notification to work. I've created an event, created a scheduled job, and created a notification (none of this is OOB). I'm not sure what I've done wrong but I check the email logs and it never creates an email.
Would someone be able to assist?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 06:11 AM
Hi @Couts ,
We've implemented something similar for Incidents where it was 'On-Hold' and 'Awaiting Caller'. The way we went about it is:
- Wait for condition in a Flow
- This is where we set XX amount of time based on a selected schedule.
- After the set amount of time passed, then we set the 'If' Statement to check if an update was logged in the Work Notes.
- If there wasn't an update, we triggered a Notification from within the Flow.
For our purposes, we provided three reminders to the Caller before the Incident auto-resolved due to non-response.
Hope this helps!
Josh Pirozzi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-29-2024 06:05 AM
Yes mate, If condition don't supprt the the days ago or we need to write script.
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
‎02-29-2024 06:11 AM
Hi @Couts ,
We've implemented something similar for Incidents where it was 'On-Hold' and 'Awaiting Caller'. The way we went about it is:
- Wait for condition in a Flow
- This is where we set XX amount of time based on a selected schedule.
- After the set amount of time passed, then we set the 'If' Statement to check if an update was logged in the Work Notes.
- If there wasn't an update, we triggered a Notification from within the Flow.
For our purposes, we provided three reminders to the Caller before the Incident auto-resolved due to non-response.
Hope this helps!
Josh Pirozzi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-07-2024 07:11 AM
Hey there @Josh Pirozzi,
Apologies for the late reply. I tested this out in the flow and it looks like it worked. Thanks for that insight, most appreciated!
Regards,
Markus