-
Connect any MCP-compliant AI tool to your Smartsheet data with the new MCP Server
March 24, 2026 The Smartsheet MCP Server is now generally available — and we're excited to see what you build with it. If you've ever wanted to ask an AI tool a question about your live Smartsheet data and get an intelligent answer back, that's exactly what this enables. The MCP Server is an open integration layer built on…
-
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…
-
Image upload to multiple cells through API integration
Hi everyone 👋 I developed a Python-based application that enables uploading images directly to cells (instead of row attachments), allowing for more structured and visually organized data within sheets. Key highlights: Upload images directly to specific cells Built using Python and Smartsheet API Designed for structured,…
-
Help creating Python script to Copy Cell Refence from one sheet to multiple sheets (Sheet IDs) in a text file
I need help copying Customer_ID sheet reference from Sheet A to multiple sheets, Sheets B-Z. Im thinking of using Site IDs stored in text file as my target. I've done similar task (Copying rows using sheet ID to multiple sheets in a text file), but couldnt figure this one out. For context, Im just using Smartsheets AI in…
-
Fix API documentation for "Alternate Email addresses" and improve Bad Error Messages
I had Technical Support Case #09045069 in relation to this issue. I was told to get the API documents corrected, I needed to post to here. Update API Documentation Some (all?) of the API calls related to Alternate Email Addresses require both an Enterprise Account and to be manually activated by Smartsheet Support. The API…
-
Multi Year Metric Dashboards
I am looking for some examples and advice on how some of you have set up multiyear metrics. One example of what I am currently working on: I have Behavioral health completing surveys where a lot of the questions are an best to least answer or 1-5 value to choose. They currently track quarterly and by year for metrics. So…
-
Inquiry on Smartsheet API update Requirements by this June 3rd.
As per the mail sent by Smartsheet team (June 3rd Deprecation), we verified that below API end points were not the part of the provided deprecated APIs. But cross verifying again, please help us to verify the impact of the below end points. a.Get Sheet – GET /sheets/{sheetId} b.Rename Sheet- PUT /sheets/{sheetId} c.Copy…
-
Can the creation of timelines (from templates) be automated?
Hi - my organization has been using Smartsheet for several years and we're looking to automate wherever possible for consistency and efficiency. Whenever a new project starts, the PMO creates a timeline (save as new) from a template that's specific for that project type. The PMO manually updates the default value in a few…
-
Sunset copy-related query parameters for Create folder and Create workspace API endpoints
March 10, 2026 If you've been using the Create folder or Create workspace API endpoints to copy resources, it's time to switch to the dedicated Copy folder and Copy workspace endpoints. We sunset the copy-related parameters (include, exclude, skipRemap) on the Create endpoints because having separate, purpose-built Copy…
-
New regression : column names bein trimmed by the api
I've a sheets where the columns names are the following (without the quotes) : "Expiration Date " "Expiration Date " So, the first one has a space at the end and the second one hasn't. Previously that was supported by smartsheet API AND the user interface, although it's not possible anymore. What's funny : Most features on…