Skip to main content

Hi everyone,

I’m looking to either build or adopt an assistant (possibly with n8n) that can support me while I lecture on Zoom or Google Meet. I’d love your input or collaboration if something like this already exists or is feasible to create with n8n’s capabilities.

Here’s what I’d like the assistant to do:

:brain: 1. Smart Question Aggregation and Answer Suggestions

While I lecture, the assistant will monitor the meeting chat to:

  • Identify all audience questions
  • Group similar questions by topic
  • Generate answer suggestions

At the end of the session, I’d be able to say something like:
“You’ve asked 37 questions — most of them cluster into four main themes. Here’s a quick summary and my answer to each group.”

This would dramatically improve how I respond to large-group questions without having to scroll back through an overwhelming chat history.

:bar_chart: 2. Real-Time Polling via Chat

When I type <poll start> in the chat, the assistant will:

  • Start collecting all subsequent responses
  • Analyze them in real-time
    Then, when I write <poll end>, it will:
  • Provide me with a summary like:
    “100 participants responded: 60 use ChatGPT (20 also use Claude), 20 use Claude only, 15 don’t use any GPT tools, 35 did not respond.”
  • Automatically generate a slide visualizing the results, ready to share immediately with the group.

I’m curious:

  • Has anyone built anything like this in n8n?
  • Is this doable within its current capabilities?
  • Would anyone be interested in collaborating on building it?

Thanks in advance!

Hey ​@Asher Ben-David, welcome to the Community! 🎉

Not sure how you’d build something like that in n8n, probably best to reach out to the n8n community for more direct help on that. That said, if you were wanting to build that sort of functionality within Zapier it might be worth looking into using Zapier agents to have it create the summaries. You can learn more about how to set up an agent here: Build an agent in Zapier Agents.

Keep us posted on how you get on, excited to hear how it goes! 🙂