UNPKG

cce-service

Version:

HydraExpress microservice for Cisco Contact Center Enterprise APIs

17 lines (13 loc) 336 B
# cce-service A HydraExpress microservice for Cisco Contact Center Enterprise APIs. ## Usage Start the service with `node .` To test, run `hydra-cli rest cce-service:[post]/agents/41377/modify /temp/params.json` ### Example params.json ```json { "action": "disable", "setting": "auto_answer", "user": "ccondry@cisco.com" } ```