Documentation Index
Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
Use this file to discover all available pages before exploring further.
Get a list of the most recent updates from an RSS feed.
Parameters
| Parameter | Description |
|---|
| URL | The 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