In here we’re trying to build custom (and dynamic) webhook subscription for an automation use-case.
The question is simple : through the interface, I’m able to subscribe to
- A specific column “Any value change”
- A specific status-column “Specific value change”
I can successfully replicate the former (“Any value”) by API with the change_specific_column_value
on create_webhook
mutation.
I can’t find anywhere a way to replicate the last (“Specific value”) by API…
Is this even possible ?
Thank you 🙂