Back to Templates
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.
retryCount = 0
Sheet Column | Example Data |
---|---|
name |
Timeout Test |
method |
GET |
url |
https://httpbin.org/delay/15 |
headers |
{"Content-Type": "application/json"} |
body |
{"key": "value"} |
expectedField |
status |
expectedValue |
success |
expectedStatusCode |
200 |