API Endpoint(s) and/or Zoom API Event(s) Webinar user joined / user left event + Meeting user joined event webhooks
Description I’m not receiving webhook events from zoom to my server. I was testing webhooks for past weeks and this is the first time it’s happening.
Error? No error.
How To Reproduce Steps to reproduce the behavior: 1. Create app 2. Add events and validate endpoint 3. Activate app and notice you’re not receiving events
Meeting → Participant joined meeting before host
Meeting → End Meeting
Webinar → Participant/Host joined webinar
Webinar → Participant/Host left webinar
There are several possible reasons why you may not be receiving webhook events on your server. Here are a few things you can check to troubleshoot the issue:
Verify that your server is configured correctly to receive and process incoming webhooks. This includes making sure that the endpoint you’ve specified for the webhook is correct, that it is publicly accessible, and that the server is running and listening for incoming connections.
Check the logs on your server to see if there are any errors or messages related to the webhooks. If you are seeing any issues in the logs, they may indicate the cause of the problem.
Verify that the webhook events are being sent correctly from the sender. The sender may be experiencing issues or the webhook settings may not be configured correctly. Confirm that the events are being sent to the correct endpoint, using the correct payload format, and that the server providing the webhook is configured correctly and working properly.
Verify that the correct events are being sent to the correct endpoint. Make sure that the events are the ones that you expect to receive, and that they are being sent to the correct webhook endpoint URL.
I have validated the URL and also added the URL to the whitelist. NGROK is up but still, I am not getting any events. I can see the call_logs from API but not getting any phone event in webhook.