thomasholt Posted March 31, 2023 Posted March 31, 2023 Hi, Is it possible to automatically apply emails to requests as we receive many updates? I believe the current function takes the reference number from the subject line but I was wondering if the system could do it without user input. Thank you.
Steve Giller Posted March 31, 2023 Posted March 31, 2023 If you navigate to Admin->Platform Configuration->Email->Inbound Routing Rules you will be able to automatically action emails before they arrive in the relevant mailbox. The documentation for this is on the Hornbill Wiki. Once you have reviewed that documentation please post back here with any questions and we will be happy to assist.
thomasholt Posted April 3, 2023 Author Posted April 3, 2023 Thanks for your help. I can't seem to work at what needs to be entered into the expression. I have attached the image below. I'm assuming it will be a "like" expression but what follows that I'm clueless.
thomasholt Posted April 3, 2023 Author Posted April 3, 2023 On 3/31/2023 at 3:31 PM, Steve Giller said: If you navigate to Admin->Platform Configuration->Email->Inbound Routing Rules you will be able to automatically action emails before they arrive in the relevant mailbox. The documentation for this is on the Hornbill Wiki. Once you have reviewed that documentation please post back here with any questions and we will be happy to assist. 9 minutes ago, thomasholt said: Thanks for your help. I can't seem to work at what needs to be entered into the expression. I have attached the image below. I'm assuming it will be a "like" expression but what follows that I'm clueless.
Steve Giller Posted April 3, 2023 Posted April 3, 2023 The Expression REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*') will pick up any Subject line containing a valid Request Reference and apply it to the Request. You may wish to include additional checks but that is the most basic method of automatically updating Requests from email.
thomasholt Posted April 3, 2023 Author Posted April 3, 2023 2 minutes ago, Steve Giller said: The Expression REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*') will pick up any Subject line containing a valid Request Reference and apply it to the Request. You may wish to include additional checks but that is the most basic method of automatically updating Requests from email. Thank you, that seems to working for me now
thomasholt Posted April 3, 2023 Author Posted April 3, 2023 19 minutes ago, Steve Giller said: The Expression REGEX_MATCH(subject, '.*\b[a-zA-Z]{2}[0-9]{8}\b.*') will pick up any Subject line containing a valid Request Reference and apply it to the Request. You may wish to include additional checks but that is the most basic method of automatically updating Requests from email. Just a final point, is there a way to make sure it only updates open requests?
Steve Giller Posted April 3, 2023 Posted April 3, 2023 By default closed Incidents and Service Requests cannot be updated. This can be changed with the Routing Rules settings:
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