YouTube
YouTube API for channels, videos, playlists, subscriptions, comments, captions, and upload metadata.
Covers channel and playlist management, comment threads, video metadata, and reactions to new comments or liked videos.
Related integrations
Example Use Cases
These are the YouTube actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.
Tool to add a video to a playlist by inserting a playlist item. Use when organizing videos into playlists or building curated collections.
Tool to create a new YouTube playlist on the authenticated user's channel. Use when organizing videos into collections or building curated playlists.
Tool to create a reply to an existing YouTube comment. Use when responding to user comments or engaging in conversations on videos.
Retrieves a list of caption tracks for a YouTube video. Returns an empty items list if no captions are available. Raises ExecutionFailed if the video ID is invalid or not found.
List individual comments from YouTube videos. Returns comment details including author, text, timestamps, and engagement metrics. Use 'id' parameter to retrieve specific comments or 'parentId' to retrieve all replies to a top-level comment.
Uploads a video to YouTube using multipart upload in a single request. Use when you want to upload both metadata and video file together. This action uploads the video file and metadata in one request, unlike resumable upload which requires two steps.
Tool to post a new top-level comment on a YouTube video. Use when creating comments to engage with video content or respond to user requests.
Tool to set the moderation status of one or more YouTube comments. Use when moderating comments to hold for review, publish, or reject them. Optionally ban the comment author when rejecting.
Tool to modify the text of an existing YouTube comment. Use when updating or correcting a previously posted comment.
Tool to modify an existing YouTube playlist's metadata (title, description, privacy status). Use when updating playlist information for the authenticated user's channel.
Triggers
These are the trigger events currently available for YouTube.
Triggers when a new item is added to a YouTube playlist.
Triggers when a new playlist is added to a YouTube channel.
Triggers when a new activity is detected on a YouTube channel.
Triggers when a new channel is subscribed.