Automated Website Stock Monitoring with Instant Discord Alerts
detail.loadingPreview
Never miss a restock again! This workflow automatically checks your website for specific stock status updates. Receive instant notifications directly on Discord the moment an item becomes available or is out of stock.
About This Workflow
This powerful n8n workflow provides a hands-off solution for monitoring your website's inventory. Scheduled to run hourly via a Cron node, it sends an HTTP request to your specified URL. The response is then analyzed by an IF node, which checks if the content contains the phrase 'Out Of Stock'. Depending on the result, a targeted Discord notification is sent, alerting you either to an item being out of stock or when that specific phrase is no longer detected (indicating availability). This proactive approach ensures you're always informed about your product's stock status, preventing lost sales and streamlining inventory management.
Key Features
- Scheduled Monitoring: Automatically checks your website at regular intervals (e.g., hourly).
- Customizable Stock Detection: Easily configure the text to search for (e.g., 'Out Of Stock', 'Available').
- Instant Notifications: Receive immediate alerts on Discord for stock changes.
- Conditional Alerting: Get specific notifications for 'Out Of Stock' or when the item is not out of stock.
- Flexible Integration: Works with any website or API that returns stock status information.
How To Use
- Configure Cron: Set your desired monitoring frequency (e.g.,
everyHourin the Cron node'striggerTimes). - Set HTTP Request URL: In the 'HTTP Request' node, replace the empty
urlparameter with the specific URL of the webpage or API endpoint you want to monitor for stock information. - Define Stock Status: In the 'IF' node, under
conditions.string.operation: contains, setvalue2to the exact text that indicates an item is out of stock on your website (e.g., 'Out Of Stock'). Thevalue1parameter automatically references the response from the HTTP Request. - Set Discord Webhook URI: In both 'Discord' nodes, replace the empty
webhookUriparameter with your Discord channel's webhook URL. - Customize Discord Messages: Update the
textparameters in the 'Discord' nodes to personalize your notifications. For example, 'Item is available!' or 'Item is Out of Stock.' - Activate Workflow: Ensure the workflow is set to
active: true.
Apps Used
Workflow JSON
{
"id": "abf0dcf6-64d7-475d-8bfb-cc8b96d48e1e",
"name": "Automated Website Stock Monitoring with Instant Discord Alerts",
"nodes": 7,
"category": "Operations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: abf0dcf6-64d7...
About the Author
SaaS_Connector
Integration Guru
Connecting CRM, Notion, and Slack to automate your life.
Statistics
Related Workflows
Discover more workflows you might like
Instant WooCommerce Order Notifications via Telegram
When a new order is placed on your WooCommerce store, instantly receive detailed notifications directly to your Telegram chat. Stay on top of your e-commerce operations with real-time alerts, including order specifics and a direct link to view the order.
Universal CSV to JSON API Converter
Effortlessly transform CSV data into structured JSON with this versatile n8n workflow. Integrate it into any application as a custom API endpoint, supporting various input methods including file uploads and raw text.
On-Demand Microsoft SQL Query Execution
This workflow allows you to manually trigger and execute any SQL query against your Microsoft SQL Server database. Perfect for ad-hoc data lookups, administrative tasks, or quick tests, giving you direct control over your database operations.