SPC-Tim Posted July 14, 2017 Report Posted July 14, 2017 Anyone know if CSR or excel uploading for mass customers is a possibility? Maybe even if it needs to be custom programmed?
Administrators Darren Schreiber Posted July 17, 2017 Administrators Report Posted July 17, 2017 You can just loop through a CSV (I think that's what you meant?) and use the API to add each person.
2600Hz Employees Karl Anderson Posted July 17, 2017 2600Hz Employees Report Posted July 17, 2017 Howdy, At this time there is no native capability in Kazoo but as Darren mentioned you could build a tool to parse the CSV and issue the appropriate API requests. There is an ancient tool (from 6 years ago) that might help get you started: https://github.com/2600hz-archive/xbar-importer Please note that this tool was written 6 years ago, is unlikely to work out of the box, and overly complicated. Its also worth mentioning that we do not support the xbar-importer just providing it as a possible reference, so your millage may vary.
Rick Guyton Posted August 3, 2017 Report Posted August 3, 2017 FWIW, I do something very similar using the python SDK. If you know or have even played with python a little it's a piece of cake to do with with the SDK. https://github.com/2600hz/kazoo-python-sdk
Recommended Posts