This trigger fires every time a new file or folder is shared with you
Developer info
- API endpoint slug
- onedrive.new_file_shared_with_me
Trigger fields
No fields for this trigger
Ingredients
FilenameThe name of the file created.
- Slug
- filename
- Filter code
- Onedrive.newFileSharedWithMe.Filename
- Type
- String
- Example
- E.g. notes.txt
Filename no extThe name of the file created without the extension.
- Slug
- filename_no_ext
- Filter code
- Onedrive.newFileSharedWithMe.FilenameNoExt
- Type
- String
- Example
- E.g. notes
Modified byThe name of the file modifier.
- Slug
- modified_by
- Filter code
- Onedrive.newFileSharedWithMe.ModifiedBy
- Type
- String
- Example
- E.g. Someone
Modified timeThe date and time the file was modified.
- Slug
- modified_time
- Filter code
- Onedrive.newFileSharedWithMe.ModifiedTime
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00
File URLThe URL for the file.
- Slug
- file_url
- Filter code
- Onedrive.newFileSharedWithMe.FileUrl
- Type
- String
- Example
- E.g. https://public.files.1drv.com/somestringrepresentingthefile
Shared byThe name of the sharer.
- Slug
- shared_by
- Filter code
- Onedrive.newFileSharedWithMe.SharedBy
- Type
- String
- Example
- E.g. Someone
Is folderWhether or not the item shared with you is a folder
- Slug
- is_folder
- Filter code
- Onedrive.newFileSharedWithMe.IsFolder
- Type
- String
- Example
- E.g. true