Skip to content
Recued
Menu
← Back to recipes

Create a Zoom meeting intake

by recued-core v1

Approval-gated Zoom meeting creation workflow. It reads the target Zoom user and user meeting settings for context, then creates exactly one scheduled Zoom meeting with bounded topic, timing, agenda, password, waiting-room, mute-on-entry, registration, approval, and auto-recording fields through recued-core.zoom. It does not update or cancel existing meetings, add registrants, change registrant status, mutate polls, delete recordings, download recording bytes, change settings, control meetings, create webhooks, or call arbitrary Zoom APIs.

How it works 13 steps

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

Process (13 steps)
user_id trim
Trim whitespace from setting user id
topic trim
Trim whitespace from setting topic
start_time trim
Trim whitespace from setting start time
agenda trim
Trim whitespace from setting agenda
password trim
Trim whitespace from setting password
has_user compare
Check if user id has data
has_topic compare
Check if topic has data
user ?
settings ?
skip_create any
Check if any of the conditions are true
created_meeting ?
skip: step.skip_create equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 14 configurable

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

zoom setting =
topic setting =
agenda setting =
user id setting = me
duration setting = 30
password setting =
timezone setting = UTC
start time setting =
waiting room setting = true
approval type setting = 2
auto recording setting = none
mute upon entry setting = true
join before host setting = false
registration type setting = 1

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 zoommeetingschedulecreateapprovalvideoregistrantspack:zoom

Details

13 steps 14 configurable settings recipe_id: create-zoom-meeting-intake