When a Zap is the wrong shape for filing attachments
Zapier is a better product than Findest at almost everything. This page is about the one job where being narrow wins.
When does Zapier stop being worth it for filing email attachments?
When the trigger fires on far more mail than you end up filing. Zapier counts every run and the filter step consumes a task too, so three hundred mails with attachments is three hundred tasks to file forty documents. Findest counts documents filed: what gets discarded costs nothing.
Two axes where per-task pricing turns
A Zap that watches a mailbox and copies attachments into cloud storage is a genuinely good use of Zapier, and for a handful of documents a month it is hard to beat. The economics change on two axes at once: how many documents you get, and how much branching the routing needs.
Every run consumes tasks, and a multi-step Zap consumes several per document. Meanwhile the routing decision still has to be expressed as filter steps on fields the mailbox exposes — so the branch that decides which folder a PDF belongs in is being made without anyone reading the PDF.
The cost of a filter step that has to guess
The failure mode of a Zap here is not an error message. The filter step evaluates against the fields it has, picks a branch, and the document lands somewhere plausible. Nothing in the run history looks wrong, because from Zapier's point of view nothing was.
Debugging that means opening documents to find out which ones went the wrong way — the manual work the automation was supposed to remove, now spread across a folder instead of an inbox.
What a filter step cannot express
On the left, roughly the strongest condition an attachment trigger can express by itself. On the right, a distinction that requires having read the document.
“Anything with a PDF attached”
This is roughly what a Zap filter can express on its own, and it is why the folder ends up holding newsletters and signature graphics.
“Client-facing proposals and statements of work that we sent out. Not the ones we received from vendors.”
Direction of travel is invisible to an attachment filter and obvious to a reader — the document says who is proposing what to whom.
What gets written, and what gets fired
The document is filed under a name rebuilt from its own contents:
Proposal_Acme-Corp_2026-04-08.pdf
It lands in Sales Proposals Sent, and at the same moment the document.archived webhook fires with the same details, signed with HMAC-SHA256 so the receiving end can verify it really came from Findest. That is the seam where a Zap picks up.
Being narrow is a real limitation, not just a positioning line. Findest reads a mailbox and writes to Google Drive, OneDrive or Dropbox — that is the whole surface. If you need the same document to also create a row in a spreadsheet, open a ticket and ping a channel, that is a Zap, and Findest's outgoing document.archived webhook is how you would start it.
Questions about Zapier and automation tools
Can I use both?
That is the arrangement the webhook exists for. Findest does the reading and the filing, then fires document.archived with the filename, type and destination, and Zapier picks it up from there for whatever else needs to happen.
How is pricing different?
Findest charges per plan, not per document: 30 files a month free, 500 on Pro, unlimited on Business. The number that changes your bill is which plan you are on, not how busy a month was.
What if I already have Zaps for this?
Then the honest answer is that you should keep them until they annoy you. The two places they usually start to is when the task count climbs, and when a filter step has to guess at something only the document knows.
Related questions
Why email filters miss what is inside the attachment
This is not a complaint about Gmail. It is a description of what envelope-level matching can and cannot decide — including the version of it we shipped and had to remove. Read it →
Move Outlook attachments into OneDrive without a flow
Microsoft already ships an automation tool for this. It is worth being precise about where it stops being the cheaper option. Read it →
Every invoice filed, without opening the mail
The category with the most senders, the least consistent subject lines, and the highest cost when one goes missing. Read it →
Narrow enough to just work, open enough to plug in.
Free plan, no card, and a public API if you want to wire the rest yourself.