Monitor Shopify Inventory & Send Low Stock Alerts to Slack — n8n ワークフロー

複雑度 スケジュール6個のノード🏷️ Miscellaneous作成者:David Olusola

概要

Inventory Low Stock Alerts E-commerce Automation This n8n template automatically monitors your Shopify inventory levels and sends alerts when products fall below your defined threshold. Prevent stockouts and maintain sales revenue with proactive inventory management. Good to know

Default threshold is 10 units but easily customizable in the Code node Monitors all product variants individually Runs daily at 9 AM but schedule is fully adjustable Only sends alerts when action is needed (no empty no

使用ノード

SlackShopifyCode

ワークフロープレビュー

📦 INVENTORY LOW STOCK MONITOR
Author: DAVID OLUSOLA
WORKFLOW PURPOSE:
Automatically monitor Shopify inventory levels and aler
SETUP REQUIREMENTS:
- Shopify sto
KEY FEATURES:
✅ Daily automated inventory checks
✅ Customizable stock thresholds
✅ Multi-variant product support
✅ Detailed low stock reporting
✅ Proactive restocking alerts
BUSINESS VALUE:
🚫 Prevent stockouts
💰 Maintain sales revenue
📊 Better inventory management
⏰ Proactive restocking
TIME TO BUILD: 20 minutes
THRESHOLD CUSTOMIZATION:
Modify the lowStockThreshold variable in the Code node:
const lowStockThreshold = 10;
Change 10 to your desired threshold:
- 5 for fast-moving items
- 20 for slow-moving
D
Daily Inventory Check
Get All Products
Filter Low Stock Items
C
Check if Alerts Needed
F
Format Alert Message
Send Inventory Alert
6 nodes5 edges

仕組み

  1. 1

    トリガー

    このワークフローは スケジュール トリガーで開始します、定義されたスケジュールで実行。

  2. 2

    処理

    データは 6 個のノードを流れます, connecting code, if, scheduletrigger。

  3. 3

    出力

    ワークフローは自動化を完了し、設定された宛先に結果を配信します。

ノード詳細 (6)

SL

Slack

slack

#1
SH

Shopify

shopify

#2
CO

Code

code

#3

このワークフローのインポート方法

  1. 1右側の JSONをダウンロード ボタンをクリックしてワークフローファイルを保存します。
  2. 2n8nインスタンスを開き、ワークフロー → 新規 → ファイルからインポート に進みます。
  3. 3ダウンロードした monitor-shopify-inventory-send-low-stock-alerts-to-slack ファイルを選択し、インポートをクリックします。
  4. 4各サービスノードの 認証情報(APIキー、OAuthなど)を設定します。
  5. 5ワークフローをテスト をクリックして動作確認し、有効化します。

またはn8nの JSONからインポート に直接貼り付け:

{ "name": "Monitor Shopify Inventory & Send Low Stock Alerts to Slack", "nodes": [...], ...}

インテグレーション

codeifscheduletriggersetshopifyslack

このワークフローを取得

ワンクリックでダウンロード&インポート

JSONをダウンロードn8n.ioで見る
ノード6
複雑度medium
トリガーscheduled
カテゴリMiscellaneous

作成者

David Olusola

David Olusola

@dae221

タグ

codeifscheduletriggersetshopifyslack

n8n初めてですか?

n8nは無料のオープンソースワークフロー自動化ツールです。セルフホストまたはクラウド版をご利用いただけます。

n8nを無料で始める →

Related Miscellaneous Workflows