AutomationFlowsSlack & Telegram › Scheduled HTTP Check & Slack Alert

Scheduled HTTP Check & Slack Alert

Original n8n title: Cron Http If Slack

Cron HTTP IF Slack. Uses httpRequest, slack. Scheduled trigger; 4 nodes.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesHTTP RequestSlack
Slack & Telegram Trigger: Cron / scheduled Nodes: 4 Complexity: ★★☆☆☆ Added:

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 →

Download .json
{
  "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"
  }
}
Pro

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 →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

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.

HTTP Request, Slack
Slack & Telegram

Politician Social Media Monitor. Uses httpRequest, slack. Scheduled trigger; 7 nodes.

HTTP Request, Slack
Slack & Telegram

TitanCrew — Daily Churn Prevention Scan. Uses httpRequest, slack. Scheduled trigger; 5 nodes.

HTTP Request, Slack
Slack & Telegram

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

HTTP Request, Item Lists, Data Table +1
Slack & Telegram

Import Productboard Notes Companies And Features Into Snowflake. Uses stickyNote, httpRequest, splitOut, snowflake. Scheduled trigger; 35 nodes.

HTTP Request, Snowflake, Slack