AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
Google DriveGoogle Drive

New video in your folder

This trigger fires every time a new video is saved in the Google Drive folder you specify. Note: only works for videos created after the Applet is turned on.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires every time a new video is saved in the Google Drive folder you specify. Note: only works for videos created after the Applet is turned on.
API endpoint slug
google_drive.any_new_video

Trigger fields

Path Text input > Other

Label
Drive folder path
Helper text
Format: folders separated by "/" like "Documents/Photos/Receipts"
Slug
path
Required
true
Can have default value
true

Ingredients

FilenameThe name of the file.

Slug
filename
Filter code
GoogleDrive.anyNewVideo.Filename
Type
String
Example
filename

Video URLThe video's public URL.

Slug
video_url
Filter code
GoogleDrive.anyNewVideo.VideoUrl
Type
File URL
Example
https://google.com

PathThe path of the video.

Slug
path
Filter code
GoogleDrive.anyNewVideo.Path
Type
String
Example
/IFTTT/sample.mp4

Created atDate and time video was created.

Slug
created_at
Filter code
GoogleDrive.anyNewVideo.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00