Using this template helps us debug your issues more effectively 
Description
I am updating a meeting through the API, if a user is changing the name or date of a meeting through a linked event management system. I canāt figure out how to trigger a āmeeting updatedā reminder email to existing registrants when the update occurs through the API. When in the Zoom interface, if I edit an existing meeting that has registrants, I get a dialog box with āNotify registrants about changes to this meetingā checked by default. However when I make the same update through the API, I canāt find a query parameter or setting to default-send the notification email. When I test the update through the API it does not trigger the email, even when Iām making critical changes to the meeting that registrants need to know about, such as a date change.
I see that the DELETE /meetings/{meetingId} endpoint has a query parameter cancel_meeting_reminder, but nothing similar for PATCH /meetings/{meetingId}. Is there a way to achieve this?
Which Endpoint/s?
[patch] /meetings/{meetingId}
Hi @sharoniab,
Thanks for reaching out about this. I believe that if the following field is set to true for a meeting scheduled via API, an email should go out for updates as well:

Are you seeing otherwise on your end? Let me know and Iāll be happy to further assist.
Thanks!
Will
Hi @will.zoom, thanks for your reply.
The meeting already had this field set to true during setup:
āregistrants_confirmation_emailā: true
But I donāt know if there is any field specific to an āupdate emailā to registrants. I tested again and noted that for an individual meeting, the email was sent on update. It was for a recurring meeting where I updated one of the occurrences via the API, that did NOT send an email update to registrants for either the recurrence or the overall series. That recurring meeting also had āregistrants_confirmation_emailā: true.
Hi @sharoniab,
Thank you for confirmingāI just sent you a private message for some more details so that I can look into this further for you.
Thanks,
Will
Hi @sharoniab,
Thank you for sharing that with me.
In doing some further testing from my end, I can confirm Iām experiencing the same behavior when updating a single occurrence of a recurring meeting with registration required and confirmation email settings set to true.
Iāve gone ahead and raised this with our Engineering team, as I can definitely appreciate the concern youāve raised here (ZOOM-292397).
I will follow up here with updates as I have them.
Thanks!
Will
Thanks Will, appreciate it.
No problem, @sharoniab ā I hope to be in touch about this shortly.
Best,
Will