I use WebHook in a number of places in our Smartsheet system. In the past after a sheet was saved, WebHooks would fire and be received within a few seconds by my servers. Now I am seeing a consistent …
As of now the data shuttle workflow can only manual trigger in the data shuttle page by clicking on "Run". My idea is to allow user to trigger running a workflow by hyperlink/webhook. So user can add …
I am trying to use the Bridge API Call Utility to create a webhook on a sheet. I then want to use the Bridge Inbound Webhook integration to monitor sheet activity via the webhook and trigger a Bridge …
We use smartsheet webhook functionality through API and are heavily dependent on it. From few weeks we are seeing callbacks are not getting triggered immediately from smartsheet when event change occu…
Hi, Im trying to enable a webhook in python with this code, but Im just having this error : disabledDetails": "Response was missing verification response in both header and body, or body JSON may have…
Hello SS Developers! I am both a formula and API-deficient SS user. I believe my question should be directed toward the API/Developer community, as I asked the AI formula developer tool to create a fo…
Hello, I'm trying to set up Smartsheet's webhook listener using Google Apps Script, but having an issue with the verification step. My code looks as follows: function doPost(e) { var challenge = JSON.…
In the webhook API documentation the subscope attribute is defined as follows. An object that contains an array of column Ids if you want to limit the subscription to a subscope. Specified when a webh…
I thought it might be useful to share a general method I developed to add Functions missing from Smartsheet. This technique makes use of WebHooks & the API. Most important: users can add this to their…
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…