How to send email when sla (resolution) reaches above 90% with flow designer.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 05:24 AM
Hi All,
How to send an email when sla (resolution) reaches above 90% with flow designer to that particular email address.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 11:52 AM
Hi @Shivani_singh ,
Can you check the logs of the email, why did the email was sent-failed
Regards,
Najmuddin.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 09:11 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-16-2025 04:51 AM
Then there is something wrong with the email address. Your functionality for triggering is correct, because the email has been created. The fact that it can't be send is because the email is set wrong. You need to check on that part.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-15-2025 09:32 PM
create new work flow and Set trigger as SLAPercentage Timer and configure it for Resolution SLA at 90% elapsed.
and then add action Use Send Email action. Set To as ${current.assigned_to.email} and Activatethe Flow to enable the notification.