Integration settings
Connect PaperToSheet to Google Sheets, Google Drive, and your Zapier or Make automations. Manage everything from here.
Google account
Demo modeOne 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 featureAppend 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.
Review extracted data before exporting. Only export to spreadsheets you trust.
Google Drive
Business featureImport 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.
Create a "Catch Hook" in Zapier or a "Custom Webhook" in Make, then paste the URL here.
Optional — reserved for signed payloads later.
{
"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.