I just took a look at Google Cloud Scheduler which appears to be a free Google service that will run scheduled jobs. This might be a good place for people to run API commands who don't have access to a local system.
/marc
I set up a job to sort a sheet and it works. So every 20 minutes the sheet gets sorted.
Our Smartsheet integration has occasional need to create a webhook before it knows the ultimate URL for the callback. For several years, we have done this by supplying a dummy URL to the CreateWebhook (POST /webhooks) API and then before we verify that webhook, we update the URL with the POST /webhooks API and set it to…
I've tried using the C# SDK and directly to the API. In both cases the get specifies include=crossSheetReferences when getting the sheet. The Rows are returned and the Cells contain the correct data but in each case the linksOutToCells is null. What am I missing?
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?