Hi
I have an automation so that the ticket that is in the status "done" reopen and go to a specific status following a comment from a customer.
My question is how to prevent/how to block my clients' ticketing systems from sending confirmation emails to reopen the ticket since the automated email makes a comment in the ticket and it will loop.
Thanks
Hi @Emmanuel F-D - If the client system has repeatable behavior that you can key on (author, specific text in the comment body, etc.) you can simply apply an advanced condition to your existing rule. For example:
{{comment.author.emailAddress}}
equals
some email address
{{comment.body}}
contains regular expression
some regex
It's all about finding a repeatable pattern.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.