Youtube · Arazzo Workflow
YouTube Channel Playlists and Items
Version 1.0.0
Resolve a channel, list its playlists, then list the items inside the first playlist.
Provider
Workflows
channel-playlists-items
Drill from a channel into its playlists and the items of the first one.
Reads a channel resource, lists the playlists created by that channel, and expands the first playlist into its constituent playlist items.
1
getChannel
youtube.channels.list
Retrieve the channel resource, including snippet and content details.
2
listPlaylists
youtube.playlists.list
List the playlists created by the channel and capture the id of the first playlist for further expansion.
3
listPlaylistItems
youtube.playlistItems.list
List the items contained in the first playlist returned for the channel.