⚙️ Api uptime monitoring with WhatsApp alerts & Google Sheets management

639 views · ⚙️ DevOps & CI/CD

Description

This automated n8n workflow monitors API uptime by periodically checking API availability and sending instant WhatsApp alerts if any service goes down. It retrieves API details from a Google Sheet and includes retry logic for failed requests.

Good to Know

How It Works

How to Use

Requirements

Sheet Structure

Sheet ColumnExample Data
nameTimeout Test
methodGET
urlhttps://httpbin.org/delay/15
headers{"Content-Type": "application/json"}
body{"key": "value"}
expectedFieldstatus
expectedValuesuccess
expectedStatusCode200

Customizing This Workflow

🔗 Nodes Used

Google Sheets, HTTP Request, WhatsApp Business Cloud, Schedule Trigger

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup