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 want to connect Zapier with my smartsheet account to run some automations an online lead generation bot to be exact Zapier support team has given the following info: Currently it is not possible to connect to the smartsheet.eu with Zapier the limitation is imposed based on compliance with Smartsheet; we cannot confirm…
I am attempting to use the Python example for Listing Folder Children from the API Reference Docs. No matter what I do I get the following error message: {'errorCode': 1006, 'message': 'Not Found', 'refId': 'qgsta7'} =======CODE======= import requests import os from dotenv import load_dotenv from dotenv import…
Hi all. Just started work on the pending API deprecations and after changing my Maven Test POM to specify the 3.10.0 library (and only this library as a dependency I'm getting the error thrown (see attachment). Do I need to specify transient dependencies explicitly? Thanks, Todd.…