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 everyone, I will need to use Smartsheet API to ingest data from Smartsheet to an object storage. To do that, my client will create a view only account for me. If I understand correctly, to use the API the account needs to be licensed, so we will need to pay for this "service account". That is correct?
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…