Sign in to join the conversation:
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 Smartsheet Team, Thank you for the notification regarding the upcoming API changes. We primarily use the Smartsheet API through third-party integration platforms (Zapier and Domo) rather than custom-built solutions. I would like to clarify the following points: Will Zapier and Domo automatically handle the API…
Hi Everyone, I have a Console Application that was developed using .NET Core 3.1 and Smartsheet SDK version 2.126.0. The application currently uses the following endpoints, which are scheduled to be deprecated in early 2026: GET /workspaces/{workspaceId}/folders GET /workspaces GET /workspaces/{workspaceId} GET…
Hi, Zapier Integrations team here. We are experiencing users reporting being unable to set up a webhook subscription to Smartsheet when a POST request is made to https://api.smartsheet.com/2.0/webhooks Response received { "errorCode": 1008, "message": "Unable to parse request. The following error occurred: Field 'name'…