Interactive demo

Watch an invoice get read, checked, and routed.

This is the same four steps the intake pipeline runs in n8n. The business rules below are the workflow’s rules, mirrored line for line; the tests prove the two agree.

Simulation: no webhook is configured, so a bundled sample stands in for a live extraction.

  1. 01
    Read
    the document comes in
  2. 02
    Pull out details
    vendor, number, dates, totals
  3. 03
    Check
    do the numbers add up?
  4. 04
    Decide
    auto-approve, or ask a human