-
"errorCode": 1002, "message": "Your Access Token is invalid." EU
When I tired accessing the sheet, I was getting invalid access token. But after changing the region [EU]. Now I'm able to access the Smartsheet's' data. Code : import smartsheet # Replace with your actual API key and sheet ID api_key = "Your API key" # Ensure this is a valid API key sheet_id = valid sheet ID (num) #…
-
Get Sheet Module with Filter Rows - Smartsheet Bridge
Hi everyone, I'm building a Smartsheet Bridge workflow to get the activated rows from my contact sheet and update another sheet. I'm using the Get Sheet module to retrieve all row details, but it pulls in every row — including the ones I don't need. To solve this, I tried using the JavaScript module to filter the rows, but…
-
Smartsheet Integration with Custom GPT via API: Persistent 'ResponseTooLargeError'
Has anyone encountered a persistent "ResponseTooLargeError" when embedding Smartsheets in a custom ChatGPT via API? I’ve successfully integrated several sheets where GPT actions work well, but a few always return this error. I’ve already implemented pagination and filtered a subset of columns as suggested by ChatGPT, yet…
-
Replace Document Link
We have a large volume of Smartsheets containing links to documents stored in external Document Management system that need to be replaced as we are implementing a new Document Management System. Following a support request to Smartsheet technical support, we understand that there is no product functionality that we can…
-
PHP integration for Smart sheet.
I'd like to be able to collaborate or even open to purchasing of SDK for PHP. Although PHP is not directly supported, one of us has to take an initiative, and wondering if anybody has a starting point, or anything of reasonable value that we can take and move forward? I am open for anything and everything, to help make…
-
Intermittant Smartsheet Login Issues Using Power Automate
We have setup a Power Automate RPA on a dedicated PC to run a series of repetitive steps which are triggered by a new row of data entering one of our smartsheets. The RPA has its own login credentials and access to all related smartsheet workspaces and folders that it needs to process the new entry. Over the last few days,…
-
Webhook for Sheet Creation?
The docs show an example webhook creation request: ``` { "callbackUrl": "https://www.myApp.com/webhooks", "events": [ "." ], "name": "Webhook for Sheet Creation", "version": 1 } ``` This gets you the following error: ``` {'errorCode': 1012, 'message': 'Required object attribute(s) are missing from your request:…
-
Smartsheet + Zoho
I am looking to connect Smartsheet to Zoho using API Integration to get Timesheet data. I understand Zoho provides APIs for this. Has anyone implemented any such solution before? Also, any references or links to technical documentation\ POC\ guide on how to implement custom API integrations from Smartsheet?
-
Receiving "An error has occurred. Please try again." error message.
One of our users encounters an error message when responding to in-sheet conversations after being @mentioned. However, their response is still successfully sent. I’m trying to identify the cause of this error and determine if it impacts other functions as well. Thank You.
-
Extending set of standard functions?
Is there anything in the Smartsheet APIs that would allow a developer to add new functions to the standard set of functions? We'd like to dynamically retrieve data from an external system via user-defined functions, similar to what can be done with another popular spreadsheet app.