Back to work
Conversational AICase study

Internal Material Routing Bot

Lightweight triage bot that routes internal material-related alerts by item category, captures the alert text, resolves the category (metal findings, gemstones, packaging, wire cord, tools/equipment, or fallback), sends targeted stock alert notifications for each category, and offers a post-alert menu to submit another alert or end the session.

Conversational AI · workflow canvasproduction build
Internal Material Routing Bot workflow

Context

Internal operations needed a quick, consistent way to classify material alerts and route them to the right handling path without manual triage, while supporting repeated submissions in a single session.

Approach

Built a Botpress workflow that starts with an alert entry card to capture the material alert, executes a category resolver to match the item to a predefined classification, branches into category-specific notification handlers (metal findings, gemstones, packaging, wire cord, tools/equipment) or a fallback generic alert for unrecognized items, and presents a post-alert menu allowing the user to submit another alert or end the session with a confirmation.

Architecture

  1. alert_entry
  2. execute_category_resolver
  3. notify_metal_findings
  1. notify_gemstones
  1. notify_packaging
  1. notify_wire_cord
  1. notify_tools_equipment
  1. notify_fallback
  2. post_alert_menu (submit another alert OR end)
  3. end_node

Results

~2 hrs/weekStock alert triage time saved
5 categories, zero manual sortingAlert routing accuracy
EliminatedResponse delay