I created this Make scenario to automatically count WooCommerce orders by their status (e.g., processing, pending, completed, etc.) and aggregate them into a structured format. This can be super useful for dashboards, reports, or any kind of order monitoring.
Modules Used:
WooCommerce – Search for Orders
Retrieves all orders within a defined timeframe
customized this based on order status, date, or other filters.
1st Array Aggregator
Collects all order statuses from the WooCommerce module output into a single array.
Each bundle contains the order status as a value.
Array Aggregator (2nd use)
Groups and counts each unique status.
Use Cases:
Build a real-time order dashboard showing how many orders are in each status.
Trigger alerts or Slack messages if a status exceeds a threshold (e.g., too many “pending” orders).