I finally have a functional, though not complete, applet taking Zoom webhook events and posting them in our messaging application for our organization. What I notice is that when Zoom Room events were updated (intelligent camera) the webhook returned a setting change listing password security setting configurations and not anything related to the actual change. Is this the default fallback for any settings that aren’t available to be sent out via webhook event subscriptions?
I also notice in the webhook api for webinar.alerts: https://marketplace.zoom.us/docs/api-reference/webhook-reference/webinar-events/webinar-alert the schema describes type as having values 1,2,3, or 8. This seems to be a typo, as potentially “8” should be “9” matching webinar.created webhook and what is actually returned by the webhook.
I was also wondering if the text format of the webhook subscription at status.zoom.us the same as the Zoom webhook API?