Notification to show when an incident hasn't been updated for a few hours
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:35 AM
Hi all, I am looking for a way to produce an email to show agents when an incident hasn't been updated for 2hours?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 01:39 AM
Hi @peri sravani1,
I have 2 suggestion :
1. Depend on SLA notification which is good for entity, you can extended the number of % breach the notification is sent on.
Still if you want to stick to your requirement... > then,
2. I would do this with Flow Designer. Create a scheduled flow to run, say once every 2 hour.
Look up records that meet your condition (e.g. active and updated at or before 24 or 48 hours ago)
For each record, send a notification.
I hope this help !
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 03:49 AM
something like this :
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2023 07:21 AM
Hi @Sohail Khilji ,
Following this method it is generating email for only 1 incident. But it should generate email for all those incidents that meets the criteria.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2023 01:42 AM
In the flow action > you will be able to find Flow Logic > For Each
Use this to send notification for each of the record ....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....