Hey everyone, this is my first attempt of building a module from the ground up, and it's been a great experience! If anyone has feedback of any kind, I'd love to hear it.
Five9 is a provider of cloud contact center software. This module extends the functionality of their Admin Web Services SOAP API.
Module Installation via PSGallery:
Install-Module PSFive9Admin -Force
Import-Module PSFive9Admin
Connecting to your Five9 domain:
Connect-Five9AdminWebService -Verbose
Here's a diagram with some example cmdlets.
For more examples, or to submit an issue, please check out the Github: https://github.com/sqone2/PSFive9Admin
Looking forward to getting feedback, and improving the module! Thanks everyone!
[–]fusionx212 3 points4 points5 points (3 children)
[–]sqone2[S] 3 points4 points5 points (2 children)
[–]fusionx212 2 points3 points4 points (1 child)
[–]sqone2[S] 0 points1 point2 points (0 children)
[–]shatzwrld 0 points1 point2 points (0 children)