Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-07-03 05:27 AM
Hello,
I am tasked by my manager to create a system that will allow to notify a user that a zoom meeting is about to start (or starting) using an external light and vibrating system.
Is there a way to query the zoom application to know that a meeting is about to start (or starting)?
Thanks,
Cyrille
2024-07-03 03:54 PM
@brebisson - there is a webhook in the marketplace that indicates when meetings are starting. If you want to proactively query to find meetings that are about to start (or started), you would have to query by user to get a list of their meetings and determine the start time for each of them.
It is important to note that the webhook tells you when a host actually starts a meeting, and the API tells you when the meeting is scheduled to start, but may not be actually started. I am not sure what the purpose of this is, but if you are just trying to let users know if they are supposed to be in meetings (or others that they are in meetings), you may want to explore products such as the Kuando Busylight that changes color based on your Zoom presence.
2024-07-03 06:14 PM
Correct, this can be easily accomplished using webhooks and APIs. If you are not a developer there is a marketplace app, Salepager, that can trigger a notification when a meeting starts that can connect to an external system.
2024-07-04 09:49 PM
Hello,
I am a developer and I indeed need to make something like the busylight...
Can you please point me to the zoom API documentation?
Thanks,
Cyrille
2024-07-05 06:08 AM
I included my link to the specific webhook above. For all of the API documentation, you can go here.