The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"nodes": [
{
"parameters": {
"url": "https://www.example.com/rss",
"options": {}
},
"name": "RSS Feed Read",
"type": "n8n-nodes-base.rssFeed",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"operation": "post",
"message": "New article: {{ $json.title }} - {{ $json.link }}",
"options": {}
},
"name": "Social Media Post",
"type": "n8n-nodes-base.socialMedia",
"typeVersion": 1,
"position": [
500,
300
]
}
],
"connections": {
"RSS Feed Read": {
"output": [
[
{
"node": "Social Media Post",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Rss To Social Media. Uses rssFeed, socialMedia. Manual trigger; 2 nodes.
Source: https://github.com/EdgeAgent/n8n-automations/blob/main/rss_to_social_media/rss_to_social_media.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
PostHog:Event:create:Identity:create:Alias:create:Track:page screen. Uses start, postHog. Manual trigger; 6 nodes.
This n8n template demonstrates how to identify new queries in Google Search Console that had no impressions in the past but appeared for the first time in the last 7 days. It also segments them into t
Demio:Event:getAll get register:Report:get. Uses start, demio. Manual trigger; 5 nodes.