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
Is anyone else having an issue using the mobile app? I have an employee that is unable to use the iphone app. When logging in, it just keeps going back to the log in screen.
With the deprecation of the GET /folders/personal endpoint, is there any way to list sheets that are shared without having to first list all sheets, and then find if they are inside of a workspace ?
We're building an integration between Bridge and an external HCM/payroll API. The third-party system requires strict IP-based allow listing for any external connections and cannot accept DNS records or hostnames as a substitute. The challenge: Smartsheet's documentation only references webhooks.smartsheet.com for inbound…