Event should be triggered for Zoom message received (inbound )

Using this template helps us debug your issues more effectively :slight_smile:

Description
My requirement is that from Zoom A user if I send a request to a Zoom B user, up on receiving message on Zoom B user, event should to triggered, so that I can pass that message to Zoom C user or my endpoint which is specified in B user’s OAuth under " Event Subscriptions".
I tried with ‘Chat Message Sent’ which is available at https://marketplace.zoom.us/docs/api-reference/webhook-reference/chat-message-events/chat-message-sent, but its triggering event when zoom user sends message(outbound), my requirement is that event should be triggered when zoom user receive request (inbound).

Could you please guide me on how can I trigger an event/forward message when I receive any chat message?

Error
Currently under “https://marketplace.zoom.us/docs/api-reference/webhook-reference/chat-message-events/chat-message-sent#chat-message-sent” Zoom only support outbound webhooks for Chat Messages being sent, replied, updated, or deleted and not on receive.

Which App Type (OAuth / Chatbot / JWT / Webhook)?
I am using OAuth -" Event Subscriptions" to specify my endpoint.

Which Endpoint/s?
Currently I am using ngrok endpoints.

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