Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
I'm working on a project at the moment to create and edit smartsheets from an external application, however can Smartsheet do the reverse and retrieve data from external APIs?
The Smartsheet API can be used to access the data in your account via third party systems or your own custom built integrations. But, Smartsheet itself isn't a place to make requests out to external third party APIs. Those would need to be made from another system like Zapier, Azuqua, Microsoft Flow, or your own server running your custom built code to make the requests out to external APIs.
The problem We manage a workspace with ~340 engineering projects, each in its own folder with a Master Data sheet. We use automated scripts (Python + SmartSheet API) to maintain phase-based reports that group these sheets dynamically — e.g. all projects in "Execution" phase in one report, all in "Backlog" in another.…
This morning around 7:50AM central, we started having some routine API calls to get a sheet get stuck. A response from Smartsheet never seems to be returned, but I do get this error from the call (I'm using Powershell) Invoke-RestMethod : upstream connect error or disconnect/reset before headers. reset reason: connection…
I tried using the product feedback form but it kept failing so I'm posting here instead. It's possible this is user error but I hope not for my ego's sake :). After the APIs were recently updated, my GET /users API call is only able to return a result of 2000 records in an array per page when I use pageSize as the…