Automated Website Downtime Alerts with LINE Notifications and Supabase Logging - n8n Workflow | Neura Market
Automated Website Downtime Alerts with LINE Notifications and Supabase Logging
This workflow monitors website uptime using the UptimeRobot API. It sends humorous downtime alerts to a LINE group and logs incidents in a Supabase database, ensuring timely notifications and record-keeping.
The workflow is designed to automatically check website statuses at regular intervals. If a website is down, it generates a humorous alert message using OpenAI's GPT-4o, sends the alert to a LINE group, and logs the incident in a Supabase table. The process repeats every 30 minutes to prevent alert fatigue.
Platform
n8n
Category
IT & Development
Price
Free
Creator
Isla Campbell
if
code
wait
filter
supabase
stickyNote
httpRequest
uptimeRobot
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.