We have just implemented a Lambda function to do exactly this function on email subject. Works really well, easy to setup, test and manage. But need to keep a close eye on the charges.. very minimal at the moment.
------------------------------
Paul Wild
BCD Travel Germany GmbH
------------------------------
Original Message:
Sent: 11-02-2023 04:44
From: Richard Chandler
Subject: RegEx in Inbound Email flows or equivalent
I agree with Robert on the idea. Until something like that is available you can always use a lambda function to run a regex. Bear in mind this will incur AWS usage charges and email bodies may be too large to pass through a data action.
------------------------------
Richard Chandler
Connect
Original Message:
Sent: 11-01-2023 22:01
From: Robert Wakefield-Carl
Subject: RegEx in Inbound Email flows or equivalent
You can also use spaces to denote before or after like " car " to just get car, but of course that does not take into account punctuation. Vote for this in the meantime: Regular Expression support in Email and | Genesys Cloud Ideas Portal (aha.io)
------------------------------
Robert Wakefield-Carl
ttec Digital
Sr. Director - Innovation Architects
Robert.WC@ttecdigital.com
https://www.ttecDigital.com
https://RobertWC.Blogspot.com
Original Message:
Sent: 11-01-2023 20:33
From: Anton Vroon
Subject: RegEx in Inbound Email flows or equivalent
Hi Vikki
I would love to use RegEx too, but you can always use the Contains() function
eg Contains(lower(Email.message.subject), "car") and !Contains(Email.message.subject, "carbon") etc
You could also create a data table of the key words pipe delaminated per queue / mailbox etc and then loop through them.
------------------------------
Anton Vroon
Original Message:
Sent: 11-01-2023 18:33
From: Vikki Papesh
Subject: RegEx in Inbound Email flows or equivalent
Greetings. I am looking for a way to parse Email.message.subject for specific keywords, such as "car" or "Car" but not "carbon" or "NASCAR" or "Carbohydrate" or "mascara". It's easy enough to do with RegEx, but RegEx seems to be limited to bot flows, and I can't find a way to call a bot flow in an inbound email flow. Suggestions?
#DigitalChannels
#Routing(ACD/IVR)
------------------------------
Vikki Papesh
Sr. Genesys Cloud Developer II
Tandem Diabetes Care, Inc.
------------------------------