Youtube · Arazzo Workflow
YouTube Upload Video and Add to Playlist
Version 1.0.0
Insert a video resource, create a playlist, and add the new video to that playlist.
Provider
Workflows
upload-video-add-to-playlist
Insert a video, create a playlist, and place the video in it.
Inserts a video resource with snippet and status, creates a new playlist, and inserts a playlist item that references the new video into the new playlist.
1
insertVideo
youtube.videos.insert
Insert the video resource with its snippet and status metadata.
2
createPlaylist
youtube.playlists.insert
Create a new playlist that will hold the inserted video.
3
addVideoToPlaylist
youtube.playlistItems.insert
Insert a playlist item that places the new video into the new playlist.