You can use views and triggers in Zendesk Support to provide visibility into whether tickets were created by the Authenticated SMTP Connector. This can help you route, troubleshoot, and examine your workflow to decide whether you need to change your email configuration.
Two ticket tags are automatically added to tickets created by the Authenticated SMTP Connector:
- system_authenticated_email_ticket is added to newly created tickets through the connector.
- system_unauthenticated_email_update is added to tickets when an update is made to a previously authenticated ticket through an unauthenticated email update.
For more information on the benefits of ticket tags and how they work, see Working with ticket tags and Managing ticket tags.
Example: Route new tickets created through unauthenticated email to a group
You may want a special group of agents to review tickets created through unauthenticated email. This ensures the right people can examine how these tickets are created and determine whether additional configuration is needed.
For this scenario, you can create a trigger that routes all tickets that don’t contain the system_authenticated_email_ticket tag to a group (the Auditors group is used in this example). You can also optionally apply a tag to these tickets (such as admin_unauthenticated) so you can create a view with tickets containing that tag.
Example: Route tickets updated through unauthenticated email to a group
If tickets are created through an authenticated workflow through the connector, then they should also be updated through an authenticated workflow. This example shows how to send unauthenticated updated tickets to a special group of agents so they can take steps to understand how the workflow is resulting in a loss of authentication.
For this scenario, you can create a trigger that routes all tickets that contain the system_unauthenticated_email_update tag to a group (the Auditors group is used in this example). You can also optionally use the trigger to set the ticket priority to High.