Automated Website Uptime Monitoring with Slack Notifications
This workflow continuously monitors a website's availability and sends alerts to a Slack channel if the site becomes unreachable, ensuring you are promptly informed of any downtime.
The workflow is designed to periodically check the status of a specified website using HTTP requests. If the website returns a non-2xx status code, indicating an issue, a notification is sent to a designated Slack channel. This setup is ideal for monitoring critical websites or APIs, providing immediate alerts to minimize downtime impact.
Platform
n8n
Category
Communication
Price
Free
Creator
Yara Mansour
website-alerts
if
cron
slack
stickyNote
httpRequest
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.