🀝 Order processing with Google Sheets and Slack: inventory checks and alerts

⚑ 345 views · 🀝 CRM & Sales Operations

Description

Overview

A cornerstone of your Order Management System, this workflow ensures seamless inventory control through fully automated stock checks, leading to a direct reduction in operational costs. It provides real-time alerts to the responsible personnel, enabling proactive issue detection and resolution to eliminate the financial damages associated with unexpected stock-outs.

How it works

Order Webhook

Receives orders from external sources (e.g., website, form, or app) via API.

Check Order Request

Checks the validity of the order (e.g., complete product, valid customer details)

Check Inventory

Retrieve inventory information and compare it with the order request.

Notifications

Logging

Set up steps

Webhook

{
  "id": "ORDER1001",
  "customer": {
    "name": "Customer",
    "email": "customer@example.com"
  },
  "items": [
    {
      "sku": "SKU001",
      "quantity": 2,
      "name": "Product A",
      "price": 5000
    },
    {
      "sku": "SKU002",
      "quantity": 2,
      "name": "Product C",
      "price": 10000
    }
  ],
  "total": 30000
}

Google Sheet

Slack

πŸ”— Nodes Used

Function, Google Sheets, Slack, Webhook

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup