Monitors a website hourly for 'Out Of Stock' text changes and sends Discord notifications when stock status updates.
This n8n workflow automates website monitoring by checking a specified URL every hour via Cron trigger. It fetches the webpage content using an HTTP Request node, then uses an IF node to detect if the response contains 'Out Of Stock'. If the text is found, it sends a Discord message indicating the item is out of stock; otherwise, it alerts that the value is not found, signaling potential restocking.
Benefits include eliminating manual page checks, enabling real-time notifications for time-sensi
Platform
n8n
Category
Healthcare
Price
$9.99
Creator
Bryce Yu
website monitoring
stock alerts
discord notifications
cron scheduling
http request
change detection
automation
restock notifier
web scraping
alerts
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.