Integrations & data

CSV-first order data with a controlled ERP path

Mountain Goat is built to accept messy inbound POs and produce structured, review-ready data without forcing automatic ERP write-back on day one.

Sync with Gmail or Outlook

Connect shared inboxes so inbound customer POs can enter the same review workflow.

Upload flow

Easily upload your files directly.

No forced write-back

ERP Rollout stays controlled.

CSV export

Field lists ERP owners can inspect.

Start with a plain export shape before moving toward deeper integrations.

po_number,
po_revision,
customer_company_name,
customer_contact_name,
date_received,
line_number,
customer_part_number,
internal_part_number,
description,
quantity,
unit_price,
line_total,
requested_date,
currency,
status

Order payload

Structured data that maps to downstream systems.

{
  "po_number": "PO-7742",
  "customer": "Acme Components",
  "status": "reviewed",
  "currency": "USD",
  "lines": [
    {
      "line_number": "1",
      "customer_part_number": "ACM-8841-R2",
      "internal_part_number": "MG-2048-B",
      "quantity": 120,
      "unit_price": 42.5
    }
  ]
}

Pilot

Bring your sample export requirements to the pilot.

Send a representative set of scrubbed purchase orders and see the workflow: extraction, exceptions, matching, and clean export.