Smartsheet API Webhook options

McMinski
McMinski
edited 12/09/19 in API & Developers

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? 

Comments

  • Zack S
    Zack S Employee

    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