function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Static DevStatic Dev 

Without Coding is it possible to send an email alert after case is closed based on incoming email

Hi,

I need help to determine if this possible through flows or WF's.

If the case is in closed status and the customer sends an email reply to closed case checking for more details, After the incoming email gets created under Emails related list(Email Message Object).  Need is to send an automated sort of email to customer based on his email that case has been closed please open new one. Above uses email to case process.

Please let me know if code has to be written for the same.

Thanks in Advance.

 
GauravGargGauravGarg

Hi Dev,

yes, this can be implemented using process builder or WF rule.
1. Create a custom field formula type, that will be checked when the email is incoming and the case is closed. 
2. Trigger the WF rule on the above formula field and send auto-generate emai. 

Hope this will help you, let me know if you need more insight on this. 

Please select it as best answer if above steps solve your problem.

Thanks,

Gaurav