Interesting use case, I was wondering something similar. From what I could find, reading live webinar chat might be possible through webhooks or SDK events, but the bigger question seems to be sending replies back automatically into the same webinar chat. Is that officially supported for webinars, or would it require a bot/panelist account joining the session and replying from there? Would love clarification from the Zoom team because this could be really useful for AI based webinar support.
Reading live webinar chat is the supported half of this flow. You can do this by subscribing to Zoom’s webinar.chat_message_sent event and process the payload under chat_message.
Sending the AI reply back is the constrained half. I don’t see an official Zoom REST endpoint that posts into live webinar chat. Also, Zoom’s Web Meeting SDK sendChat explicitly says it does not support sending chat messages in a webinar.
If you’d rather avoid building and operating the bot layer yourself, Recall.ai’s Meeting Bot API can handle joining meetings and webinars, capturing chat, and sending chat messages back into the webinar.
Can Recall.ai Meeting Bot API join a Zoom Webinar as a bot participant/panelist and automatically send AI-generated replies into the SAME Webinar live chat?
Our use case is:
Zoom Webinar → FAQ/OpenAI/Pabbly → automatic reply in Webinar chat.
However, in our case the data is not reaching Pabbly at all. We are not receiving any webinar chat payload from Zoom, so we could not proceed further with the automation.
Could you please help clarify:
Is there any additional setup or permission required for webinar.chat_message_sent?
Does it work specifically for Webinar attendee chat?
Do we need any specific app type or webhook configuration?
Is there a known limitation with Webinar chat events?
Since this step itself is failing for us, we are currently blocked.
Any guidance would be greatly appreciated. Thank you.