Description
I am creating a zoom app with an event subscription so that our endpoint receives webhook notifications for the following events: meeting.updated, meeting.created, and meeting.deleted.
Our endpoint receives notifications from the zoom webhook when the user:
- Updates non recurring meetings
- Updates an entire set of recurring meetings
- Updates a single occurrence of a recurring meeting
Our endpoint does not recieve notifications from the zoom webhook when the user:
- Updating “this and following” meetings
Error?
No update notification from zoom webhook
How To Reproduce
- Create zoom application with an event subscription webhook with the events:
meeting.updated,meeting.created, andmeeting.deleted - Connect the webhook with your endpoint to recieve notifications from zoom
- Create daily recurring meetings that end after 7 occurrences
- Go to the second occurrence of those meetings and edit the start and end times for “this and following” meetings
- No update notification sent from zoom webhook