Notifications - Mail sent twice

Christophe
Tera Contributor

I created an email notification so that when a case on a specific account gets an update, and the case has not a certain status, a mail is sent to the customer. The only problem is that the mail is sent twice.

1 ACCEPTED SOLUTION

This is not a system updated message. That message doesn't responsible for triggering email twice.

Right Click on Case Header then goto the History and check updates logs at same time with same state.

View solution in original post

13 REPLIES 13

nayanawadhiya1
Kilo Sage

Have you the check content of the sent mail ?

Is it same or different?

If different then there is an another mail configured on same condition.

Both mails are exactly the same.

That case is updated twice in the Open State that's why email is triggering twice.

Richard P
Mega Guru

Is by any chance, whatever is inserting a record into your case into the case table doing an update which duplicates the case too.

 

can you confirm if you have 2 identical cases. and maybe some script in a your workflow or business rule is doing an unnecessary current.update();