Skip to content
Recued
Menu
← Back to recipes

Zoom meeting review brief

by recued-core v1

Read-only review brief for one Zoom meeting. It reads meeting details, invitation text, registrants, configured polls, and optional past-meeting participants, Q&A, poll results, recording metadata, and recording analytics through recued-core.zoom, then asks the AI summarizer for readiness, attendance, engagement, recording signals, risks, and next actions. It never creates, updates, cancels, registers attendees, changes registrant status, deletes recordings, downloads recording bytes, changes settings, controls meetings, creates webhooks, or calls arbitrary Zoom APIs.

How it works 31 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (31 steps)
meeting_id trim
Trim whitespace from setting meeting id
meeting ?
invitation ?
registrants_raw ?
polls_raw ?
past_meeting ?
skip: config.include_past_data not_equal true
participants_raw ?
skip: config.include_past_data not_equal true
qa_raw ?
skip: config.include_past_data not_equal true
poll_results_raw ?
skip: config.include_past_data not_equal true
recording ?
skip: config.include_recordings not_equal true
recording_analytics ?
skip: config.include_recordings not_equal true
registrants default
Apply default
polls default
Apply default
participants default
Apply default
questions default
Apply default
poll_results default
Apply default
recording_files default
Apply default
registrant_rows slice
Take a subset of
participant_rows slice
Take a subset of
recording_rows slice
Take a subset of
registrant_count count
Count items in registrants
poll_count count
Count items in polls
participant_count count
Count items in participants
question_count count
Count items in questions
poll_result_count count
Count items in poll results
recording_file_count count
Count items in recording files
summarize ?
registrant_table to_table
Format results as a data table
participant_table to_table
Format results as a data table
recording_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 9 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

zoom setting =
focus setting = Summarize meeting readiness or outcome, participant and registrant signals, Q&A/poll themes, recording engagement, risks, and next actions. Do not invent facts outside the Zoom records.
to date setting =
from date setting =
row limit setting = 25
max length setting = 900
meeting id setting =
include past data setting = true
include recordings setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Read your Zoom connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

zoom zoommeetingregistrantsrecordingsanalyticsparticipantsreviewai-summarypack:zoom

Details

31 steps 9 configurable settings recipe_id: zoom-meeting-review-brief