Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no-code template powered by n8n, a free and flexible workflow automation tool.
This ready-to-use workflow periodically checks your website’s status and sends an alert email if it’s down.
Schedule Website Check
Triggers the workflow at regular intervals (e.g., every 8 hours by default).
Check Website Status
Sends an HTTP GET request to your site.
Evaluate Response
Determines if the site is reachable (expects HTTP status 200
).
Send Downtime Alert
If the site is down, an alert email is sent to the specified address.
Replace https://yourdomain.com
with your actual website URL.
Update the To Email
and From Email
fields with your addresses.
Modify the Schedule Trigger node to run every 5 minutes, hourly, or as needed.
Before emails can be sent, you need to configure SMTP credentials in n8n.
Note: Gmail requires App Passwords (not your regular Gmail password) and 2FA to be enabled.
n8n
).smtp.gmail.com
465
(SSL) or 587
(TLS)[email protected]
)Use this if you're using your hosting provider's or business email SMTP server.
smtp.yourdomain.com
or provider-specific (e.g., smtp.sendgrid.net
)587
(TLS) or 465
(SSL)[email protected]
)Then in the workflow's Send Email node, select the SMTP credentials you created.