AUTOMATION BUILDS

Marc Pocus

n8n & workflow automation for warehouse and manufacturing operations — built by someone who's spent 20+ years on the floor, not just in the tooling.

Case study: Equipment assignment & scheduling

A powered-industrial-truck (forklift/PIT) fleet was being assigned by memory and radio calls. This workflow replaces that with an automatic match-and-notify system.

REQUEST equipment needed READ equipment status MATCH available unit AVAILABLE log · mark in-use · notify NONE FREE notify — no equipment
Actual workflow structure — built in n8n, branching on real-time equipment availability
01

Request comes in

An employee or supervisor submits which type of equipment they need and where.

02

Live status check

The workflow reads current equipment status instead of relying on someone's memory of what's free.

03

Match & branch

If a unit is available, it's assigned automatically. If nothing is free, the requester is notified immediately instead of waiting on a radio call.

04

Log & notify

The assignment is logged, the equipment is marked in-use, and the assigned employee gets notified — no manual paperwork.

0
radio calls needed to find equipment
1
source of truth for what's in use
<1min
from request to assignment

Case study: Inventory reorder engine

Stock was getting checked manually and reordered reactively — after a part ran out, not before. This workflow watches levels continuously and triggers the reorder itself.

CHECK LEVELS on a schedule COMPARE vs. reorder threshold FLAG LOW items below threshold NOTIFY reorder + log entry
Runs on a schedule — no one has to remember to check the sheet
01

Scheduled check

The workflow reads current stock levels from the tracking sheet on a set interval — no manual walk-through needed.

02

Threshold comparison

Each item is compared against its own reorder point, so fast-moving parts get flagged sooner than slow-moving ones.

03

Reorder + log

Anything below threshold gets flagged, the right person is notified with what to order, and the action is logged so there's a record of what was reordered and when.

0
manual stock checks required
Before
reorders happen before stockouts, not after

Other builds

More automations built for logistics, manufacturing, and small-business operations.

Shipment Delay Alert
Monitors shipment status and flags delays to the right people automatically, cutting down on manual tracking.
n8n · API polling · notification routing
Production Line Monitor
Surfaces line-status data into a simple live dashboard so supervisors aren't walking the floor to check status.
n8n · React dashboard · live data feed
Lead Qualification Workflow
A 5-stage pipeline — capture, AI scoring, instant response, CRM logging, follow-up sequence — built for a service-based client's inbound leads.
n8n · AI scoring · CRM integration