" /> E-mail Agent Desktop - Genesys CTI User Forum

Author Topic: E-mail Agent Desktop  (Read 3292 times)

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
E-mail Agent Desktop
« on: October 17, 2006, 07:30:31 AM »
Advertisement
Hi everybody!

I'm new in contact center matters :P , and I was told to code an application for reading and sendig e-mails in the agent desktop, because we don't have the genesys agent desktop. I've to code it using Web Services, but I've been reading the Genesys documents about agent desktop and I didn't find anything useful.

If anybody could give me some clues about how to start coding it I will be very pleased, because I'm a bit lost ;)

Thank you in advance!!
« Last Edit: October 17, 2006, 07:37:39 AM by xav_net »

Offline cavagnaro

  • Administrator
  • Hero Member
  • *****
  • Posts: 7641
  • Karma: 56330
Re: E-mail Agent Desktop
« Reply #1 on: October 17, 2006, 01:44:32 PM »
Data in email arrives as KVPairs, so if your desktop app can read them i'm pretty sure you can build a easy mail client with adecuate methods you can answer them, however i'll recommend to read activex 6.0 developer guide.

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: E-mail Agent Desktop
« Reply #2 on: October 17, 2006, 07:57:48 PM »
Hi,

Looking for any information related to web services in Genesys Desktop documentation isn't the right way ;-). I would suggest you to find the manual "Agent Interaction SDK 7.2 - Services - Developer's Guide". It contains overview of the web services, description of each service and some notes to example application. The example application (source code) can be found on Genesys Documentation CD - look for file "72sdk_exmpl_ixn_services-agent.zip".

Hope the information above helps you.

René

Offline xav_net

  • Newbie
  • *
  • Posts: 19
  • Karma: 0
Re: E-mail Agent Desktop
« Reply #3 on: October 18, 2006, 07:44:45 AM »
That's better;)

I'll look at the code, and I'll base on it to build my own application!

Thank u a lot René & cavagnaro!