How to send email when sla (resolution) reaches above 90% with flow designer.

Shivani_singh
Tera Contributor

Hi All,
How to send an email when sla (resolution) reaches above 90% with flow designer to that particular email address.

8 REPLIES 8

Hi @Shivani_singh ,
Can you check the logs of the email, why did the email was sent-failed

Regards,
Najmuddin.

Its says local address ends with dot.

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

PritamG
Mega Guru

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.