Connect with peers, share your expertise, and inspire what’s next in Smartsheet — from proven practices to practical how-to insights from fellow users and product experts.
Sign in to join the conversation:
Recently I created a nice working webhook with "scope" : "sheet" and "events" ["*.*"].
But I discovered that I only need the updates on a specific column. Unfortunately "scope": "column" doesnt work.
Are these options hidden in the documentation?
Hello,
Currently, webhooks are only able to alert you when anything on the sheet changes, and not when a specific type of change occurs. However you can build login into your system checking the webhooks to analyze the webhook and see if the change includes the specific column you are looking for. You can then only action on instances that include a change to that column.
-Zack
Hi Zack,
thanks for the clarification!
Best regards
I tried using the product feedback form but it kept failing so I'm posting here instead. It's possible this is user error but I hope not for my ego's sake :). After the APIs were recently updated, my GET /users API call is only able to return a result of 2000 records in an array per page when I use pageSize as the…
Goal: Power Automate to update SmartSheet Row with "In Revision" Status when selecting "Reject" for my "Wait and Approve" workflow I have a Power Automate approval workflow that is triggered when a Smartsheet row is updated. The approval process works correctly, but I'm trying to handle the Rejected outcome. When an…
Receiving this error every time I try to save a change to a single sheet or access the Automation menu. All other sheets are working correctly. I've tried multiple browsers, clearing my cache, restarting the computer and checking for Smartsheet outages. While I'm actively working on developing the sheet further, there are…