API-Campaign-Manager
API Campaign Manager
for cisco Cisco Unified Contact Center Enterprise
Use Case Description
Utility helps to work with outbound option campaigns created via API (create/modify/delete).
Because it's impossible to do this with standard configuration manager.
After you entered connections settings in "Connection\Settings" tab, API-Campaign-Manager encrypt this data and store to file. This file could be opened & decrypted only on the same PC and for same user
Installation
There are 2 choices:
- You could install packages:
Python: https://www.python.org/downloads/
PyQt5: https://www.riverbankcomputing.com/software/pyqt/download5
requests: https://github.com/psf/requests
cryptography: https://github.com/pyca/cryptography
pyodbc: https://github.com/mkleehammer/pyodbc
After that copy Main.py, GUI.py, vi_utils.py and logo.JPG to your local PC and run Main.py
- Also there is Main.exe - utility's version compiled for Windows, you could try to use it. It doesn't need installation.