Non ci sono articoli nel tuo carrello.
In-depth description of this automation:
This is a fully automated daily supply chain and procurement workflow that keeps product stock levels healthy and suppliers updated, by automatically generating and emailing purchase orders (POs) and syncing PO statuses in Airtable.
Two Schedule Trigger
nodes run:
{stock_level} <= {reorder_threshold}
.supplier_id
.JS code calculates an optimal reorder quantity:
average_daily_sales × (lead_time × 1.5) × safety_margin (1.2)
Pending
or Sent
) matching each product.For filtered products, creates new PO records in Airtable with:
product_name
product_id
reorder_qty
Pending
Pending
.supplier_id
.Pending
→ Sent
.✅ Runs every day
✅ Dynamically calculates reorder needs
✅ Avoids duplicate purchase orders
✅ Automatically creates purchase orders in Airtable
✅ Groups & emails daily PO summaries to suppliers
✅ Updates PO status after sending email
This workflow makes daily procurement fully automated: detects risk of stockouts, creates POs smartly, keeps suppliers in sync by email, and updates order statuses in one closed loop — perfect for any small or mid-sized business using Airtable + N8N.