Jericho / ZoomNet

.NET client library for the Zoom.us REST API v2
MIT License
69 stars 46 forks source link

Validate your webhook endpoint #240

Closed Jericho closed 1 year ago

Jericho commented 1 year ago

Zoom will mandate that your endpoints where webhooks are sent must be validated every 72 hours or so. From Zoom's documentation:

Zoom uses a challenge-response check (CRC) for webhook validation. When a CRC occurs, Zoom will make a POST request to your endpoint with a challenge request body. After your endpoint receives the request, your app needs to respond with the challenge response within 3 seconds.

As of August 2022 (according to Zoom's documentation, this feature is not yet released and verification is not yet required.

ZoomNet should make this validation process as simple as possible.

Jericho commented 1 year ago

:tada: This issue has been resolved in version 0.55.0 :tada:

The release is available on:

Your GitReleaseManager bot :package::rocket: