Enable CI/CD by adding .onedev-buildspec.yml
| Genesys.psm1 | Loading last commit info... | |
| README.md |
README.md
Genesys Cloud CX PowerShell Module
Basic Information
This PowerShell Module implements a subset of Genesys Cloud CX API Endpoints to allow for automation and ease of performing tasks. Additions to the Module are made on an as needed basis, rather than trying to implement all API Endpoints. This Module is dependant on PowerShell 7.
!!!!! This Module has not yet been fully tested !!!!!
External Resources
- Genesys Cloud CX
- API Explorer: https://developer.genesys.cloud/devapps/api-explorer
- PowerShell
- Functions: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_functions?view=powershell-7.5
- Try/Catch: https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_try_catch_finally?view=powershell-7.5
- Adding Pipeline support to functions: https://devblogs.microsoft.com/scripting/incorporating-pipelined-input-into-powershell-functions/