Hello,
I set up a “Webhook Only App”, and even with everything validated, with all permissions, app activated, I am the account owner. I simply do not receive any events. I have already set test Endpoints as SVIX, I also used my own endpoint wich make only a LOGFILE, and the validation for both occurs OK, it seems that Zoom is not really even trying to consume the endpoint, since the LOG of the App in the App Marketplace is always empty. Is there any step or procedure that I may have forgotten? I made it before, with no problem.
Thank you
@Panaftosa Hi,
It sounds like you’ve covered the basics, but just to ensure everything is properly set up, I’d recommend verifying the webhook on your localhost first. You can use an ngrok tunnel to expose your local endpoint and check if Zoom is sending events to your server correctly. This can help confirm that the webhook setup works as expected before moving to production.
Once you’ve verified the webhook locally and everything is working, you can proceed with moving it to production. If the problem occurs in production, make sure to check the following:
- CORS Issues: Ensure your endpoint is correctly configured to handle cross-origin requests from Zoom.
- SSL: Zoom requires a valid SSL certificate for the webhook endpoint. Verify that the certificate is properly set up and that the endpoint is accessible via HTTPS.
- Endpoint Accessibility: Double-check that your production endpoint is publicly accessible to Zoom’s servers and that no firewalls or network settings are blocking incoming requests.
Let me know how it goes!
1 Like
Hi Naeem,
Thank you very much for your reply. But it seems that the problem was in Zoom itself, because now the events started working without me even having opened the code… Anyway, thank you very much.
1 Like