Automate API Uptime Monitoring with Google Sheets and WhatsApp Alerts - n8n Workflow | Neura Market
Automate API Uptime Monitoring with Google Sheets and WhatsApp Alerts
This n8n workflow automates API uptime monitoring by checking API availability every 15 minutes. It retrieves API details from Google Sheets, implements retry logic, and sends WhatsApp alerts for any downtime.
This workflow is designed to ensure continuous API uptime monitoring and alerting. It reads API details from a Google Sheet, checks each API's availability, and if an API is down, it retries up to four times with a 10-minute interval between attempts. If the API remains down after all retries, a WhatsApp alert is sent to notify the responsible parties. This setup helps maintain service reliability and immediate awareness of potential issues.
Platform
n8n
Category
Development & IT
Price
Free
Creator
Owen MacLeod
if
code
wait
whatsApp
stickyNote
httpRequest
googleSheets
splitInBatches
scheduleTrigger
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.