How can I get a notification whenever a user creates a meeting?

Description

I want to get a notification whenever a user on my account creates a meeting. I followed the instructions here (https://marketplace.zoom.us/docs/api-reference/webhook-reference/meeting-events/meeting-created), but I got the notifications only created by the admin.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Webhook

Hi @quranonlinemessage

Thanks for reaching out to the Zoom Developer Forum, I am happy to help here!
There are some steps that might help you to debug your issue:

  1. Send a post request to your Endpoint URL, if you do not receive this event then you will have to check your Endpoint
  2. If you DO RECEIVE the post request, but not the Zoom events, try replacing your endpoint with a test endpoint of your preference (such as webhook.site).
  3. If you receive events and Zoom events in this test endpoint, please check that your Endpoint URL is working properly.

Thanks
Elisa

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