I noticed a new(?) eventType for the create_webhook API call: change_specific_column_value. From the name I expect this webhook fires when a specific column changes 🙂 .
I also noticed a (not very well documented) config (JSON) argument to the create_webhook call which probably needs to have the specifics for the column to watch for.
My question is: how should the config argument look like to be able to setup a webhook through the API that only fires when a specific column changes.
@dipro, @AlexSavchuk, can one of you shine a light here?