01-21-2013 07:39 AM - edited 03-14-2019 11:07 AM
Hello,
is it possible to re-skill agents via sql-statement or a api or anything else?
I want to re-skill our agents with a self-developed application.
Thanks for your help in advance.
Cheers
Norman
01-21-2013 01:48 PM
as per my knowledge, this is not possible. data need to be sent to CallRouter first before added to db, therefore writing sql wont help.
this was possible when conapi was open for developers, which unfortunatly is not anymore.
if you find a way, please let me know :)
01-23-2013 03:57 PM
Hi, a customer of mine once asked for this - actually, it became a "do it or we'll move to Avaya" kind of a situation.
So we did the following:
- agents are created in ICM, and assigned to one dummy skill group - this skill group is needed by the agent app,
- built a web based app that imports the list of agents into its local database and keeps it in sync,
- using a simple web interface agents can be assigned to various skill groups that exist only in this application,
- ICM script does a lookup in the database of application and routes the call to the appropriate agent based on the instructions given by the external app.
It's basically an external routing engine, on steroids, that lets you program in Javascript or Groovy or Python. The name of the product is AIRA.
If you are interested, I can send you the details.
G.
Sent from Cisco Technical Support iPad App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide