Why are there no webhooks for custom fields?
I need to know when there have been changes to the custom fields. Currently I need to poll dealFields (most of our custom Fields are used by deals) to see changes, but a webhook would be much more optimal.
In our integration some of our Custom Fields creates objects in other systems. Eg say a custom enum Field gets a new item => trigger creating a new object in the other so the reference also exist there.
Right now we need to poll these fields to see if any new (or updated) fields exist and then reflect that in the other systems. It works if the field is used in say a deal. Then the deal webhook will reference an “unknown” field and can trigger a say “update existing dealFields” call. This is “OK” but not optimal. Most importantly, it do not encourage a bidirectional approach where the subsystem updates a deal with this new dealField - since it is not yet aware such exist. It may also be out of sync.
So, will v2 have webhooks for custom Fields changes or will I need to continue polling periodically?