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 will fire every time a new article is available in a specified folder.
- API endpoint slug
- inoreader.new_article_in_folder
Trigger fields
Folder Dropdown list
- Label
- Which folder?
- Slug
- folder
- Required
- true
- Can have default value
- false
Filter Text input > Other
- Label
- Filter
- Helper text
- An optional keyword or phrase. Only articles containing the filter will fire this Trigger.
- Slug
- filter
- Required
- true
- Can have default value
- true
Ingredients
Article titleThe original title of the article.
- Slug
- article_title
- Filter code
- Inoreader.newArticleInFolder.ArticleTitle
- Type
- String
- Example
- Good News Everyone!
Article authorThe author of the article.
- Slug
- article_author
- Filter code
- Inoreader.newArticleInFolder.ArticleAuthor
- Type
- String
- Example
- Bender Rodriguez
Article contentThe content of the article (RSS summary).
- Slug
- article_content
- Filter code
- Inoreader.newArticleInFolder.ArticleContent
- Type
- String
- Example
- Hahahahaha. Oh wait you’re serious. Let me laugh even harder.
Article cover imageThe cover image for the article. Will be filled with a placeholder if it doesn't exist.
- Slug
- article_cover_image
- Filter code
- Inoreader.newArticleInFolder.ArticleCoverImage
- Type
- Image URL
- Example
- https://ifttt.com/images/no_image_card.png
Article canonical URLThe original URL of the article.
- Slug
- article_canonical_url
- Filter code
- Inoreader.newArticleInFolder.ArticleCanonicalURL
- Type
- Web URL
- Example
- http://blog.inoreader.com/2014/02/inoreader-version-70-and-new-blog.html
Article inoreader URLThe Inoreader URL of the article.
- Slug
- article_inoreader_url
- Filter code
- Inoreader.newArticleInFolder.ArticleInoreaderURL
- Type
- Web URL
- Example
- http://www.inoreader.com/article/3a9c6e7ddc36db3f
Article feed titleThe title of the feed.
- Slug
- article_feed_title
- Filter code
- Inoreader.newArticleInFolder.ArticleFeedTitle
- Type
- String
- Example
- Inoreader blog
Article feed URLThe HTML URL of the feed.
- Slug
- article_feed_url
- Filter code
- Inoreader.newArticleInFolder.ArticleFeedURL
- Type
- Web URL
- Example
- http://blog.inoreader.com
Article feed rssurlThe RSS URL of the feed.
- Slug
- article_feed_rss_url
- Filter code
- Inoreader.newArticleInFolder.ArticleFeedRSSURL
- Type
- Web URL
- Example
- http://blog.inoreader.com/feeds/posts/default
Article tagsComma-separated list of article tags.
- Slug
- article_tags
- Filter code
- Inoreader.newArticleInFolder.ArticleTags
- Type
- String
- Example
- youtube, fun, sports
Article dateDate and time the article was fetched by Inoreader.
- Slug
- article_date
- Filter code
- Inoreader.newArticleInFolder.ArticleDate
- Type
- Date with time (ISO8601)
- Example
- 2020-07-08T04:17:06.000+05:00