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.
I have a website on shared hosting. I know that I should keep api tokens out of public_html folders on said website. I would like to use a <domain>/config/config.php file to hold those api tokens for Smartsheets. This approach is working for another application that I integrate with from this website. However, when I put…
NOTE: I tried to file this several times a support ticket, but the AI BOT was unable to create a ticket and the OG Support Portal no longer allows the direct creation of tickets. Grrrrrr. ISSUE: It appears that the Update Column API PUT https://api.smartsheet.com/2.0/sheets/{sheetId}/columns/{columnId} fails to work as…
We were using python SDK to access smartsheet API's. Have seen most of the end points getting deprecated and provided new end points. Its providing the request with all params using direct API request in documentation. However no reference provided for using python SDK/other SDK's to access the API. Is Smarthsheet API…