This workflow follows the HTTP Request → Slack 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 →
{
"name": "5\ufe0f\u20e3 FULL PIPELINE: News \u2192 Approval \u2192 Blotato",
"nodes": [
{
"parameters": {
"rule": {
"interval": [
"hours"
],
"value": 6
}
},
"name": "\u23f0 Trigger (6 hours)",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"position": [
250,
100
]
},
{
"parameters": {
"url": "https://news-to-social.vercel.app/api/news/collect",
"method": "POST",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "X-Webhook-Secret",
"value": "={{ $env.WEBHOOK_SECRET }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "topics",
"value": "tech, AI, innovation, startups, business"
},
{
"name": "limit",
"value": "3"
}
]
}
},
"name": "\ud83d\udcf0 Step 1: Collect News",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
250,
300
]
},
{
"parameters": {
"url": "https://news-to-social.vercel.app/api/news/generate",
"method": "POST",
"sendHeaders": true,
"headerParameters": {
"parameters": [
{
"name": "Content-Type",
"value": "application/json"
},
{
"name": "X-Webhook-Secret",
"value": "={{ $env.WEBHOOK_SECRET }}"
}
]
},
"sendBody": true,
"bodyParameters": {
"parameters": [
{
"name": "newsItems",
"value": "={{ $node[\"\ud83d\udcf0 Step 1: Collect News\"].json.data }}"
}
]
}
},
"name": "\ud83d\udcdd Step 2: Generate Content",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
550,
300
]
},
{
"parameters": {
"channel": "#automation-status",
"text": "\ud83d\ude80 Pipeline Status:\n\n1\ufe0f\u20e3 News collected: {{ $node[\"\ud83d\udcf0 Step 1: Collect News\"].json.count }} items\n2\ufe0f\u20e3 Content generated: {{ $node[\"\ud83d\udcdd Step 2: Generate Content\"].json.generated }} posts\n\n\u23f3 Waiting for approval...\n\n\ud83d\udc49 Review at: https://news-to-social.vercel.app/"
},
"name": "\ud83d\udcca Status Notification",
"type": "n8n-nodes-base.slack",
"typeVersion": 3,
"position": [
850,
300
]
},
{
"parameters": {
"url": "https://news-to-social.vercel.app/health",
"method": "GET"
},
"name": "\u2705 Health Check",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
250,
500
]
}
],
"connections": {
"\u23f0 Trigger (6 hours)": {
"main": [
[
{
"node": "\ud83d\udcf0 Step 1: Collect News",
"type": "main",
"index": 0
}
]
]
},
"\ud83d\udcf0 Step 1: Collect News": {
"main": [
[
{
"node": "\ud83d\udcdd Step 2: Generate Content",
"type": "main",
"index": 0
}
]
]
},
"\ud83d\udcdd Step 2: Generate Content": {
"main": [
[
{
"node": "\ud83d\udcca Status 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
5️⃣ FULL PIPELINE: News → Approval → Blotato. Uses httpRequest, slack. Scheduled trigger; 5 nodes.
Source: https://github.com/peewe75/socialnew/blob/5eac134a2c250db598406c771d6279ebe7d945c8/n8n-workflows/05-full-pipeline.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.
Stop the daily grind of checking multiple apps just to stay updated. This template automates the creation of recurring digests by querying a powerful AI assistant you build on the Super platform.
Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.
6️⃣ Full Pipeline - News → Webhook → Blotato → Analytics. Uses httpRequest, slack. Scheduled trigger; 7 nodes.
Flow. Uses httpRequest, slack, pagerDuty. Scheduled trigger; 7 nodes.
Flow. Uses httpRequest, slack, linear. Scheduled trigger; 7 nodes.