Community Contributed Unverified Wallabag Poster
detail.loadingPreview
This workflow posts starred articles from an RSS feed to Wallabag.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow automates the process of fetching starred articles from an RSS feed and sending them to a Wallabag instance. It's designed to be a community-contributed and unverified template, meaning it's provided as-is by the community and has not undergone official n8n verification.
It handles authentication with the RSS service, retrieves starred items, and then posts them to Wallabag.
Key Features
- Fetches starred articles from a specified RSS feed.
- Handles authentication for the RSS service.
- Posts fetched articles to a Wallabag instance.
- Includes basic error handling.
How To Use
- Import the workflow into your n8n instance.
- Configure the 'Auth TTRss' node with your RSS service's API user and password.
- Configure the 'Auth Wallabag' node with your Wallabag credentials (client ID, client secret, username, password).
- Configure the 'HTTP Request' nodes with the correct base URL for your RSS and Wallabag services.
- Set up the Cron node to trigger the workflow at your desired interval (e.g., every 10 minutes).
- Ensure the 'BASE_URL' environment variable is set correctly for both services.
Apps Used
Workflow JSON
{
"id": "ba44a18e-73b1-4799-bb7c-11a5ba311650",
"name": "Community Contributed Unverified Wallabag Poster",
"nodes": 0,
"category": "Community Contributed",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: ba44a18e-73b1...
About the Author
DevOps_Master_X
Infrastructure Expert
Specializing in CI/CD pipelines, Docker, and Kubernetes automations.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Community RSS Feed Aggregator
Aggregates content from multiple RSS feeds into a single list.
Community Contributed: Notion to Vector Store
Converts Notion page content into vector embeddings and stores them in a Pinecone vector database.
Community Contributed News Extraction (Unverified)
Extracts news posts from a website without an RSS feed, filters them by date, summarizes their content, and extracts relevant keywords.
Create a Zendesk Ticket
Automatically creates a ticket in Zendesk when manually triggered.
Create a Client in Harvest (Unverified)
Manually trigger the creation of a new client in your Harvest account.
Webflow Form Submission to Discord Channel Automation
Automate the creation of Discord channels based on Webflow form names and send form submissions to them.