u/Echarge_Vie_498

▲ 1 r/zapier

Has anyone successfully connected Relay Financial to Zapier in an accounts payable workflow?

Hey everyone, I'm building out a full invoice-to-payment automation and I'm hitting a wall with Relay Financial's Zapier integration. Hoping someone here has done something similar and can share what worked for them.

What I'm trying to accomplish:

Our workflow goes like this — subcontractors email invoices to a submissions inbox, Parseur parses the PDF and extracts all the key fields, Zapier creates a bill in QuickBooks Online, Relay auto-imports the unpaid QB bill, our owner approves payment in Relay, Relay pays via ACH and syncs the paid status back to QuickBooks. At that point I need Zapier to detect the paid bill in QB, attach the original invoice PDF to the bill record, and update our Financial Summary in Google Sheets with the payment details including the Relay Payment ID, bank account used, and updated payment status.

What is working:

The QB to Relay native sync works as expected. Unpaid bills created in QB auto-import into Relay and the owner can approve them there. Once paid, Relay does push the payment status back to QuickBooks and the bill shows as paid.

The limitations I have run into:

Relay Financial does not appear to have a native Zapier integration or trigger. There is no Relay app in the Zapier directory that I can find. This means I cannot trigger a Zap directly from a Relay payment event. Instead I am relying on the QuickBooks New or Updated Bill trigger to detect when Relay has synced a paid status back to QB — which works but introduces a delay and depends entirely on how quickly Relay pushes the update back to QB.

The other limitation is that the QB trigger does not reliably return all the payment details I need — specifically the Relay Payment ID and the exact bank account used for payment. The Linked Transaction ID comes back in the QB trigger output but I am not certain this maps directly to the Relay Payment ID in a meaningful way for reporting purposes.

My specific questions:

  1. Has anyone built a direct Relay to Zapier connection using webhooks or the Relay API? If so what endpoint did you use and how did you authenticate?
  2. Is there a better way to capture Relay payment events without relying on the QB sync as a middleman?
  3. Has anyone confirmed whether the Linked Txn Txn Id that QB returns after a Relay payment actually corresponds to the Relay transaction reference?
  4. For anyone using Relay Grow or Scale — does the approval workflow expose any webhook or API event that Zapier can listen to?

We are on Relay Pro/Grow/Scale so we have access to the full bill pay and approval features. Any insights from people who have worked with Relay in an automation context would be really helpful. Thanks in advance.

reddit.com
u/Echarge_Vie_498 — 2 days ago
▲ 4 r/zapier

Built a full invoice-to-payment automation for a small EV installation company — looking for feedback on the workflow and stack

Hey everyone! I'm a project manager at a small EV charging and electrical installation company in Southern California. Over the past several weeks I've been building out a full accounts payable automation system from scratch and I'd love feedback from people who have done similar things or can spot gaps in my approach. I am completely new to building automations with no background in it so it's been a learning experience all together for me.

The problem I was solving:

We receive subcontractor invoices, permit invoices, and materials receipts from multiple vendors via email. Previously everything was tracked manually — invoices were getting lost, payment statuses were unclear, and there was no central source of truth for job-level financials.

The stack I'm using:

  • Gmail (Google Workspace Business Standard) — invoice intake at a dedicated submissions email
  • Parseur (Free plan, 20 pages/month) — AI-powered document parsing to extract structured fields from PDF invoices
  • Zapier (Professional plan, 750 tasks/month) — automation orchestration
  • Google Drive (Shared drives via Google Workspace) — organized file storage by vendor and city
  • Google Sheets — Financial Tracker with File Log, Financial Summary, and Payment Approval tabs
  • QuickBooks Online — bill creation and accounting
  • Relay Financial — bill pay with approval workflows, native QB sync
  • Kopperfield — customer invoicing platform, CC fees source
  • Gemini AI Studio — explored for invoice parsing via API before switching to Parseur due to quota and integration limitations

How the automation works end to end:

Invoice intake (Zap A): Subcontractors email invoices to our submissions address. Gmail auto-forwards to our Parseur mailbox where the document is parsed and all key fields are extracted — Job ID, vendor name, invoice date, amount, labor cost, materials cost, permit cost, service fee, tax, document type, and more.

Drive filing (Zap A + A2): Based on the document type Parseur identifies, the invoice PDF is automatically filed into the correct Google Drive subfolder. Subcontractor invoices go into a vendor-specific folder, permit invoices and receipts go into city-specific folders organized by year. We have 29 city folders each with 2025 and 2026 subfolders.

Financial logging (Zap C): Every parsed invoice triggers a new row in our Financial Summary sheet pulling in project details from our Project Tracker via Job ID lookup. Labor cost, materials cost, permit cost, taxes, and payment statuses are all written automatically.

Bill creation and payment (Zap B): When Relay processes a payment and syncs the paid status back to QuickBooks, Zap B fires — it finds the corresponding invoice in our File Log by Job ID, retrieves the PDF from Drive, attaches it to the QB bill, and updates the Financial Summary with the QB reference, Relay payment ID, and payment status.

Financial Summary formulas:

  • Total Project Cost = Labor + Materials + Permit + Device + CC Fees + Taxes
  • Gross Profit = Customer Invoice − all costs
  • Gross Profit % = Gross Profit / Customer Invoice
  • Overall Payment Status auto-updates based on all individual payment status columns

Where things went sideways — and why I'm posting:

After weeks of planning, building, and testing each Zap individually, I published the full workflow and quickly discovered the Zaps were not functioning as intended in a live environment. Triggers that worked perfectly in test mode behaved differently with real invoice submissions. The email-to-Parseur forwarding, Drive folder routing logic, and multi-Zap sequencing all had issues that weren't visible during isolated testing. I'm currently in the process of identifying what broke and rebuilding the affected Zaps with a cleaner architecture.

This is honestly the most humbling part of automation work — you can plan every step meticulously and still hit unexpected behavior when real data flows through the system. If you've been through this before I'd love to hear how you debugged and stabilized a multi-Zap workflow in production.

What I'm still working on:

  • Rebuilding Zap A with a cleaner Parseur-first trigger flow
  • Kopperfield Zap — pulling customer invoice totals and CC fees by customer name via API
  • Permit-specific Zap — handling permit invoices and receipts as a dedicated workflow
  • Auto-reply logic for incomplete submissions missing required fields
  • Expanding Parseur field extraction as invoice formats vary across vendors

My questions for the community:

  1. Is Parseur the right tool for variable invoice formats at low volume, or is there something better for free? My boss is adamant about using free resources
  2. Any tips for keeping Zapier task count low with this many multi-step Zaps?
  3. Has anyone successfully used the Relay + QuickBooks native sync in a similar workflow? Any gotchas?
  4. Is there a smarter way to handle the Job ID as the primary key across all these systems?
  5. What is your debugging process when a multi-Zap workflow fails in production but passed all tests?
  6. Any red flags in this architecture that could break at scale?

Happy to share more details on any part of the stack. Thanks in advance!

reddit.com
u/Echarge_Vie_498 — 5 days ago