This Trigger fires every time a video is published that matches a search query.
Developer info
API endpoint slug
youtube.new_video_from_search
Trigger fields
Search query Text input > Other
Label
Search query
Helper text
The OR (|) and NOT (-) operators are supported. "boating|sailing" = boating or sailing. "boating -sailing" = boating, excluding sailing. More info <a href="http://ift.tt/yt-search-api" target="_blank">here</a>
Slug
search_query
Required
true
Can have default value
true
Ingredients
Published at
The time at which the video was published.
Slug
created_at
Filter code
Youtube.newVideoFromSearch.PublishedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06+05:00
Title
The title of the video.
Slug
title
Filter code
Youtube.newVideoFromSearch.Title
Type
String
Example
Celebrities Read Mean Tweets
Channel name
Video channel's name.
Slug
channel_name
Filter code
Youtube.newVideoFromSearch.ChannelName
Type
String
Example
Jimmy Kimmel Live
Description
The description of the video.
Slug
description
Filter code
Youtube.newVideoFromSearch.Description
Type
String
Example
Celebrities read mean tweets...
Url
The URL to the video on YouTube.
Slug
url
Filter code
Youtube.newVideoFromSearch.Url
Type
String
Example
https://www.youtube.com/watch?v=RRBoPveyETc
Alternative url
An alternative URL you can use if the original URL doesn't work with your action.