We’ve developed an application with Email Bot. While customer sets an automatic response in their email, Pega creating new cases for that as the subject line is changing. As its creating new case then auto reply is again sent to customer from pega. Then its again creating a case for customer’s automatic response. This is like a loop action. Any one know how to handle this? Appreciate your response!
You may try using DSS - Pega-IntegrationEngine.Email/AutoReplySubject. Try providing as many subjects as possible and see if it works out.
If it doesn’t then the other option is to write custom code to
Use text analytics (create a auto response detector model) to identify of its an auto response - If yes then stop Auto reply from Pega email service using when conditions
See for headers like x-autorespond, precendence, x-precendence, auto-submitted etc. in the incoming email - If yes then stop Auto reply from Pega email service using when conditions