This workflow follows the HTTP Request → Notion recipe pattern — see all workflows that pair these two integrations.
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 →
{
"id": "demo-content-automation",
"name": "Content Automation Workflow",
"nodes": [
{
"id": "rss-input",
"name": "Read Product Blog RSS",
"type": "n8n-nodes-base.rssFeedRead",
"parameters": {
"url": "https://content.example.test/rss.xml"
}
},
{
"id": "fetch-source",
"name": "Fetch Source Article",
"type": "n8n-nodes-base.httpRequest",
"parameters": {
"url": "={{$json.link}}",
"method": "GET"
}
},
{
"id": "summarize",
"name": "LLM Summarize Article",
"type": "n8n-nodes-base.openAi",
"parameters": {
"resource": "text",
"operation": "message",
"model": "demo-summary-model",
"prompt": "Summarize this article for an internal editorial queue."
}
},
{
"id": "create-notion-draft",
"name": "Create Notion Draft",
"type": "n8n-nodes-base.notion",
"parameters": {
"resource": "databasePage",
"operation": "create",
"databaseId": "demo-notion-database-id",
"title": "={{$json.title}}"
}
},
{
"id": "notify-editorial",
"name": "Slack Editorial Notification",
"type": "n8n-nodes-base.slack",
"parameters": {
"resource": "message",
"operation": "post",
"channel": "#demo-editorial",
"text": "New summary draft is ready for review."
}
}
],
"connections": {
"Read Product Blog RSS": {
"main": [
[
{
"node": "Fetch Source Article",
"type": "main",
"index": 0
}
]
]
},
"Fetch Source Article": {
"main": [
[
{
"node": "LLM Summarize Article",
"type": "main",
"index": 0
}
]
]
},
"LLM Summarize Article": {
"main": [
[
{
"node": "Create Notion Draft",
"type": "main",
"index": 0
}
]
]
},
"Create Notion Draft": {
"main": [
[
{
"node": "Slack Editorial Notification",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Content Automation Workflow. Uses rssFeedRead, httpRequest, openAi, notion. Manual trigger; 5 nodes.
Source: https://github.com/jiushiaaa/OpenWorkflowDoctor/blob/928f5f7581953242b109acc52aa2db0466a3c92e/samples/n8n/content-automation.workflow.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.
News Automation - Main Workflow. Uses rssFeedRead, postgres, openAi, httpRequest. Scheduled trigger; 28 nodes.
This workflow is an AI-powered lighting and look development pipeline designed for VFX production. It transforms a single lighting brief into multiple high-quality cinematic lighting references using
Automatically backs up your workflows to Github and generates documentation in a Notion database. Weekly run, uses the "internal-infra" tag to look for new or recently modified workflows Uses a Notion
This template is ideal for photographers, graphic designers, and creative professionals who manage large volumes of visual assets. It is also perfect for Digital Asset Managers looking for a customiza
Who is this for This workflow is perfect for busy professionals, consultants, and anyone who frequently travels between meetings. If you want to make the most of your free time between appointments an