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
Hello, I am unsure of the feasibility of this goal but am hoping someone could provide some insight. Within my organization we have the following structure Workspace → Workspace → Folder. Within this folder we have additional folders that are added through an API integration we have setup. I am hoping we would be able to…
Hi, I have a large Smartsheet, I want to generate a row report that reduces information displayed down to a specific group. For that Row Report, if I were to generate an API token and share it to a third party, will that third part have access to the information on the original 'Grid' sheet, or will it be reduced to what…
Up until last week, the totalPages and totalCount parameters functioned as expected when performing a simple GET call to /sheets. If there were 150 sheets, then it would show "totalPages": 2, "totalCount": 150. As of Friday of last week, it seems like it is showing "totalPages": 1, "totalCount": 100 any time there are more…