-
How does giving query parameter "FilterId" filter the Get Sheet API response? I see no difference.
I am trying to give a particular filterId with a valid value of a manually created filter on a sheet, but the response however remains the same with and without this filter. On the UI of the sheet, filtration works exactly fine but I do not see the API response getting filtered out. Am I missing out on something? Do I need…
-
Smartsheet Bridge/JavaScript functionality
Hi everyone! I'm trying to set up some automations through Smartsheet Bridge, but I'm running up against some possible limitations in the system and wanted to check with the community to see if there might be some workarounds. Does anyone know if it's possible to do one or both of the following: Access Smartsheet…
-
Poll Folder for Changes
Microsoft Power Automate has a built-in function which allows you to automatically trigger a workflow whenever ANY sheet is updated in a folder (or across the entire account). Does anyone who what specific API call this function is making?
-
Can I automate emailing attachments?
I have an approval automation set up but it does not send the actual attachments when "alerting someone." Is it possible to create an automation that emails the files that have been added to rows? If not, has anyone found a workaround? I've seen others post the same problem, but I haven't found a solution yet. Thanks!
-
How can I add multiple App redirect URL within App Profile in Smartsheet?
I need to add more than 1 app redirect URL within a single app profile, I am unable to do so. Is there any way to achieve this? Please help with this. Thanks in advance.
-
Resource Management API Errors - Update User Custom Field
I have been getting receiving error messages when trying to update the custom field values for any user. Issue: When attempting to update a user’s custom field value, the response is a HTTP 500 Response Code. Steps Taken: Ensured auth header is correct. Reviewed the following the documentation,…
-
Does anyone have experience with handling JWT data with Bridge?
We're using Google PubSub service to receive updates notifications and they come with JWT encoding in the web hook endpoint. Does anyone have managed to decode JWT payload in Bridge since we cannot run libraries in Bridge and there's no working Javascript to decode it. Thanks!
-
SOLVED API - Finding a user using the email address not the {userId}
Good day, SOLVED! users?email= I have read the API documentation and see that you can query users using the identity {userId}. This of course assumes that you know what the {userId} for a particular user is which is rarely the case as this is generated by SmartSheet and not by the corporation using SmartSheet. The…
-
How to avoid webhook triggering from cell format updates???
I'm using make.com to do some automations when certain columns in a row are updated. Works great until someone re-aligns the columns and updates 1500 cells at once, sending my webhook 1500 requests. I can filter them out by detecting the actual data cell history, but it still uses 3000 operations for no reason and ties up…
-
Smartsheet API Add attachment to Sheet using Powershell
I am building a Powershell module. Yes I know there is the C# SDK but I do not want that as a dependency for this Module. I am struggling with this API Call: Attach File or URL to Sheet This is my code: $BaseURI = "https://api.smartsheet.com/2.0" $Id = {smartsheet id} $filename = "MyDoc.docx" $mimetype =…