Keith Posted August 20, 2019 Share Posted August 20, 2019 Can someone expand on what this automation provides? I assume this in only for the initial email which generates the request and that this works whether a request was raised directly via the email from the mailbox or auto generated via mail routing? What details can be retrieved? And is there any way to retrieve specific information from the mail subject or body for use as part of the process. Link to comment Share on other sites More sharing options...
Victor Posted August 20, 2019 Share Posted August 20, 2019 @Keith When the origin of a Request is an email (i.e. raised via Routing Rules or Email View), this option can be used to retrieve the details of the email message. This includes FROM address, TO address, subject, content, date sent and date received. You can use the Variable Picker or the Expressions Builder to make a decision on the retrieved details. https://wiki.hornbill.com/index.php/Service_Manager_Business_Process_Workflow - Get Request Information section - Source Email Details Link to comment Share on other sites More sharing options...
Victor Posted August 20, 2019 Share Posted August 20, 2019 18 minutes ago, Keith said: I assume this in only for the initial email which generates the request and that this works whether a request was raised directly via the email from the mailbox or auto generated via mail routing? Yes 18 minutes ago, Keith said: What details can be retrieved? Answered above 18 minutes ago, Keith said: is there any way to retrieve specific information from the mail subject or body for use as part of the process. Not exactly... Link to comment Share on other sites More sharing options...
Keith Posted August 20, 2019 Author Share Posted August 20, 2019 Thanks @Victor This feature will be really useful. Now if only you could find a way to parse/extract/validate certain information in the body please Link to comment Share on other sites More sharing options...
Victor Posted August 20, 2019 Share Posted August 20, 2019 @Keith well... some things can be done... to a certain extent... As you can probably see @Dan Munns experimented with this maybe he can share his experience? Link to comment Share on other sites More sharing options...
Keith Posted August 20, 2019 Author Share Posted August 20, 2019 Thanks a lot @Victor thats a good start point - OK @Dan Munns, spill the beans. Appreciate anything you can share on the topic. Link to comment Share on other sites More sharing options...
Dan Munns Posted August 21, 2019 Share Posted August 21, 2019 @Keith it works well for our needs to be fair. We use the prefix removal for all automated email logging where emails are external (from hosted providers) and it really cleans up the request list. No longs list of: [EXTERNAL] XYZ Software has..... Now we get: XYZ Software has failed to update Which obviously makes life a lot easier when scanning down the list for issues. I assume that you could probably get this to work with a regex expression as well (maybe to remove account numbers / mobile numbers etc) The regex capture for the description also works really well. Just be sure to test it out on a regex checker first to make sure you are only capturing the stuff you want (we had a couple that picked up incorrect info because the regex caught something before the target data so we had to narrow down the regex a little more) I still wish @Steve G would let us in on his list of stuff we can do that isn't published anywhere though....... 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