Issue symptoms
When some of my users receive a notification from Zendesk, an auto-response sends a message back to Zendesk. This creates a new ticket and continues in a loop.
Resolution steps
Some Zendesk end-user emails have automated replies set up in their email client. There are two options on how to deal with this issue.
Option A: Use triggers to stop the loop
Create a trigger that adds a tag to the tickets created from the automated emails. Then, edit your existing notification triggers to ignore the tickets with the tag.
- Create a new trigger
- Under Conditions, add:
- Object > Ticket > Comment text | Contains the following string | and enter a string of text that's part of your email template
- Under Actions, add:
-
Objet > Ticket > Add tags |
automated_response
-
Objet > Ticket > Status category | Solved
Add any other required actions to solve your tickets.
-
Objet > Ticket > Add tags |
- Click Create
- Move the trigger near to the top of your trigger list to make sure it fires early
- Modify your existing triggers that send notifications to customers. Under Conditions, add:
-
Ticket > Tags | Contains none of the following |
automated_response
-
Ticket > Tags | Contains none of the following |
- Click Save
Note: In accounts with custom ticket statuses deactivated, use the condition Status instead of Status category.
Option B: Add the email to your blocklist
Block your support email address to hide the tickets from your queue. The tickets will appear in the Suspended tickets view.
- Add the support email address to your blocklist. Use the format,
reject:name@domain.com suspend:name@domain.com
. - Manually review the suspended tickets and delete those that are related to the automated responses. Proceed with caution, as there is a risk of deleting legitimate emails through this process.
For more information about mail loops and how Zendesk handles email, see the article: About mail loops and Zendesk email.