-
Can't get a simple API request to work ("An unexpected error has occurred.")
I would like to start working with the SmartSheet API, but I'm having difficulty getting even simple requests to work. Having generated an API token, if I try: curl -i -H "Authorization: Bearer $SMARTSHEET_API_TOKEN" https://api.smartsheet.com/2.0/sheets/ I get: HTTP/2 500 date: Tue, 05 Aug 2025 14:21:24 GMT content-type:…
-
Merged: Copy Collections
This discussion has been merged.
-
Copy Automation Workflows
When copying a workspace via API, I would like it to copy the automation workflows for each sheet, as it does when copying in the UI.
-
Fetching comments from a Smartsheet : Getting Error
unction comments() { const apiKey = 'API KEY'; // Your Smartsheet API token const sheetId = 'SHEET ID'; // Your Smartsheet sheet ID const baseOptions = { method: 'GET', headers: { 'Authorization': 'Bearer ' + apiKey }, muteHttpExceptions: true // Allows us to inspect error responses }; let allComments = []; // Array to…
-
Maps & Hyperlinks
I know that the smartsheet charts app is still in production, but is it possible to have sheet containing North American states and hyperlinks, then using the 'map' chart, click on a particular state and then it will take you to that hyperlink?
-
API errors intermittently but often
We use different providers like Make, Zapier and Appsheet etc that connect with smartsheet, but lately we are getting SO many errors, from connection errors to 'Unable to update row in table unexpected error', 'the service is currently unavailable please try again later', 'table is not accessible please try again later,…
-
How do I programmatically update Start Date, End Date, Duration and Allocation %?
Hello everyone, I am working with the python smartsheet SDK, and I am experimenting with a smartsheet connected to Resource Management, which comes with a number of default columns - few of them are Start Date, End Date, Duration and Allocation %. I see in the Python API documentation that these 4 columns are not allowed…
-
Smartsheet API to integrate Planview
I want to use Smartsheet API to integrate Planview. How to run these API's and connect to Planview. Whether these API's are to be executed using any third party tool like PostMan
-
Smartsheet webhook API traffic changes
July 25, 2025 We consolidated all Smartsheet API webhook traffic behind a single domain: webhooks.smartsheet.com. This simplifies firewall management for customers and enhances security by eliminating the need to manage multiple Smartsheet IP addresses. Note: On Jun 11, 2025, we sent an advanced notice email to SysAdmins…
-
Using both 5 day workweeks and 7 day workweeks in one sheet?
Has anyone had any luck with utilizing both workweeks in one sheet? I have some tasks that need to include weekends, but others that can only be strictly worked on during the workweek. The dependencies remove any logic that I try to apply beforehand.