Get a list of the most recent updates from an RSS feed.

Parameters

ParameterDescription
URLThe URL of the RSS feed to get updates from.

Example Output

{
	"title": "<string>",
	"description": "<string>",
	"link": "<string>",
	"feedLink": "<string>",
	"links": [
		"<string>",
		"<string>"
	],
	"published": "<string>",
	"publishedParsed": "<string>",
	"language": "<string>",
	"items": [
		{
			"title": "<string>",
			"content": "<string>",
			"link": "<string>",
			"links": [
				"<string>"
			],
			"published": "<string>",
			"publishedParsed": "<string>",
			"authors": [
				{
					"name": "<string>"
				}
			],
			"guid": "<string>",
			"image": {
				"url": "<string>"
			},
			"enclosures": [
				{
					"url": "<string>",
					"length": "<string>"
				}
			]
		},
		{
			"title": "<string>",
			"content": "<string>",
			"link": "<string>",
			"links": [
				"<string>"
			],
			"published": "<string>",
			"publishedParsed": "<string>",
			"authors": [
				{
					"name": "<string>"
				}
			],
			"guid": "<string>",
			"image": {
				"url": "<string>"
			},
			"enclosures": [
				{
					"url": "<string>",
					"length": "<string>"
				}
			]
		}
	],
	"feedType": "<string>",
	"feedVersion": "<string>"
}

Workflow Library Example

Get Rss Updates and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop