Low Stock
Trigger a workflow when a product reaches low stock threshold.
Overview
The Low Stock trigger fires when a product’s stock quantity falls to or below the low stock threshold. This is essential for inventory management and reordering.
When It Fires
- Stock quantity reaches low stock threshold
- After an order reduces stock to threshold
- Manual stock adjustment triggers threshold
Configuration
| Field | Type | Required | Description |
|---|---|---|---|
| Category | select | No | Filter by product category |
| Minimum Price | number | No | Only products above this price |
Available Data
Stock Information
| Variable | Type | Description |
|---|---|---|
{{Trigger.stock_quantity}} | integer | Current stock level |
{{Trigger.low_stock_threshold}} | integer | Threshold that triggered |
{{Trigger.stock_status}} | string | Current stock status |
Product Information
| Variable | Type | Description |
|---|---|---|
{{Trigger.product_id}} | integer | Product ID |
{{Trigger.name}} | string | Product name |
{{Trigger.sku}} | string | SKU |
{{Trigger.price}} | string | Product price |
{{Trigger.url}} | string | Product URL |
Example Workflows
Reorder Alert
Notify purchasing team:
- Trigger: Low Stock
- Action: Send Email
- To:
purchasing@yourstore.com - Subject:
Low Stock Alert: {{Trigger.name}} - Body: SKU:
{{Trigger.sku}}, Current:{{Trigger.stock_quantity}}
- To:
Supplier Notification
Auto-notify suppliers:
- Trigger: Low Stock
- Action: Send Email
- To: Supplier email
- Subject:
Reorder Request: {{Trigger.sku}} - Body: Standard reorder quantity and details
Inventory Dashboard
Update tracking spreadsheet:
- Trigger: Low Stock
- Action: Airtable - Create Record
- Table: Reorder Queue
- Product:
{{Trigger.name}} - SKU:
{{Trigger.sku}} - Current Stock:
{{Trigger.stock_quantity}}
Urgent Alert
Critical stock warnings:
- Trigger: Low Stock
- Condition: Stock quantity <= 5
- Action: Send SMS/Slack alert
- Message:
URGENT: {{Trigger.name}} nearly out of stock!
- Message:
Low Stock vs Out of Stock
| Trigger | Use Case |
|---|---|
| Low Stock | Reordering, purchasing alerts |
| Stock Changed | Inventory tracking |
| Product Updated | General monitoring |
Best Practices
- Set appropriate thresholds per product
- Integrate with purchasing systems
- Create urgency tiers based on stock level
- Track lead times for reordering