Just figured out how to use cURL api post to add a row of information via iOS Siri voice command. Pretty excited.
Amazing!!! This is very cool. Thanks for sharing!
@coby is this script still working for you? I have been trying to replicate this but have been unable to do so with the limitations of the ios.
@Clarkathon -- just ran it successfully on iOS shortcuts, my iOS version == 16.6. Perhaps you have an authentication issue? One approach is to try sending a POST request to smartsheet using a standard cURL command in a computer's terminal (CMD on windows or Terminal on Mac) and make sure you don't have any authentication or ID errors before implementing it in the shortcuts application.
@coby I will try that when I get home from work this evening thank you. Hopefully this works as this will be very helpful in my task tracking. But I may also just build an intermediate ios app that does these things that I want anyways.
Hello, I am unsure of the feasibility of this goal but am hoping someone could provide some insight. Within my organization we have the following structure Workspace → Workspace → Folder. Within this folder we have additional folders that are added through an API integration we have setup. I am hoping we would be able to…
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…