RSS Feed
Configure a workflow step that fetches entries from a direct RSS or Atom feed URL
Configuration
Option
Required
Description
Output
{
"feed": {
"title": "Example Feed",
"url": "https://example.com/feed.xml",
"description": "Latest posts"
},
"items": [
{
"id": "stable-item-id",
"guid": "post-123",
"title": "Post title",
"url": "https://example.com/posts/post-title",
"summary": "Entry summary",
"author": "Author name",
"published_at": "2026-06-03T12:00:00Z",
"categories": ["News"],
"source_url": "https://example.com/feed.xml"
}
]
}Example: summarize new feed articles
Notes
Last updated