If you uncheck this box (standard case), the CC email will be used for finding duplicates, if the requester (customer) email and recipient (your sender email) are identical. When this is checked, only the domains without the TLD of the 2 must be identical. By default finds duplicates using all data of the customer of the current ticket (email, secondary email, user ID,…).
If “To” and “From” email of a ticket are identical and the ticket has a “CC” email set, it will find duplicates using this CC email.
e.g.:
To: info@acme.com
From: info@acme.com
CC: sam@smith.com
It will search duplicates for sam@smith.com (instead of duplicates of info@acme.com)
If you check this checkbox, the above behavior will stay the same. But additionally for:
To: kontakt@acme.de
From: info@acme.com
CC: sam@smith.com
or
To: kontakt@de.acme.com
From: info@acme.com
CC: sam@smith.com
It will also find duplicates for sam@smith.com (instead of for info@acme.com) because the top level domain is identical
45734-aksjhd@marketplace.com
or
45734@marketplace.com
It will be automatically identified as a duplicate and you do not need to set up anything. This feature is only available in the Pro plan
When you are viewing the ticket with subject “[Ab12de] Booking confirmation” it would show the other ticket with the same reference number too.
But it wouldn’t show “[Vx56yz] Booking confirmation” as duplicate, since it has a different identifier in the subject.
If however you want to only show emails that contain “Booking Confirmation” in the subject, you could do:
info@my-bookings.com => /Booking confirmation/
Which would show tickets with subject “Booking Confirmation” as duplicates, and all other subjects as duplicates on tickets that do not have “Booking Confirmation” in the subject
Match duplicates based on email and subject regex (\”Pro\” plan only)
e.g. you receive emails from info@my-bookings.com with subjects like:
[Ab12de] Booking confirmation
[Ab12de] Message
[Vx56yz] Booking confirmation
And you only want the app to show duplicates if the booking reference at the beginning of the subject is identical, you would put:
info@my-bookings.com => /^\[\w+]/
1 per line, e.g. to match tickets received from foo@example.com with a subject that starts with 6-10 uppercase letters use: foo@example.com => /^[A-Z]{6,10} /
To test your regex on your subjects you can use https://regex101.com/
**Never heard of regex?** Email us at support@automate-my-store.com with at least 5 examples of subjects and we will create the regex for you.