Sync with Gmail or Outlook
Connect shared inboxes so inbound customer POs can enter the same review workflow.
Integrations & data
Mountain Goat is built to accept messy inbound POs and produce structured, review-ready data without forcing automatic ERP write-back on day one.
Connect shared inboxes so inbound customer POs can enter the same review workflow.
Easily upload your files directly.
ERP Rollout stays controlled.
CSV export
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
{
"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
Send a representative set of scrubbed purchase orders and see the workflow: extraction, exceptions, matching, and clean export.