API to notify me when someone joins one of my zoom users waiting room

I want to be able to trigger a notification to slack whenever someone joins one of my users on my zoom accounts waiting room. Since zoom sends an email when someone joins the waiting room this should be very simple but I dont see this as a trigger in zapier

Hi @andy3, you can use the webhook event, meeting.participant_joined_waiting_room (documentation), to get a notification for this exact event.

You should be able to setup a Zapier endpoint that listens for this event, if it isn’t listed directly. If that’s the case, you’d just need to add the event to an app on your account, or setup a new webhook-only app.

Here’s documentation on getting set up with webhooks:

Here’s a sample app:

Our Developer Blog also has a few guides: Zoom Developer Blog