How to send chat messages to and from zoom
Our requirement is creating a mediator app to get the messages from the zoom and send the messages to zoom We created a server-to-server app in the zoom and added web hook URL in the app to get the chat messages from the zoom and send the chat messages to zoom, here we are using grant type: ‘account credentials’ and get the token and then pass the token generated from the client credentials grant type to Send a chat message API(POST /chat/users/{user Id}/messages) to send the messages to user but here in server-to-server app Chat Message event is not there to subscribe the Chat message event in the event subscription , then which event captures chat messages from zoom workplace to trigger the web hook ?
Show less

