When a booking is made through Zoom Scheduler, it correctly triggers the meeting.created webhook. However, the webhook payload only includes basic meeting information (meeting ID, topic, time, invitee email) but does NOT include:
-
Custom questions and answers collected during the Scheduler booking process
-
Any Scheduler-specific booking metadata
This creates a significant gap for integrations that need to correlate Scheduler bookings with external systems (CRM, ticketing systems, etc.).
None of the 3 fields are unique enough to tie the scheduler booking back to the CRM (Salesforce in my case)
Am I missing a webhook event metadata that would possibly have a specific way to pass some prefilled information back in the webhook?