-
API call Deprecation
I’m a Smartsheet admin and recently received an email regarding upcoming API deprecations. I want to confirm my understanding that no admin‑level or tenant‑wide action is required, and that any necessary changes would apply only to user‑owned scripts, integrations, or workflows that are directly calling the affected APIs.…
-
Include Project Settings Non-Working Days Data in API
We currently use the API below in an automation that creates a duplicate sheet of a template we created. All of the formatting and data is duplicated using the API, but updated Non-Working Days in the template is not making it's way into the new sheet. Please include support for updated Non-Working Days data to passed via…
-
Return update request URL via Smartsheet API
Update requests can only be accessed via recipients' email. In this community discussion, several use-cases are described in which it would be useful for admins or developers to be able to access the URLs associated with update requests. In my organization, it would be extremely valuable to be able to access update request…
-
Is new python sdk available for new end points
Is new python sdk available for new end points. Is Sunset date moved to Jun-2026
-
API/Add Rows
Is anyone having issues with the add row API function? Seems to be hindering for about an hour now on my end.
-
How to Identify Which Smartsheet API Endpoints Our Organization Is Using?
Hi everyone, I recently received a notice from Smartsheet regarding upcoming API endpoint deprecations and the 90‑day warning period. As a System Admin, I was informed that users in our organization are actively using Smartsheet API tokens, and some older endpoints will be sunset by June 3, 2026. Before we make any…
-
Why can't I enforce MFA on our org/team accounts
Hi, I have two situations: My admin account which I am using for this question does not have any MFA tab able to enable 2FA. I only have Authentication section on the Admin Center which is not helpful either. 2FA does not exist as well on my teams individual accounts which means we can't enforce any 2FA. Does this have to…
-
Add row with multiple values in cell using c# sdk
One of columns has 'Contact List' type with checked 'Allow multiple contacts per cell' see example. I tried to add row using smartsheet-csharp-sdk(v2.3). Cell object: new Cell { ColumnId = 111111, Value = "Test@test.com", Strict = false } and I got the next error: { "errorCode": 1235, "message": "Value is not supported for…
-
Cloning a column within a sheet
Has the cloning of a column within the same sheet feature been developed? I saw the discussion back in 2016. Thanks Christi
-
Smartsheet Admin Analytics & Governance Automation
Over the past few weeks, I’ve been building an internal Admin Governance & Automation Framework for our Smartsheet environment — focused on visibility, auditability, and operational efficiency. Manual tracking simply doesn’t scale. So, I designed and implemented a modular, API-driven crawler framework that programmatically…