Description
I want to know when a webinar in my account is started or ended. I added Event Subscriptions in my Dev account:
The events is correctly triggers on my URL: https://www.jeunes-explorateurs.org/zoom_notifier
But, the response have an empty POST. Here is the code (in PHP) for listenning the events:
My file receive.txt is empty when I try to open it:
You could also see directly the content of it when access from this URL:
https://jeunes-explorateurs.org/receive.txt
I would like to show you the Call logs from the Dev portal, but it is also empty.
My Developper App ID: HRwloc8aQIWiXQZ0jMupcA
Error
Events from Webhook is correctly triggered, but Zoom doesn’t send the POST.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
JWT with Event Subscriptions Feature.
Which Endpoint/s?
Endpoint: https://www.jeunes-explorateurs.org/zoom_notifier
Check if POST data is there: https://jeunes-explorateurs.org/receive.txt
How To Reproduce (If applicable)
Steps to reproduce the behavior:
- Start or/and end the Webinar with the id “89544566714”
- Verify the POST content from the webhook event on https://jeunes-explorateurs.org/receive.txt
- You will see the URL is empty. No POST is sent.