Skip to content

Extracted data goes straight into your existing systems.

Fieldiq connects to the ERP, accounting, and workflow tools your team already uses. Extracted fields push directly — no manual export, no middleware you maintain.

ERP connections — direct API push, no middleware layer

Extracted invoice and PO fields push directly into the AP and procurement modules where your team works. Field mapping is configured once during onboarding — updates run without manual export.

SAP
SAP S/4HANA
ERP / Finance
Direct FI/MM module push — vendor_id, invoice_no, total, due_date
NS
Oracle NetSuite
ERP / Accounting
Vendor bill creation via SuiteScript REST API
QB
QuickBooks Online
Accounting
Bill and expense creation via QBO API v3
WD
Workday
ERP / HR Finance
Supplier invoice and PO matching via Workday REST APIs
D365
Microsoft Dynamics 365
ERP / Finance
AP invoice creation via D365 Finance OData endpoints
XR
Xero
Accounting
Bill creation and contact matching via Xero API

Workflow connections — exceptions go where your team already works

AP exceptions route to your AP team in Coupa or ServiceNow. Claims exceptions go to the adjuster queue. Slack alerts fire on high-priority exceptions. Your team doesn't need a new tool — just a new queue.

SF
Salesforce
CRM / Workflow
Exception case creation and vendor record enrichment
CP
Coupa
Procurement
Invoice intake and PO matching via Coupa API
SN
ServiceNow
ITSM / Workflow
Exception routing to ServiceNow incident queues
SL
Slack
Notifications
Exception alerts and extraction status to Slack channels
FTP
SFTP / File Drop
File Transfer
CSV flat-file output to any SFTP endpoint or shared drive
EM
Email Output
Notification
Structured extraction results delivered to reviewer inboxes
Custom integrations via REST API and webhooks

For ERP configurations, internal tools, or approval workflows not in our standard connector library — the REST API accepts any document type and returns structured JSON on a webhook you own. No middleware you didn't write.

  • REST API — POST documents, GET extraction results
  • Webhook push — real-time result delivery to your endpoint
  • JSON schema definition — map fields to your ERP structure
  • Bulk ingestion API — batch document submission
  • Status API — query extraction progress and exception queue
Request API access
REST API — submit document
POST /api/v1/documents
Authorization: Bearer <api_key>
Content-Type: multipart/form-data

{
  "file": invoice_07421.pdf,
  "doc_type_hint": "invoice",
  "webhook_url": "https://erp.acme.com/hooks/fiq",
  "schema_id": "sap_fi_v2"
}

// Response 202 Accepted
{
  "doc_id": "inv_07421_1751020800",
  "status": "processing",
  "eta_ms": 3200
}

Don't see your system? We've connected to 40+ ERP configurations.

If your ERP isn't in our standard library, book a technical call. We'll scope the integration, walk through the field mapping, and tell you what the connection timeline looks like.