PaperToSheet
Integrations

Integration settings

Connect PaperToSheet to Google Sheets, Google Drive, and your Zapier or Make automations. Manage everything from here.

Demo mode: settings are saved only in this browser, and Google actions are simulated. Add Google credentials and disable mock mode to connect for real.

Google account

Demo mode

One Google connection powers both Sheets export and Drive import. We request the minimum access we need — the sheets you choose and only the Drive files you pick.

Google Sheets

Pro feature

Append each extracted invoice or receipt to a Google Sheet — one row per invoice, or one row per line item. Choose the spreadsheet, tab, and layout, preview the columns, and run a test export with sample data.

Export a real document

Review extracted data before exporting. Only export to spreadsheets you trust.

Google Drive

Business feature

Import invoice and receipt files straight from Google Drive. Supported files: PDF, PNG, JPG, JPEG, and WEBP.

Only select files you want PaperToSheet to process.

Webhook (Zapier, Make & more)

Automatically send each invoice to your favourite tools. Paste a webhook URL and we'll POST the extracted data as JSON.

Not connectedDemo mode

Create a "Catch Hook" in Zapier or a "Custom Webhook" in Make, then paste the URL here.

Optional — reserved for signed payloads later.

Payload preview
{
  "event": "extraction.completed",
  "sentAt": "2026-05-30T19:51:49.731Z",
  "app": "PaperToSheet",
  "version": "1.0.0",
  "invoice": {
    "vendorName": "Northwind Creative Studio",
    "vendorAddress": "14 Harbour Lane, Suite 3, Sydney NSW 2000, Australia",
    "vendorTaxId": "ABN 52 004 215 870",
    "customerName": "Brightpath Marketing Pty Ltd",
    "invoiceNumber": "NWC-2041",
    "invoiceDate": "2026-04-12",
    "dueDate": "2026-04-26",
    "currency": "AUD",
    "subtotal": 3200,
    "discountAmount": 0,
    "shippingAmount": 0,
    "taxAmount": 320,
    "totalAmount": 3520,
    "amountPaid": 0,
    "balanceDue": 3520,
    "paymentStatus": "unpaid",
    "paymentMethod": "Bank transfer",
    "category": "Design services",
    "confidence": 0.93,
    "notes": "Sample invoice for demo purposes. Net 14 payment terms.",
    "lineItems": [
      {
        "id": "li_b3o55wkoel5",
        "description": "Brand identity & logo design",
        "quantity": 1,
        "unitPrice": 1800,
        "amount": 1800,
        "category": "Design"
      },
      {
        "id": "li_4z4jqdvoel5",
        "description": "Landing page UI design (6 screens)",
        "quantity": 6,
        "unitPrice": 180,
        "amount": 1080,
        "category": "Design"
      },
      {
        "id": "li_kxcusqkoel5",
        "description": "Revision round",
        "quantity": 2,
        "unitPrice": 160,
        "amount": 320,
        "category": "Design"
      }
    ]
  },
  "export": {
    "source": "manual"
  }
}

Demo mode: settings are saved only in this browser.

Webhook data is sent to the URL you provide. Only send data to tools you trust.

You handle financial documents, so be careful: only send data to tools you trust, review extracted data before exporting, and remember PaperToSheet may make extraction mistakes. In demo mode, integrations may be simulated.