Hi all! I'm trying to create a webhook subscription to listen for changes in the CRM product object schema (type 0–7).
Specifically, I want to monitor changes to the field options of certain properties that use the Multiple Checkboxes field type. The goal is to detect when a CRM user adds a new option to one of these properties and then automatically sync that property option to an external database.
I thought webhook events could be triggered by schema changes, but I couldn’t find any relevant documentation when I looked today.
I'm only seeing property value changes to CRM object records, not to the object definition. Does this kind of webhook event exist?