YouTube
YouTube is a video-sharing platform with user-generated content, live streaming, and monetization opportunities, widely used for marketing, education, and entertainment
What your agent can do with YouTube
Triggers and actions 4 triggers · 12 actions
- TriggerNew Item in YouTube Playlist
Triggers when a new item is added to a YouTube playlist.
- TriggerNew Playlist in YouTube Channel
Triggers when a new playlist is added to a YouTube channel.
- TriggerNew YouTube Activity
Triggers when a new activity is detected on a YouTube channel.
- TriggerNew YouTube Channel Subscription
Triggers when a new channel is subscribed.
- ActionDelete Video
Permanently deletes a YouTube video by video ID. Google's API returns HTTP 204 No Content on success — there is no response body to project, so this op reports only the HTTP status.
- ActionGet Channel Activities
Gets recent activities from a youtube channel including video uploads, playlist additions, likes, and other channel events.
- ActionGet Channel Id By Handle
Retrieves the youtube channel id for a specific youtube channel handle.
- ActionGet Channel Statistics
Gets detailed statistics for youtube channels including subscriber counts, view counts, and video counts.
- ActionGet Video Fields
Reads back a video's snippet and status fields (title, description, categoryId, tags, privacyStatus) by video ID, or an empty items array if the video does not exist. Used as an independent, read-only verification target by other write ops' certification.
- ActionList Caption Track
Retrieves a list of caption tracks for a youtube video, returning an empty list if no captions exist or failing if the video id is invalid or not found.
- ActionList Channel Videos
Lists videos from a specified youtube channel, ensuring results are of `type: 'video'`.
- ActionList User Playlists
Retrieves playlists owned by the authenticated user, implicitly using mine=true.
- ActionList User Subscriptions
Retrieves the authenticated user's youtube channel subscriptions, allowing specification of response parts and pagination.
- ActionSearch You Tube
Searches youtube for videos, channels, or playlists using a query term, returning the raw api response.
- ActionSubscribe Channel
Subscribes the authenticated user to a specified youtube channel, identified by its unique `channelid` which must be valid and existing.
- ActionVideo Details
Retrieves specified information parts (e.g., snippet, contentdetails, statistics) for a youtube video, identified by its id.
No trigger or action matches that. Ask your agent to add it: it reads the API documentation and builds what you describe.
Not listed?
Need a trigger or action that is not here?
Ask your agent. Describe what you need in plain language and it reads the YouTube API documentation, builds the operation at whatever depth the API allows, tests every branch and ships it. The list above is what exists today, not the limit.