Website Check

This workflow automatically accesses a specified website at scheduled intervals to check if the webpage content contains specific keywords, such as "Out Of Stock." Based on the detection results, it sends different alert messages via Discord, enabling real-time monitoring of the website's status. It is suitable for e-commerce sellers, procurement personnel, and others, helping users quickly become aware of inventory changes, improving the efficiency and accuracy of information retrieval, and avoiding the hassle of manually refreshing the webpage.

Workflow Diagram
Website Check Workflow diagram

Workflow Name

Website Check

Key Features and Highlights

This workflow automatically accesses a specified website at scheduled intervals to detect whether the webpage content contains specific keywords (e.g., "Out Of Stock"). Based on the detection results, it sends different alert messages via Discord, enabling real-time monitoring and notification of the website’s status.

Core Problem Addressed

Helps users automatically monitor website inventory or content changes, promptly informing them if a product is out of stock. This avoids the need for frequent manual page refreshes, improving the efficiency and accuracy of information acquisition.

Application Scenarios

Ideal for e-commerce sellers, procurement staff, product managers, or anyone who needs to track website inventory and status changes. Through automated detection, users receive immediate notifications of stock updates or critical content changes, enabling swift responses.

Main Workflow Steps

  1. Scheduled Trigger (Cron): Automatically initiates the workflow every hour.
  2. HTTP Request: Accesses the target website and retrieves the webpage content.
  3. Conditional Check (IF Node): Determines whether the webpage content contains the phrase "Out Of Stock."
  4. Result Notification (Discord):
    • If "Out Of Stock" is found, sends a "value found" message.
    • If not found, sends a "value not found" message.

Involved Systems or Services

  • HTTP Request node to access the target website.
  • Discord node to send real-time detection result notifications via webhook.
  • Cron node to schedule and trigger the entire workflow.

Target Users and Value

This workflow is suitable for users who need real-time monitoring of webpage status or inventory information, such as e-commerce operators, supply chain managers, and market analysts. By automating monitoring tasks, it reduces manual workload and ensures users receive critical business information promptly, enhancing response speed and decision-making efficiency.