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": "Cron HTTP IF Slack",
"nodes": [
{
"name": "Cron",
"type": "n8n-nodes-base.cron",
"typeVersion": 1,
"parameters": {
"triggerTimes": {
"item": [
{
"hour": 0,
"minute": 0
}
]
}
},
"position": [
200,
200
]
},
{
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"parameters": {
"method": "GET",
"url": "https://api.example.com/status"
},
"position": [
500,
200
]
},
{
"name": "IF",
"type": "n8n-nodes-base.if",
"typeVersion": 1,
"parameters": {
"conditions": {
"boolean": [
{
"value1": true
}
]
}
},
"position": [
800,
200
]
},
{
"name": "Slack",
"type": "n8n-nodes-base.slack",
"typeVersion": 1,
"parameters": {
"resource": "message",
"operation": "post",
"channel": "#alerts",
"text": "Condition matched"
},
"position": [
1100,
160
]
}
],
"connections": [
{
"fromNode": "Cron",
"toNode": "HTTP Request"
},
{
"fromNode": "HTTP Request",
"toNode": "IF"
},
{
"fromNode": "IF",
"toNode": "Slack"
}
],
"settings": {
"executionOrder": "v1"
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Cron HTTP IF Slack. Uses httpRequest, slack. Scheduled trigger; 4 nodes.
Source: https://github.com/CodeHalwell/n8n-mcp/blob/220dfd70a0dd6f7609d63a5125e022661b71ed63/templates/cron-http-if-slack.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.
Automated Content Pipeline. Uses httpRequest, slack. Scheduled trigger; 9 nodes.
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.