-
Enable Webhook Responds 404 Not Found
Hi Guys, I am new to creating webhooks so I apologize if this is something simple. I am using C# to register my webhook with the api. That works as intended. Then, I am calling all of the webhooks for the sheet using `SheetResources.ListSheets(null, null, null)` which also returns the list of webhooks fine. Then I am…
-
"errorCode": 1002, "message": "Your Access Token is invalid."
Hi I have problem with API key. I have tried PHP and Python code's but every time I get same error. I want to get sheet row ID's. This is my PHP code: <?php $apiKey = "API_KEY"; // in my code I replace it with real API key $sheetID = 4969625754404740; $apiUrl = "https://api.smartsheet.com/2.0/sheets/$sheetID"; $ch =…
-
Desktop version on a tablet?
We recently bought some cell enabled tablets for our field workers but we can only seem to access the mobile version on the tablets (which is much slower when trying to use it in a desktop manner). We tried opening chrome and going to app.smartsheet.com but it doesn't look the same its like a mobile web version and not the…
-
Suggestion for API/workarounds/Add-Ons to copy a large folder/folder size limitations?
I am trying to copy a Folder and stumbled into the 100 Item copy maximum (uhh....there are so many size limitations using this platform). I reduced the # of items in the Folder to 59. When I am trying to copy it, it's timing out each time. I have tried over a couple of days to make sure there wasn't a server issue, but no…
-
How Can I store in a pandas´s df the a webhook´s results
Hi, I Could Connected a webhook that I Created and Enabled in python, and Im using aws lambda with the url callback made in aws api gateawa. Wich is all well connected. But as far as I Know, the the event triggered by the webhook just contains the column id and the row id but not the modified value of the cell. So I got…
-
How do I create a sheet that will open specific fields with a QR code?
I am needing to create a sheet that will allow multiple QR codes to scan and input data, such as employee name and what specific tool they are signing out for the day. The process I am looking for would be: the employee scans their unique QR code at the start of shift, then scans the QR code on the tools they need for that…
-
API error 1008
I'm receiving this error when creating a new subrow using this API https://api.smartsheet.com/2.0/sheets/{MySheetId}/rows { "refId": "98a680f9-09b4-4703-894b-98d30a5ab2f9", "errorCode": 1008, "message": "Unable to parse request." } This request was working previously, here is the JSON body that is being sent: [ { "cells":…
-
API - getAutomationRules - No Data returned
I'm using Postman to get AutomationRules, but the data returned is blank. Anyone experiencing the same? The sheetId is correct and has automations.
-
Power Automate - Cloud Connection to MySQL
Is there a way to establish a connection to a MySQL instance running in the cloud from a Cloud Flow in Power Automate?
-
Bridge - new Call API
Hello Bridge Community @Genevieve P. @Brian_Richardson ... HELP! I'm trying to convert my HTTPS call workflow to the new Call API. It's a pretty simple workflow that adds emails to a Smartsheet Group. I (thought I) followed the instructions that were sent out, but I'm getting this error: I set up my profile: And the Call…