Skip to main content

Automate Airtable inventory tracking and purchase order creation

Workflow preview

Workflow preview
100%
Automate Airtable inventory tracking and purchase order creation preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

1. Workflow Overview

This workflow automates the complete purchase order cycle for Airtable based inventory management using n8n. It continuously monitors your stock levels, automatically creates purchase orders when i...

Best for

  • Document Extraction automation workflows
  • advanced n8n builders looking for reusable templates

Tools used

n8n-nodes-base.stickynote, n8n-nodes-base.airtabletrigger, n8n-nodes-base.airtable, n8n-nodes-base.manualtrigger, n8n-nodes-base.scheduletrigger, n8n-nodes-base.merge, n8n-nodes-base.if, n8n-nodes-base.gmail

Source and attribution

This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by Milan Vasarhelyi - SmoothWork.

Original n8n.io source

1.1 Workflow description

Title
Automate Airtable inventory tracking and purchase order creation
Workflow name
Automate Airtable inventory tracking and purchase order creation

Overview

This workflow automates the complete purchase order cycle for Airtable-based inventory management using n8n. It continuously monitors your stock levels, automatically creates purchase orders when inventory falls below reorder thresholds, and sends formatted order emails to suppliers—eliminating manual tracking and reducing stockout risk.

The system handles three critical automation processes: ensuring each supplier always has a draft purchase order ready, intelligently adding products to those orders based on forecasted stock levels versus threshold quantities, and automatically emailing suppliers when orders are approved for sending.

Key Features

  • Automated stock monitoring: Hourly checks identify products that need reordering based on customizable threshold levels
  • Smart purchase order management: Automatically creates and maintains draft purchase orders for each supplier
  • Supplier email automation: Sends formatted order details directly to suppliers when purchase orders are ready
  • Movement-based ledger: Tracks every stock-in and stock-out transaction for complete audit trails
  • Test data generator: Includes a manual-trigger workflow to simulate random sales orders for testing

Setup Requirements

Required first step: You must copy the Airtable inventory management base into your own Airtable account from: https://airtable.com/appN9ivOwGQt1FwT5/shr1ApcBSi4SOVoPh

After copying the base, you'll need to configure:

  • Airtable credentials: Personal Access Token with read/write permissions to your copied base
  • Gmail credentials: OAuth2 connection for sending purchase order emails to suppliers
  • Base connections: Update all Airtable nodes to point to your copied base URL and table IDs

Configuration

The workflow runs on an hourly schedule by default to check for products needing reorder. You can adjust this frequency in the "Check Products Hourly" Schedule Trigger node based on your business needs.

All supplier-specific settings including email addresses, reorder thresholds, and refill quantities are managed directly in the Airtable base—not in the workflow itself. This allows non-technical team members to adjust inventory parameters without touching the automation.

The included test workflow ("Generate random SO") is manual-trigger only and simulates daily sales by randomly reducing product quantities, making it easy to test the reorder automation without waiting for real sales data.

1.2 Logical Blocks

This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.

2. Block-by-Block Analysis

Block 1 - Requirements Overview Note

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 2 - Draft PO Creation Section

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 3 - PO Modified

Type / Role
n8n-nodes-base.airtableTrigger - airtableTrigger
Config choices
Version 1

Block 4 - Find Suppliers Without Draft PO

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 5 - Create a Draft PO

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 6 - Manual Trigger for Test SO

Type / Role
n8n-nodes-base.manualTrigger - manualTrigger
Config choices
Version 1

Block 7 - List Products

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 8 - Auto Add Products Section

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 9 - Random SO Generator Section

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 10 - Check Products Hourly

Type / Role
n8n-nodes-base.scheduleTrigger - scheduleTrigger
Config choices
Version 1.2

Block 11 - Find Products Need Purchase

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 12 - Find Draft PO for Supplier

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 13 - Merge Product and Stock In Data

Type / Role
n8n-nodes-base.merge - merge
Config choices
Version 3.2

Block 14 - Find Existing Stock In

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 15 - Is there Stock In Already

Type / Role
n8n-nodes-base.if - if
Config choices
Version 2.2

Block 16 - Update Stock In

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 17 - Create Stock In

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 18 - PO Enters Needs Email

Type / Role
n8n-nodes-base.airtableTrigger - airtableTrigger
Config choices
Version 1

Block 19 - Email Orders Section

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

Block 20 - Create SO

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 21 - Create SO Line

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 22 - Send out PO to Supplier

Type / Role
n8n-nodes-base.gmail - gmail
Config choices
Version 2.1

Block 23 - Update PO Status

Type / Role
n8n-nodes-base.airtable - airtable
Config choices
Version 2.1

Block 24 - Workflow Description

Type / Role
n8n-nodes-base.stickyNote - stickyNote
Config choices
Version 1

3. Summary Table

Workflow Automate Airtable inventory tracking and purchase order creation
Complexity advanced
Nodes 24
Categories Document Extraction
Author Milan Vasarhelyi - SmoothWork
Published 24 Nov 2025

4. Reproducing the Workflow from Scratch

  1. 1. Download the workflow JSON

    Use the JSON export at /data/workflows/11184/11184.json as the source template for this automation.

  2. 2. Import the template into n8n

    Open n8n, import the downloaded JSON, and review each node before activating the workflow.

  3. 3. Configure credentials and variables

    Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.

  4. 4. Test with sample data

    Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.

  5. 5. Activate and monitor

    Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.

5. General Notes & Resources

Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.

Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.

Frequently asked questions

What does Automate Airtable inventory tracking and purchase order creation do?

This workflow automates the complete purchase order cycle for Airtable based inventory management using n8n. It continuously monitors your stock levels, automatically creates purchase orders when i...

What do I need before importing this workflow?

Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.

Can I customize this workflow?

Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Document Extraction use case.