Webhooks not triggering my callback - Ideas?

Hey @huetherb,

Few things to double check:

  1. Your route needs to accept POST requests.
    Example in node.js / express
    app.post('/zoom/webhook', function (req, res) {
    
    })
    
  2. Make sure your url paths match your route

14%20PM

If that still doesn’t work, then please send me the route code and a screenshot of your event subscription settings.

Thanks,
Tommy