" /> E-mail header routing question - Genesys CTI User Forum

Author Topic: E-mail header routing question  (Read 4118 times)

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
E-mail header routing question
« on: October 05, 2006, 11:27:31 AM »
Advertisement
Hi everybody,

I'm developing the e-mail routing strategies for a  Genesys Contact Center, and I have a very worring question.

Knowing that I don't have installed the Knowledge Management Server, so I can't analyze the e-mails content, is there any method to route the e-mail by it's header/subject?

I've been looking the various Genesys reference manuals, they talk a little about making a lookup in the database, but I couldn't manage to do it, and I didn't find anything more.

Thanks a lot!




Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: E-mail header routing question
« Reply #1 on: October 05, 2006, 07:35:50 PM »
You should use Content Analyzer which is included with Email TServer.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: E-mail header routing question
« Reply #2 on: October 05, 2006, 08:42:47 PM »
Hi,

All main email's attributes as "From" address, "To" address, "Subject" etc. are attached to the interaction as UserData. So you can read the key "Subject" in your strategy and route based on the value. Look to the Interaction Server's log and you'll see what UserData are available?

Could I know why you didn't installed Classification Server? It's part of Genesys Multimedia and basic functionality (Screening etc.) works without need of special license.

René

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: E-mail header routing question
« Reply #3 on: October 06, 2006, 05:50:19 AM »

Yes, you're right,

The most logical thing had to be to install a Content Analyzer, but when I entered the project I'm actually working, everything was installed, except the Content Analyzer, and my boss told me that nothing more is going to be installed... :(

The way to use the Udata is by using an Assign block, creating a new variable, and using the sentence Subject=UData['GEMSublect'], and then using the variable Subject for routing? Am I in the right way?

Thank you for your reply, I'm learning a lot about Genesys with that forum, excellent one.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: E-mail header routing question
« Reply #4 on: October 06, 2006, 08:39:31 AM »
You're right but you can't use variable Subject for routing directly. I don't know what you want to achieve but I assume the subject contains some "key words" determining e.g. a target agent group. In that case you have to use "Segmentation" object, create the rules (variable equals some value e.g. vSubject = 'Help') and then connect the endpoints with "Selection" objects where you define the target (agent, agent group etc.).

Am I right you're working with Genesys Multimedia 7.x? I'm not sure because you mentioned Content Analyzer which is a ICS 6.5 component...

René

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: E-mail header routing question
« Reply #5 on: October 06, 2006, 09:06:22 AM »
Thank u René,

Yes, I'm using Genesys Multimedia 7.2.

I mean, if a customer sends me an email with a fixed subject, for example a fax that is converted to an e-mail, which subject could be defined in any way, for example: FAX, I want to route those e-mails with FAX subject, to the agents that deal with fax things.

Then, in that situation, with fixed subjects, do you think is it possible now to route them just comparing the subject? like comparing two strings.

Xavi

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: E-mail header routing question
« Reply #6 on: October 06, 2006, 09:47:15 AM »
Hi Xavi,

Yes, it's possible. See enclosed sample strategy :-)

René

PS. Change the extension back to ".zcf".

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: E-mail header routing question
« Reply #7 on: October 06, 2006, 09:59:47 AM »
Hi René,

Uooo you've made me a sample design!!

Thank u a lot!

I'm going to see it now.

:)