-
Batch add/update time entries?
We are trying to update all users’ timesheets programmatically, which will involve tens of thousands of records in total. According to the Resource Management API documentation, time entries can only be updated one at a time. Is there a way to batch update multiple records at once? If I’m not mistaken, the API rate limit…
-
Formal Complaint and Escalation – Discriminatory Lack of RTL Support
Dear Smartsheet Management Team, I am writing to formally escalate a serious issue regarding Smartsheet’s lack of proper RTL (right-to-left) support, specifically in core products such as Document Builder. We are a paying customer, licensed and billed exactly like any other Smartsheet customer. There is no reasonable…
-
Bridge Workflow Export
I have just recently found use cases where I needed Bridge. I created a sheet with unpivotted data. I have a love/hate relationship with the tool for now. I really like flexibility and power, what I don't like is how difficult it is to troubleshoot and in some ways manage the workflows. Seems to be some sensitive points…
-
Unable to connect to Smart sheet API using the Python sdk
raise HttpError(rex, "SSL handshake error, old CA bundle or old OpenSSL?") from rex smartsheet.exceptions.HttpError: (SSLError(MaxRetryError("HTTPSConnectionPool(host='api.smartsheet.com', port=443): Max retries exceeded with url: /2.0/sheets (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED]…
-
Getting Blank Rows While Inserting Data directly using Python
Hi Guys I have created a code which will push the latest ticket from ServiceNow Platform into Smartsheet using the Smartsheet API. I am trying to use the POST method to push the row to Smartsheet but due to some reasons it is not getting inserted even if in the activity log it keeps showing as row inserted. When I tried to…
-
Smartsheet to Oracle Enterprise Data Quality - OAuth2 Client Credentials
Hello Everyone- I am attempting to connect Smartsheet to Oracle's EDQ and keep running into the error "Process Failed: Network error OAuth2: error in access token request: Tried all" 6 addresses, but could not connect over HTTPS to server: api.smartsheet.com port:443 (Code 320,003)" I have tried different combinations of…
-
FolderResources.GetFolderChildren isn't returning the createdAt and modifiedAt for sheets
The new version of the api (FolderResources.GetFolderChildren) isn't returning correctly the createdAt and modifiedAt fields for sheets. As an examplle the following call isn't returing the fields correctly : SmartsheetClient.FolderResources.GetFolderChildren(9999, null, null, null, null, null, null); Can someone raise…
-
Question regarding API deprecation impact on Zapier and Domo integrations
Hello Smartsheet Team, Thank you for the notification regarding the upcoming API changes. We primarily use the Smartsheet API through third-party integration platforms (Zapier and Domo) rather than custom-built solutions. I would like to clarify the following points: Will Zapier and Domo automatically handle the API…
-
How to access the new end points via SDK
We were using python SDK to access smartsheet API's. Have seen most of the end points getting deprecated and provided new end points. Its providing the request with all params using direct API request in documentation. However no reference provided for using python SDK/other SDK's to access the API. Is Smarthsheet API…
-
Which .NET Version and Smartsheet SDK Should I Upgrade To for 2026 Endpoint Deprecations?
Hi Everyone, I have a Console Application that was developed using .NET Core 3.1 and Smartsheet SDK version 2.126.0. The application currently uses the following endpoints, which are scheduled to be deprecated in early 2026: GET /workspaces/{workspaceId}/folders GET /workspaces GET /workspaces/{workspaceId} GET…