Google Meet conference artifact brief
Use “Google Meet conference artifact brief” in Recued. It provides a read-only post-meeting brief for one Google Meet conference record.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (20 steps)
conference_record_id
trim
Trim whitespace from setting conference record id
transcript_id
trim
Trim whitespace from setting transcript id
conference
?
participants
?
recordings
?
skip: config.include_recordings not_equal true
transcripts
?
skip: config.include_transcripts not_equal true
has_transcript_id
compare
Check if transcript id has data
skip_entries
any
Check if any of the conditions are true
transcript_entries
?
skip: step.skip_entries equal true
participants_list
default
Apply default
participant_count
count
Count items in participants list
recording_list
default
Apply default
recording_count
count
Count items in recording list
transcript_list
default
Apply default
transcript_count
count
Count items in transcript list
entries_list
default
Apply default
entry_count
count
Count items in entries list
summarize
?
participant_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
focus
setting
=
Prepare a concise post-meeting brief: attendance, timing, artifacts, likely decisions, risks, open questions, follow-ups, owners, and concrete next actions. Do not invent facts outside the Meet record and transcript entries.
google
setting
=
max length
setting
=
1000
transcript id
setting
=
include recordings
setting
=
true
include transcripts
setting
=
true
conference record id
setting
=
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.