This n8n workflow automatically monitors the gold price on a specified website and sends a notification when the price exceeds a predefined threshold. It is scheduled to run every 6 hours, fetching the webpage, extracting the gold price using CSS selectors, and then comparing the value after parsing it to a number. If the price is higher than 52,300, it triggers a notification message via LINE to alert the user. This workflow is useful for gold investors, traders, or enthusiasts who want real-time alerts based on fluctuating gold prices without manual checks.
Gold Price Alert Notification Workflow
Node Count | 6 – 10 Nodes |
---|---|
Nodes Used | html, httpRequest, if, scheduleTrigger, stickyNote |
Reviews
There are no reviews yet.