Description
I am testing webhooks for an OAuth app for both development and production credentials. For the development credentials, I am using ngrok to receive the webhooks on localhost, and it works ok. For the production credentials, the webhooks are not triggered at all.
Error
No Webhook received
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
I am subscribing the meeting.end event
How To Reproduce (If applicable)
Create Event subscription for OAuth app for the meeting.end event
It has a URL for development and a URL for production
verify that webhook is received on prodution URL when production crendentials are used