Back to work
MakeCase study

Automated Fermentation Health Monitoring Assistant

Fermentation‑health workflow that watches form submissions, normalizes data, uses OpenAI to extract fermentation metrics, parses the AI response into structured JSON, routes normal results to a production log sheet, and triggers email alerts to the ops manager when either the AI parse fails or an anomaly is detected.

Make · workflow canvasproduction build
Automated Fermentation Health Monitoring Assistant workflow

Context

The fermentation team needed to monitor health metrics at scale without manual review of every submission, while still catching early‑stage anomalies and preserving a clear audit trail of every batch.

Approach

Built a single Make.com scenario that watches new fermentation health form submissions, normalizes the fields, sends them to OpenAI with a JSON‑structured prompt, parses the AI output into data, routes the result into either a normal production‑log path or an anomaly alert path, and wraps both the intake/AI leg and downstream logging with scenario error handlers that email the ops manager.

Architecture

  1. Watch New Form Submission
  2. Normalize Submission Data
  3. OpenAI - Extract Fermentation Metrics
  4. Parse JSON String AI Output
  5. Build AI Content
  6. AI Parse Routes
  7. AI Parse Success: Sheets - Append Row to Production Log
  8. Normal Vs Warning/Critical Route
  9. Normal: no alert
Anomaly
  1. Gmail - Error Alert to Ops Manager
  2. AI Parse Failed: Gmail - Error Alert to Ops Manager
  3. Scenario Error Handler watching intake/AI parsing and downstream paths

Results

~3 hrs/weekBatch review time saved
Minutes, down from manual log reviewAnomaly detection time
EliminatedProduction log gaps