Youtube · Arazzo Workflow
YouTube Search Channel and Subscribe
Version 1.0.0
Search for a channel, confirm it exists, then subscribe the authenticated user to it.
Provider
Workflows
search-channel-subscribe
Find a channel by query and subscribe to it.
Searches for channels matching a query, resolves the first result to a full channel resource, and creates a subscription to that channel for the authenticated user.
1
searchChannel
youtube.search.list
Search YouTube restricted to channel resources and capture the first channel id.
2
getChannel
youtube.channels.list
Read the channel resource to confirm it exists before subscribing.
3
subscribe
youtube.subscriptions.insert
Subscribe the authenticated user to the confirmed channel.