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 you upload a file to Raindrop.io
- API endpoint slug
- raindrop.raindrops_file
Trigger fields
Type Dropdown list
- Label
- Which type?
- Slug
- type
- Required
- true
- Can have default value
- false
Ingredients
TitleName of bookmark or file
- Slug
- title
- Filter code
- Raindrop.raindropsFile.Title
- Type
- String
- Example
- IFTTT API
File URLURL of a file
- Slug
- link
- Filter code
- Raindrop.raindropsFile.FileUrl
- Type
- File URL
- Example
- https://s3.com/123/456/file
DescriptionNote or description
- Slug
- excerpt
- Filter code
- Raindrop.raindropsFile.Description
- Type
- String
- Example
- Great article
Thumbnail URLThumbnail URL of file
- Slug
- cover
- Filter code
- Raindrop.raindropsFile.ThumbnailUrl
- Type
- String
- Example
- https://up.raindrop.io/raindrop/123/thumb.jpg
TagsTags
- Slug
- tags
- Filter code
- Raindrop.raindropsFile.Tags
- Type
- String
- Example
- api, ifttt
Created atWhen file was uploaded
- Slug
- created
- Filter code
- Raindrop.raindropsFile.CreatedAt
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00