Hey @huetherb,
Few things to double check:
- Your route needs to accept POST requests.
Example in node.js / expressapp.post('/zoom/webhook', function (req, res) { })
- Make sure your url paths match your route
If that still doesn’t work, then please send me the route code and a screenshot of your event subscription settings.
Thanks,
Tommy