Powershell Module for interacting with the Smartsheet API.
I wrote this module part as a learning exercise, but also to be used by the scripts I've written for work. It is by no means feature complete. I'm hoping that others may find it usefull, and even be able to contribute to make it better.
This module is available for download on the Powershell Gallery. You can install in with the following Powershell command:
Install-Module -Name PSSmartsheet
You can also simply clone this repo and import the .psd1 file manually.
To use PSSmartsheet, you'll need to have an API token. To get an API token, please follow the instructions here
Once you have a token, and you've installed/imported PSSmartsheet, the first command you'll want to run is:
Initialize-SmartsheetClient -AccessToken $AVariableRepresentingYourToken
If you don't, most of the commands will yell at you to do so anyway.
Please adhere to our Code of Conduct when interacting with the repo.
Want to help make this module even better? Awesome! Please check out our Contribution Guidelines!
This module is not built or supported by Smartsheet and they will likely be unable to help you troubleshoot this module. That said, their support team is pretty great and they should be able to help you with any questions regarding the application itself and/or the API itself.