Top Dropbox automations
Explore Plans
Mobile menu Close menu
DropboxDropbox

Any new shared file link

This trigger fires every time a shared link for a file is created. Note: doesn't include folders.

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 shared link for a file is created. Note: doesn't include folders.
API endpoint slug
dropbox.any_new_shared_file_link

Trigger fields

No fields for this trigger

Ingredients

File pathThe file's path in Dropbox.

Slug
FilePath
Filter code
Dropbox.anyNewSharedFileLink.FilePath
Type
String
Example
/my-folder/coolbeans.jpg

FilenameThe name of the file.

Slug
Filename
Filter code
Dropbox.anyNewSharedFileLink.Filename
Type
String
Example
coolbeans.jpg

Filename no extThe name of the file without extension.

Slug
FilenameNoExt
Filter code
Dropbox.anyNewSharedFileLink.FilenameNoExt
Type
String
Example
coolbeans

File URLThe file's public URL.

Slug
FileUrl
Filter code
Dropbox.anyNewSharedFileLink.FileUrl
Type
Web URL
Example
https://www.dropbox.com/s/js83sskwos34/my-file.jpeg

Modified dateDate file was created or modified in Dropbox.

Slug
ModifiedDate
Filter code
Dropbox.anyNewSharedFileLink.ModifiedDate
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00