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": "BlogCraftAI Scheduled Publisher",
"nodes": [
{
"parameters": {
"rule": {
"interval": 1,
"unit": "days"
}
},
"id": "1",
"name": "Daily Trigger",
"type": "n8n-nodes-base.cron",
"typeVersion": 1
},
{
"parameters": {
"url": "https://blogcraftai.local/api/posts/?status=draft",
"options": {
"batching": {
"batchMode": "pagination"
}
}
},
"id": "2",
"name": "Fetch Draft Posts",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2
},
{
"parameters": {
"functionCode": "const ready = items.filter(item => item.json.meta.readiness_score >= 0.8);\nreturn ready;"
},
"id": "3",
"name": "Filter Ready Posts",
"type": "n8n-nodes-base.function",
"typeVersion": 1
},
{
"parameters": {
"url": "={{$json[\"links\"][\"publish\"]}}",
"options": {
"ignoreResponse": true
}
},
"id": "4",
"name": "Publish Post",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 2
},
{
"parameters": {
"channel": "#content-ops",
"text": "={{`Published ${$json.title} via BlogCraftAI automation`}}"
},
"id": "5",
"name": "Notify Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1
}
],
"connections": {
"Daily Trigger": {
"main": [
[
{
"node": "Fetch Draft Posts",
"type": "main",
"index": 0
}
]
]
},
"Fetch Draft Posts": {
"main": [
[
{
"node": "Filter Ready Posts",
"type": "main",
"index": 0
}
]
]
},
"Filter Ready Posts": {
"main": [
[
{
"node": "Publish Post",
"type": "main",
"index": 0
},
{
"node": "Notify Slack",
"type": "main",
"index": 0
}
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
BlogCraftAI Scheduled Publisher. Uses httpRequest, slack. Scheduled trigger; 5 nodes.
Source: https://github.com/Rohit-Gupta-Web3/BlogCraftAI/blob/12d9f14f93b9576fe54ec165262359583e4673fb/automations/n8n_content_publish.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.
This workflow is an automated employee time tracking and reporting system that monitors weekly work hours via TMetric, then delivers personalized summaries directly to each team member on Slack. It co
Import Productboard Notes Companies And Features Into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.
Import Productboard Notes, Companies and Features into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.
This workflow imports Productboard data into Snowflake, automating data extraction, mapping, and updates for features, companies, and notes. It supports scheduled weekly updates, data cleansing, and S
This workflow streamlines the entire inventory replenishment process by leveraging AI for demand forecasting and intelligent logic for supplier selection. It aggregates data from multiple sources—POS