AutomationFlowsWeb Scraping › Monitor If a Page Is Alive and Notify via Twilio SMS If Not

Monitor If a Page Is Alive and Notify via Twilio SMS If Not

ByRui Borges @rpb-dev on n8n.io

This workflow periodically checks a service's availability and sends an SMS notification if the service is down.

Cron / scheduled trigger★★☆☆☆ complexity4 nodesHTTP RequestTwilio
Web Scraping Trigger: Cron / scheduled Nodes: 4 Complexity: ★★☆☆☆ Added:

This workflow corresponds to n8n.io template #2524 — we link there as the canonical source.

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
{
  "id": "ppsHlJlSpHPQJp4Q",
  "tags": [],
  "nodes": [
    {
      "id": "6615e821-d47d-4df9-aa10-4aebdd9e6737",
      "name": "Schedule Trigger",
      "type": "n8n-nodes-base.scheduleTrigger",
      "position": [
        -1100,
        -540
      ],
      "parameters": {
        "rule": {
          "interval": [
            {
              "field": "minutes"
            }
          ]
        }
      },
      "typeVersion": 1.2
    },
    {
      "id": "456b6ea3-1360-4a6c-a862-84c022db78e4",
      "name": "HTTP Request",
      "type": "n8n-nodes-base.httpRequest",
      "position": [
        -740,
        -540
      ],
      "parameters": {
        "url": "",
        "options": {
          "response": {
            "response": {
              "fullResponse": true
            }
          }
        }
      },
      "typeVersion": 4.2
    },
    {
      "id": "d1155cfc-c27a-40c5-8d70-c0705ce24c9b",
      "name": "Twilio",
      "type": "n8n-nodes-base.twilio",
      "position": [
        -240,
        -520
      ],
      "parameters": {
        "to": "",
        "from": "",
        "message": "Service Down",
        "options": {}
      },
      "credentials": {
        "twilioApi": {
          "name": "<your credential>"
        }
      },
      "typeVersion": 1
    },
    {
      "id": "f4a781ab-96bf-4801-95d4-df8f8fbd1f8a",
      "name": "If",
      "type": "n8n-nodes-base.if",
      "position": [
        -520,
        -540
      ],
      "parameters": {
        "options": {},
        "conditions": {
          "options": {
            "version": 2,
            "leftValue": "",
            "caseSensitive": true,
            "typeValidation": "strict"
          },
          "combinator": "and",
          "conditions": [
            {
              "id": "75b05c45-447e-407b-847f-5ed909b3c325",
              "operator": {
                "type": "number",
                "operation": "equals"
              },
              "leftValue": "={{ $json.statusCode }}",
              "rightValue": 200
            }
          ]
        }
      },
      "typeVersion": 2.2
    }
  ],
  "active": true,
  "settings": {
    "executionOrder": "v1"
  },
  "versionId": "1918412f-8dd2-404c-ad68-0b48f09ff7fc",
  "connections": {
    "If": {
      "main": [
        [],
        [
          {
            "node": "Twilio",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "HTTP Request": {
      "main": [
        [
          {
            "node": "If",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "Schedule Trigger": {
      "main": [
        [
          {
            "node": "HTTP Request",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

This workflow periodically checks a service's availability and sends an SMS notification if the service is down.

Source: https://n8n.io/workflows/2524/ — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no-code template powered by n8n, a free and flexible workflow automation tool.

HTTP Request, Email Send
Web Scraping

BACH Email Monitor. Uses httpRequest. Scheduled trigger; 4 nodes.

HTTP Request
Web Scraping

Proactively alert to service endpoint changes and pod/container issues (Pending, Not Ready, Restart spikes) using Prometheus metrics, formatted and sent to Slack.

HTTP Request
Web Scraping

Tired of being let down by the Google Drive Trigger? Rather not exhaust system resources by polling every minute? Then this workflow is for you!

HTTP Request, Execute Workflow Trigger
Web Scraping

Triggers at a regular interval or via a webhook request. Solves AWS WAF challenge then makes a request to fetch the product page. Extracts product data from the retrieved HTML page. Compares the curre

N8N Nodes Capsolver, HTTP Request