All Webhooks Getting Called On A Single Event

I’m subscribing to different events that point to different webhooks in my API but when one action is taken, all the webhooks are fired which is causing unnecessary load on my web server.

For example, I have just the Meeting Created event pointing to one api endpoint and then just the Meeting Updated event pointing towards another endpoint but when I update a meeting time both are getting called:
2020-04-14 15:53:04.440 +00:00 [INF] HTTP POST /api/zoomwebhooks/meetingcreated
2020-04-14 15:53:04.462 +00:00 [INF] HTTP POST /api/zoomwebhooks/meetingupdated

Is this a bug or am I doing something wrong? I’ve triple checked the subscriptions and I’ve definitely only got the one ticked event in each one.

Thanks

Ryan

Hi @anonymind, sorry for the un-needed load. We’re actively investigating this and will update with a fix.

(Ref: ZOOM-152135)

1 Like

@anonymind - this is now a known bug which will be updated on our next immediate EP release.

1 Like

Thanks for the update Michael

1 Like

Thanks Michael!

-Tommy