Skip to content
Recued
Menu
← Back to recipes

Create a YouTube playlist intake

by recued-core v1

Approval-gated YouTube playlist creation workflow. It reads the target channel for context, creates exactly one playlist with bounded title, description, privacy, and default language fields, and can optionally add one seed video through recued-core.youtube. It does not update or delete playlists, reorder or remove playlist items, upload/update/delete/rate/report videos, write comments, moderate comments, touch caption media, live controls, channel branding, subscriptions, partner administration, arbitrary Google APIs, or arbitrary YouTube passthrough.

How it works 15 steps

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

Process (15 steps)
channel_id trim
Trim whitespace from setting channel id
title trim
Trim whitespace from setting title
description trim
Trim whitespace from setting description
default_language trim
Trim whitespace from setting default language
seed_video_id trim
Trim whitespace from setting seed video id
has_channel compare
Check if channel id has data
has_title compare
Check if title has data
has_seed_video compare
Check if seed video id has data
channel_raw ?
skip_create any
Check if any of the conditions are true
created_playlist ?
skip: step.skip_create equal true
skip_seed any
Check if any of the conditions are true
seed_item ?
skip: step.skip_seed equal true
skipped compare
Check if skip create equals true
card to_summary
Format results as a summary card
Settings 8 configurable

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

title setting =
google setting =
channel id setting =
description setting =
seed position setting = 0
seed video id setting =
privacy status setting = private
default language setting =

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 Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

youtube youtubeplaylistcreateapprovalcreatorvideomarketingpack:youtube

Details

15 steps 8 configurable settings recipe_id: create-youtube-playlist-intake