cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1564
Views
0
Helpful
4
Replies

Friendlier front end

pcromwell
Level 3
Level 3

I have a customer that wants a more user friendly way to amend settings such as   moving agents into different teams, changing hours of operation, emergency prompts etc.  They would want a browser app  where they can change fields and in the background, this will change the script.  Is there any information available about how to do this?

4 Replies 4

Nathan Gageby
Level 4
Level 4

I have had great success with the CCX API.  I am still new to putting a web front end on this but have had a text based app and windows GUI app work perfectly to do a few of these items. 

 

What language will you be using? 

Have you used PostMan before? 

 

Check this out for API info. It has links to further API info 

 

https://developer.cisco.com/docs/contact-center-express/#!uccx-overview/what-is-unified-contact-center-express

 

Many thanks for replying . The link is very useful and a good reference.
In terms of what language I am using. I'm afraid I am no programmer, so
looking to start at the beginning.

From the link you gave I can see that it is possible to build a web
page that can perform the actions we require, whether it is a click or a
drop down box. I recognise that this is not a small undertaking for
someone with no programming background, but figure this will be a good
project to start with.

can you provide any pointers on where to start?

I would suggest Python as your language. 

 

https://amzn.to/2G08rZx

 

If you want a quick proof of concept for maybe a single setting you can use tkinter to get a simple GUI running. 

 

https://amzn.to/2Wz839l

 

If you you want to dive into a web front end you will want to explore Flask. 

 

https://amzn.to/2SagPvt

 

Get a copy of PostMan to do some testing outside of Python and use the sample code it generates to speed you along. 

 

You can can find a lot of resources online but I find a couple real books helpful for foundations. 

Nathan Gageby
Level 4
Level 4

You can find links from the below link for the API. I would try PostMan for some testing and learning the process. I have been able to simplify several CCX settings with a text based and Windows GUI based app written in python. 

 

What language will you you be using?

 

https://developer.cisco.com/docs/contact-center-express/#!uccx-overview/what-is-unified-contact-center-express

 

Hope this helps