-
New Learning Series: "Mastering Smartsheet API" β Part 2 is live
Hey dev friends, Part 2 of Mastering Smartsheet API is live: "The Smartsheet Data Model: What Every Developer Needs to Know." You sync 500 rows. The API returns 200 on every request. No errors. You open the sheet and half the Status values are blank. The cause: string values written to a PICKLIST column that didn't exactlyβ¦
-
Action Required: Migrate from includeAll by June 3rd
Hi dev friends, Heads up β the includeAll query parameter is being sunset on June 3rd for list operations on workspaces, folders, shares, and more. This affects both direct API calls and all Smartsheet SDKs (Python, Java, C#, Node.js, Ruby). Check the Changelog for the full list of affected endpoints and migration guides ββ¦
-
Reports API: Full CRUD Support Now Available
You can now create, read, update, and delete reports programmatically via the Smartsheet API. Reports are no longer UI-only β they're a first-class API resource, just like sheets. What's new The Reports API now supports the full object lifecycle: Create reports from API calls β no more manual setup in the UI Read reportβ¦
-
MCP NEW: CLI Power Tools Is Growing β Daily Cadence Pack Now Available
Hey dev friends, If you missed it last week β we open-sourced a growing library of Claude Code agents built against the Smartsheet MCP server, called CLI Power Tools. Each agent is a single-purpose tool you can run from your terminal to read, analyze, or draft content from your Smartsheet data. No UI, no manual copy-paste,β¦
-
MCP NEW: Introducing CLI Power Tools: Open-source Claude Code agents that turn Smartsheet depth into your AI advantage
Today we're releasing CLI Power Tools β a free, open-source pack of three Claude Code agents purpose-built against the Smartsheet MCP Server. They install in 60 seconds, run in the terminal or from the Code Tab in Claude Desktop, and turn three of the most time-consuming project management tasks into conversationalβ¦
-
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β¦
-
Internal Server Error w/ API PowerBI connection.
I am running into an error when connecting Smartsheet to Power BI (Power Query). I am trying to refresh my PBIX file, but I run into the following error when trying to connect my Smartsheets: The issue randomly started today. No new data and/or transformations have been used on the existing data.
-
How do I uncheck a checkbox summary field using the Smartsheet API?
My code currently inadvertently changes the checked checkbox to 0, so it is changes the column type property to text/numeric. How can I clear the checkbox and have it remain a checkbox? I am using C#.
-
Bridge + Third-Party API: Anyone successfully configured IP allow listing for outbound calls?
We're building an integration between Bridge and an external HCM/payroll API. The third-party system requires strict IP-based allow listing for any external connections and cannot accept DNS records or hostnames as a substitute. The challenge: Smartsheet's documentation only references webhooks.smartsheet.com for inboundβ¦
-
GOV platform and the API deprecations
Hi everyone. I have a question about how the deprecated API endpoints are going to be replaced in the GOV platform. 1)Β Will the GOV platform be affected by the June API deprecations? 2) If so, when will the replacement endpoints be deployed , as currently /children isn't working. Same about the new pagination system andβ¦
-
Access to OAuth App
If we move away from the Smartsheet Teams plan, will we still have access to our OAuth app?
-
Internal 500 Error
I am trying to connect via API to the shared sheet which I have access to edit. I get this error. Yesterday it was working fine, today I started to get this error. Please help asap. "HTTPError: 500 Server Error: Internal Server Error for url: https://api.smartsheet.com/2.0/sheets/β¦"
-
Monday.com integration with smartsheet
It would be nice if someone could guide me on how Monday.com can be integrated with a smart sheet, as we manually enter data in both platforms.
-
upstream connect error
Hi, has anyone received this or similar error yesterday? upstream connect error or disconnect/reset before headers. reset reason: connection termination I got it once but haven't since, I suppose this is something coming from the smartsheet's api's end?
-
Some APIs not working?
Some of the APIs inexplicably don't seem to be working. For instance, I can make a request to the Get sheet endpoint fine, but when I try to List columns with the exact same variables I get a 404 Not Found response (see attached screenshots). Have encountered this with several other endpoints (for instance, Attach file orβ¦