Lee C Posted April 9 Posted April 9 Hello As the subject states out of office replies, when they come back on ticket it automatically takes them off hold...is there anyway i can change that so it if an out of office message comes back it keeps the ticket on hold At the same time we need manual responses though to still take ticket off hold, only want it to stay on hold if the out of office message bounces straight back on the ticket.
Berto2002 Posted April 9 Posted April 9 Lee, have an inbound routing rule on your connected mailbox to find and discard out of office responses. Set that rule to execute before the rule that matches responses to the tickets. That way, no such updates will come through. Sometimes it's a bit of trick to get the exact terms matched but we use this with some success: subject LIKE 'Automatic reply%' OR subject LIKE '%Automatic reply%' OR subject LIKE 'Out of office%' OR subject LIKE '%out of office%' OR subject LIKE '%Out of office%' OR subject LIKE 'out of office%' It's not quite what you asked for but it achieves the same outcome of not coming off hold. The disadvantage of this approach is that the service desk don't get to see when someone is out of office (unless you have other mechanisms for them to find out like Teams Presence checks etc). If your hold is on a workflow suspend node awaiting customer response I can imagine something like this but haven't tried it: After receiving a customer response the suspend node moves to a node which gets the latest email content You have a decision node and expression that checks for the "out of office" kind of wording in the subject of that email If that's found, you send it back to the same suspend node to await (the next) customer response, if not, move on to the next node This doesn't help you if the on-hold is manual/ad-hoc as there's no workflow to react.
Lee C Posted April 13 Author Posted April 13 @Berto2002 Thanks, where would i set these 2 ? See 2nd screenshot i dont have any options to create these
Berto2002 Posted April 14 Posted April 14 My second screenshot was just the names of my rules showing the order I have them in. The "delete automatic emails..." one is the one with there expressions: subject LIKE 'Automatic reply%' OR subject LIKE '%Automatic reply%' OR subject LIKE 'Out of office%' OR subject LIKE '%out of office%' OR subject LIKE '%Out of office%' OR subject LIKE 'out of office%' 1
Lee C Posted May 19 Author Posted May 19 On 14/04/2024 at 20:36, Berto2002 said: My second screenshot was just the names of my rules showing the order I have them in. The "delete automatic emails..." one is the one with there expressions: subject LIKE 'Automatic reply%' OR subject LIKE '%Automatic reply%' OR subject LIKE 'Out of office%' OR subject LIKE '%out of office%' OR subject LIKE '%Out of office%' OR subject LIKE 'out of office%' @Berto2002 Hi, the above expressions, can you show me it in full how do you set it to then delete the emails? is there another line to the above expression that then does the deletion? Or on the rule do you set its target folder success and failure to deleted Items? or set rule action to move to deleted items folder?
Lee C Posted May 20 Author Posted May 20 9 hours ago, Berto2002 said: hmmm, im trying to setup something similar, can you set it up so it looks for and then only deletes the out of office reply from 1 address?
Berto2002 Posted May 21 Posted May 21 Maybe experiment with brackets in the rules? (subject like xxxx OR subject like yyyy) AND fromaddress is zzz
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now