Get Items from RSS Feed / GetItemsfromRSSFeed (internally is.workflow.actions.rss
)
description
summary
Downloads the latest items from an RSS feed.
usage
GetItemsfromRSSFeed uRL="string" WFRSSItemQuantity=number
arguments
uRL: Text (Docs)
Default Value: "https://www.apple.com/newsroom/rss-feed.rss"
Allows Variables: true
Accepts a string or text with the text. Does not allow newlines.
WFRSSItemQuantity: Stepper Number (Docs)
Default Value: 10
Allows Variables: true
Accepts a number
or variable
with a number.
source json (for developers)
{
"ActionClass": "WFRSSFeedAction",
"ActionKeywords": [
"article",
"podcast",
"text",
"clipboard",
"copy",
"paste"
],
"Category": "Web",
"Description": {
"DescriptionSummary": "Downloads the latest items from an RSS feed."
},
"IconName": "RSS.png",
"LastModifiedDate": "2015-02-19T08:00:00.000Z",
"Name": "Get Items from RSS Feed",
"Output": {
"Multiple": true,
"OutputName": "Items from RSS Feed",
"Types": [
"WFArticle",
"NSURL"
]
},
"Parameters": [
{
"AutocapitalizationType": "None",
"Class": "WFTextInputParameter",
"DefaultValue": "https://www.apple.com/newsroom/rss-feed.rss",
"DisableAutocorrection": true,
"Key": "WFRSSFeedURL",
"KeyboardType": "URL",
"Label": "URL",
"TextContentType": "URL"
},
{
"Class": "WFStepperParameter",
"DefaultValue": 10,
"Key": "WFRSSItemQuantity",
"StepperDescription": "Number of Items",
"StepperNoun": "Item",
"StepperPluralNoun": "Items",
"StepperPrefix": "Get"
}
],
"ShortName": "Get RSS Items",
"Subcategory": "URLs"
}