Use Cases
- Monitor website uptime and performance at regular intervals
- Automate checks for multiple URLs to ensure availability
- Receive early alerts on website downtime or issues
- Enhance website reliability for e-commerce and service platforms
How It Works
The workflow is triggered every 15 minutes using a schedule node. A list of URLs is defined and split into individual items. Each URL is pinged using an HTTP request to check its status. Results can be logged or further processed as needed.
Setup Steps
- 1Import the workflow template into n8n.
- 2Configure the schedule trigger to set the desired interval.
- 3Update the list of URLs in the 'URLs List' node.
- 4Test the workflow to ensure it pings the URLs correctly.
Categories
Target Roles
Industries
Tags
#process automation
#notifications
#workflow management