Hi everyone,
I’ve built a Webhook-only app (account-level) and I’m trying to receive Zoom Chat message events — specifically chat_message.sent.
The app is successfully validated and activated, but I’m not receiving any webhook payloads at my endpoint (Make webhook).
Setup Details
-
App type: Webhook-only (account-level)
-
Event Subscriptions:
-
chat_message.sent -
chat_message.received -
channel_message.sent -
channel_message.received
-
-
Webhook endpoint: Make webhook (tested, returns 200 OK on manual POST)
-
Validation:
Passed (Zoom displays “Validated successfully”) -
Webhook URL uses HTTPS and is publicly accessible
What’s Working
-
App is activated in Marketplace (internal use)
-
Validation request succeeded
-
Test POST requests to the Make URL arrive successfully
What’s Not Working
-
No payloads are received from Zoom when messages are sent in Zoom Chat or in-meeting chat
-
No delivery attempts appear in Zoom’s developer logs
-
The webhook event subscriptions remain silent even with “Send test event”
I need the webhook to trigger automatically when any message is sent that contains specific keywords (like “me”) in Zoom Chat or webinar chat, so that Make can process those messages downstream. Other events work for detecting but this I am not recieving any payload for this