Youtube · Arazzo Workflow
YouTube Create Playlist and Add Items
Version 1.0.0
Create a new playlist and insert two videos into it in sequence.
Provider
Workflows
create-playlist-add-items
Create a playlist and populate it with two videos.
Creates a playlist with the supplied title, description, and privacy status, then adds two videos to it by inserting playlist items that reference the new playlist id.
1
createPlaylist
youtube.playlists.insert
Create a new playlist with the supplied snippet and status.
2
addFirstItem
youtube.playlistItems.insert
Insert the first video into the newly created playlist.
3
addSecondItem
youtube.playlistItems.insert
Insert the second video into the newly created playlist.