Mark (ESC) Posted November 8, 2023 Share Posted November 8, 2023 We have tried to give the Email - Inbound Routing Rules a go, and have setup a single rule to update requests on the SR or IN reference. Done some testing, but nothing seems to be actioned. Expression is set to REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*') for our typical subject line replies of "RE: ICT Service Desk - (Company Name) - New Call Logged, Reference IN00038936" Link to comment Share on other sites More sharing options...
Steve Giller Posted November 8, 2023 Share Posted November 8, 2023 As a first step, please check the Routing rules do not process emails and Routing rules do not raise requests from emails or apply emails to requests FAQs as these cover every issue that we're aware of. 1 Link to comment Share on other sites More sharing options...
Mark (ESC) Posted November 8, 2023 Author Share Posted November 8, 2023 If any Forum user can post some examples (redacted) in this post that would be helpful. The standard syntax to match to IN or SR value is not working for me "REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*')" Thanks Link to comment Share on other sites More sharing options...
Steve Giller Posted November 8, 2023 Share Posted November 8, 2023 What do you have in the Reference field? Link to comment Share on other sites More sharing options...
Mark (ESC) Posted November 8, 2023 Author Share Posted November 8, 2023 In the reference I have placed REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*'), but unsure after reading various Wiki's how to reference that in the Rule Expression. Link to comment Share on other sites More sharing options...
Steve Giller Posted November 8, 2023 Share Posted November 8, 2023 The Reference is always a Regex Match, so you just need [a-zA-Z]{2}[0-9]{8} in there. Link to comment Share on other sites More sharing options...
Mark (ESC) Posted November 8, 2023 Author Share Posted November 8, 2023 Thank you, this was my first attempt when I started, but getting an error message when trying to save changes. Link to comment Share on other sites More sharing options...
Berto2002 Posted November 8, 2023 Share Posted November 8, 2023 This has been in place since our implementation nearly 3 years ago. It seems to work but not sure if any element could do with improvement... Link to comment Share on other sites More sharing options...
Mark (ESC) Posted November 8, 2023 Author Share Posted November 8, 2023 @Berto2002 I have also tried that, but the emails just stay in the inbox not updating the current call. Link to comment Share on other sites More sharing options...
Steve Giller Posted November 8, 2023 Share Posted November 8, 2023 @Mark (ESC) Create a new Folder in your Mailbox, called "Failed Updates" or similar. Set the "Target Folder Failure" to the new folder. Test again. If the email lands in the Inbox, the Rule was never matched - please use the FAQs posted earlier to check why the Rule Expression is not picking up the email. If the email lands in the "Failed Updates" folder the Update failed - please use the FAQs posted earlier to check why the update is failing (most commonly the email sender does not exist in the system or the from address is matching more than one user/contact in the system.) 1 Link to comment Share on other sites More sharing options...
Mark (ESC) Posted November 16, 2023 Author Share Posted November 16, 2023 @Steve Giller Back from leave. Had one of those lightbulbs moments. I was testing with a ticket that I had created and sending in test emails from the same email address. Of course this does not work . Asked a colleague to create a ticket for me and then tested with that, and yes it all works perfectly. 1 Link to comment Share on other sites More sharing options...
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