AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
EasyFTPEasyFTP

New or Modified File in Folder

This Trigger fires when a new file is created in the folder you specify or an existing file is modified.

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 when a new file is created in the folder you specify or an existing file is modified.
API endpoint slug
easyftp.new_or_modified_file_in_folder

Trigger fields

Uuid Nested dropdown list

Label
Which FTP/SFTP connection & folder do you want to watch for a new file?
Helper text
Create your FTP/SFTP connection & watched folder in under a minute at www.EasyFTP.io (get activity logging & more).
Slug
uuid
Required
true
Can have default value
false

Ingredients

FilenameThe name of the file with extension.

Slug
filename
Filter code
Easyftp.newOrModifiedFileInFolder.Filename
Type
String
Example
your_file.csv

Filename no extThe name of the file without extension.

Slug
filename_no_ext
Filter code
Easyftp.newOrModifiedFileInFolder.FilenameNoExt
Type
String
Example
your_file

File URLThe url of the file to use when connecting with another service.

Slug
file_url
Filter code
Easyftp.newOrModifiedFileInFolder.FileUrl
Type
File URL
Example
https://www.easyftp.io/ifttt/file/12345.csv

Modified timeThe time the file was last modified on the server.

Slug
modified_time
Filter code
Easyftp.newOrModifiedFileInFolder.ModifiedTime
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

SizeThe size of the file in bytes.

Slug
size
Filter code
Easyftp.newOrModifiedFileInFolder.Size
Type
String
Example
1000000