r/zapier

▲ 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+5 crossposts

Have you survived a migration from platform to platform?

I am doing market research and I am looking for people who can spare 10 to 15 mins of their time to answer a few questions. This is about people who have been involved in the migration of workflows from one platform to the next. So, make to n8n or zapier to n8n.

Anyone out there who can help?

reddit.com
u/TheInternetsUnc — 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
▲ 5 r/zapier

What AI emails tools are you actually using right now?

Just curious what AI email apps people here are actually using in their day-to-day and what you like about them.

We've been testing a couple like Shortwave and Superhuman, and even though they'e both trying to solve the same problem, they feel pretty different in practice.

Shortwave (Gmail-only) feels more flexible and has some solid AI features for organizing and managing emails. Superhuman (Gmail + Outlook) is more expensive, but it feels faster and has some useful productivity and networking features built in.

We also put together a more detailed comparison for anyone interested, but I’m more curious about what people are actually sticking with long term.

Is anyone here using AI email tools regularly, and if so, which ones have actually made a difference for you?

reddit.com
u/Disastrous_Stress_50 — 5 days ago
▲ 4 r/zapier+1 crossposts

Issue with backing up teams sales calls to google drive

I'm getting hung up on being able to back up users recordings to google drive. I would assume all new cloud recordings would include my team members, but I'm only seeing the ones personally recorded by me. I have access to the recordings as an admin. Running into a complete brick wall. Any help is appreciated

u/Dirty_Pizza_Hippie — 7 days ago
▲ 4 r/zapier

Zaper with lead generation to CRM question?

Does Zapier have an action like "Create Lead" (and can you map custom fields)?

reddit.com
u/Mr_Chip_2U — 8 days ago
▲ 2 r/zapier+1 crossposts

How are you monitoring n8n workflows in production?

I've been thinking about a problem that becomes painful once you have dozens of production workflows:

How do you know when an automation has silently stopped doing what it should?

Execution errors are relatively easy to detect.

The harder cases are:

  • workflow executes successfully but produces bad/empty output
  • webhook stops receiving events
  • upstream API changes behavior
  • workflow hasn't executed for an unusually long time
  • downstream system stops receiving expected data

Curious how people running n8n in production handle this today.

Do you rely on n8n's built-in execution/error handling, custom alerting, external monitoring, or something else?

reddit.com
u/kumarshikhardeep1 — 9 days ago
▲ 2 r/zapier

What's the best way to know when a Zap silently stops working?

I'm curious how people running business-critical Zaps handle monitoring.

Error notifications are one thing, but what about:

  • Zap runs but output is wrong
  • trigger stops arriving
  • API behavior changes
  • Zap hasn't run when it normally should

How are you handling these cases?

reddit.com
u/kumarshikhardeep1 — 9 days ago
▲ 1 r/zapier

Stumped with Google Sheets

I have a new zap:

  1. If a Project in Daylite has a new entry, check for a google sheet with the same name as the Daylite Project.

  2. If there is not one, make a new one.

  3. On the sheet, it's supposed to put in today's date, the object that was added to Daylite, and the title of the object on a new row.

It's choking on the Google Sheet. It will make a new sheet, but there is no way to get the worksheet selected.

I'm sure it's something boneheaded I'm doing.

The AI went berserk and wasn't helpful. It kept making increasingly complex zaps with junk data.

reddit.com
u/dee_lio — 11 days ago
▲ 0 r/zapier

Borderline Unusable?

I use Zapier to integrate various platforms to HubSpot. Anyone else finding that the Zap building UI is so slow to the point that it is nearly unusable.

Considering switching to Make.com? Anyone know if their UI is better?

reddit.com
u/Sam_Is_A_Concept — 10 days ago
▲ 2 r/zapier

Zapier refund policy, monthly vs annual billing, non profit billing, auto renewal

I see this all the time regarding zapier subscriptions... Once you decide on an annual plan, that's it. You won't be able to cancel the policy AND it'll auto renew even if you leave the company, or, you forget about it, or you change credit cards for whatever reason.

The reasons are debatable as to why the company changed their pro rated refunds, but the negative reviews all revolve around the situations mentioned.

They've been phasing out their old pricing plans. Further, if you're a real estate agent, and you don't represent the company, don't count on much help. If you're on an actual contract the roles are different.

Unless you're spending $50k+ don't expect much help. In spite of the several thousand integrations, of your unlucky to find an action or trigger event that hasn't been addressed by the other company and not zapier you still won't get a refund.

Many many times the zap just won't work but that doesn't mean they're going to refund you.

Non profits, your need to submit and get approved your exempt status before you buy. They won't refund you the difference.

If you have similar experiences, comment here or if you have questions, happy to area what I can.

I worked there for a minute.

reddit.com
u/Slow-Attention-4848 — 13 days ago