Webhooks not working with Oauth app

Description
I have created a user-managed Oauth app. I have installed the app for testing and verified that it works. I have subscribed to the ‘start recording’ and ‘end recording events’ but I do not receive any notifications on the endpoint provided. I checked the application logs where I tried to log the request body but I do not get anything. What am I doing wrong? Any help would be appreciated. Thanks!
Error
The full error message or issue you are running into.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
Oauth

Which Endpoint/s?
https://zoom-notes-api.herokuapp.com/recordMeeting

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Request URL / Headers (without credentials) / Body
  2. See error

Screenshots (If applicable)
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

Hi @abdulkadir98,

Thanks for reaching out about this—happy to help.

As a first step, can you confirm that your endpoint returns a 200OK response upon receiving JSON payloads? If it does not, our webhook events could silently fail.

Can you also make sure that you’ve installed the app under the same account that you’re testing the events for?

Let me know—thanks!
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.