" /> Recover old agent e-mails - Genesys CTI User Forum

Author Topic: Recover old agent e-mails  (Read 3573 times)

This topic contains a post which is marked as Best Answer. Press here if you would like to see it.

Toni

  • Guest
Recover old agent e-mails
« on: March 02, 2007, 07:23:31 AM »
Advertisement
Hi everybody!

We are developing our softphone client with media capabilities. We are coding it for a webservice, and using a GIS Genesys application.

One of the problems we are seeing, are the abilities of the Java-SDK-Webservices API, to retrieve old e-mail agents.

In other words, in the documentation is explained how to answer, send reply... an e-mail, but we couldn't see anywhere any function that retrieves all the old agent interactions, and the status they are.

If somebody could give me any idea on how to start with it, I'll be very pleased!

Thanks a lot!

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Recover old agent e-mails
« Reply #1 on: March 02, 2007, 12:55:34 PM »
Hi Toni,

The history is related to a contact (customer) not an agent. So, AIL doesn't allow you finding all emails processed by particular agent.

It’s possible to find such emails using direct query to database only…

Cheers,
René

Toni

  • Guest
Re: Recover old agent e-mails
« Reply #2 on: March 02, 2007, 05:51:31 PM »
Hi René,

Then I should make my question in a different way :P

How can I recover then, the history related to the contact? I'm reading the Interaction SDK, but I could not find anything yet.

Do you have any idea or suggestion?

Thanks a lot!!

Marked as best answer by on Today at 12:39:17 PM

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: Recover old agent e-mails
« Reply #3 on: March 05, 2007, 03:00:21 PM »
  • Undo Best Answer
  • Hi Toni,

    The services "IContactService" and "IHistoryService" are the right ones you have to look at. You can find more information about these in the document "Agent Interaction SDK 7.2 Service Developer's Guide" (72sdk_dev_ixn_services-agent.pdf).

    Cheers,
    René