Block 1 - Schedule Website Check
- Type / Role
- n8n-nodes-base.scheduleTrigger - scheduleTrigger
- Config choices
- Version 1
This workflow is provided as-is. Please review and test before using in production.
Website Downtime Monitoring with Scheduled Checks and Email Alerts Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no code template p...
n8n-nodes-base.scheduletrigger, n8n-nodes-base.httprequest, n8n-nodes-base.if, n8n-nodes-base.emailsend
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Anandkumar C.
Original n8n.io sourceEasily 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.com465 (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.
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
| Workflow | Website monitoring, scheduling, and email alerts template |
|---|---|
| Complexity | beginner |
| Nodes | 4 |
| Categories | DevOps |
| Author | Anandkumar C |
| Published | 20 Jun 2025 |
Use the JSON export at /data/workflows/5067/5067.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
Website Downtime Monitoring with Scheduled Checks and Email Alerts Easily monitor your website uptime and receive instant email alerts when it becomes unreachable — using this no code template p...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your DevOps use case.