Skip to content
Recued
Menu
← Back to recipes

Zoom upcoming meetings digest

by recued-core v1

Scheduled read-only digest for one Zoom user. It reads the user profile, user settings, upcoming scheduled meetings, and recent cloud-recording metadata through recued-core.zoom, renders compact meeting and recording tables, and can send an in-app nudge when upcoming meetings are visible. 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 20 steps

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

Process (20 steps)
user_id trim
Trim whitespace from setting user id
from_date trim
Trim whitespace from setting from date
to_date trim
Trim whitespace from setting to date
user ?
settings ?
meetings_raw ?
recordings_raw ?
skip: config.include_recordings not_equal true
meetings default
Apply default
recordings default
Apply default
meeting_rows slice
Take a subset of
recording_rows slice
Take a subset of
meeting_count count
Count items in meetings
recording_count count
Count items in recordings
has_meetings compare
Check if meeting count is greater than 0
notify_enabled compare
Check if setting notify when meetings equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
meeting_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 12 configurable

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

zoom setting =
to date setting =
user id setting = me
channels setting = in_app
end hour setting = 10
timezone setting = UTC
weekdays setting = 1,2,3,4,5
from date setting =
row limit setting = 25
start hour setting = 8
include recordings setting = true
notify when meetings 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

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

About

Tags

zoom zoommeetingsvideorecordingsdigestschedulenotificationcalendar-adjacentpack:zoom

Details

20 steps 12 configurable settings recipe_id: zoom-upcoming-meetings-digest