API call to send email notification to Alternative Hosts?

When assigning an alternative host to a meeting within Zoom, the assigned alt hosts are sent an email from Zoom informing them of the assignment, also when they get unassigned as alt hosts.

Updating a meeting via the API and setting the ‘alternative_hosts’ string on the meeting doesn’t trigger any email notifications to users.

Is there a way to trigger these emails being sent to alt hosts via the API or send a custom email to specific emails addresses through Zoom using the API?

Hey @dscott33,

Our Meeting Updated Webhook can help with this. Once a meeting is updated, a payload will be sent to your webhook API endpoint and you can see what was updated in the webhook payload and then trigger a custom notification to your users.

Here are more details on the webhook app type.

Let me know if this helps!