Join / leave notification

Is it somehow possible to get notification on sms or email, when someone join or leave meeting?
tnx

@borut ,

Welcome to the Zoom Developer Forum. Yes, it is possible to get a notification by sms or email, when someone joins or leaves the meeting. To achieve this you would want to build an event-driven application using Zoom Webhooks events. Here are the events you want to use:

meeting.participant_joined

https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#operation/meeting.participant_joined

meeting.participant_left

https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#operation/meeting.participant_left

Using webhooks

https://marketplace.zoom.us/docs/api-reference/webhook-reference/

All Meeting webhooks events

https://marketplace.zoom.us/docs/api-reference/zoom-api/events/#tag/meeting

This topic was automatically closed 368 days after the last reply. New replies are no longer allowed.