Description
I have successfully created a working OAuth application using PHP running on a Synology NAS by using the code examples on this well presented page:
[https://artisansweb.net/how-to-create-a-meeting-on-zoom-using-zoom-api-and-php/]
I can request the token, get authorised and store the received token in an mysql database.
Error
I am not receiving any error however I have added the event webhooks for the chat messages to the OAuth app but have never received any notification.
Which App Type (OAuth / Chatbot / JWT / Webhook)?
OAuth
Which Endpoint/s?
The endpoint is a PHP script running on a Synology NAS.
Additional context
In testing the notification I created a new meeting using the iPad app, which I also joined with an iPhone. Would this have sufficient to generate the notification when a new message was created?
I am only an amateur programmer so it’s testament to the ease of use of the Zoom development system I have achieved the initial functionality with relative ease. The end aim is to carry out specific actions by detecting trigger words in the message stream.
Stuart

