Use Anymail Finder from n8n
Install the official Anymail Finder node in n8n and start finding or verifying emails right inside a workflow, triggered manually, on a schedule, or from a webhook.
What you can do with Anymail Finder on n8n
Anymail Finder for n8n is an official community node that finds and verifies professional email addresses inside a workflow, using the same account and credits as the rest of Anymail Finder. Five actions are available once it's installed and added to a workflow, each one returning an email_status field so an IF node can branch on it.
Find a Person's Email
Pass it a name plus a company or domain. Anymail Finder checks the address live before returning the result.
In: name, company/domain → Out: email, email_status
1 credit, only if a verified email is found
Find a Decision Maker's Email
Skip the name and pass a domain with a role or department instead. Anymail Finder returns the closest match, including their name, title and a verified email.
In: domain, role/department → Out: name, title, email, email_status
2 credits, only if a verified email is found
Find Emails by LinkedIn URL
Use a LinkedIn profile URL to find the person's email address.
In: profile URL → Out: email, email_status
1 credit, only if a verified email is found
Find All Emails at a Company
One search against a domain surfaces up to 20 addresses at that company, personal and generic addresses both included.
In: domain → Out: list of emails, email_status
1 credit per search, only if at least one email is found
Verify an Email
Verify an email address you already have in your CRM, spreadsheet or another source. The check runs live against the mailbox, catch-all domains included.
In: email address → Out: email_status (valid, risky or invalid)
0.2 credits, whatever the result
How it works
Install the node
In n8n, go to Settings → Community Nodes, click Install, and enter the package name n8n-nodes-anymailfinder-official.
Connect your account
Create an Anymail Finder API credential once and paste an API key from your Anymail Finder settings. n8n reuses that credential across every workflow built afterward.
Branch on the result
Every action returns email_status alongside the data. An IF node right after is what keeps a bad result from reaching the rest of the workflow.
The exact clicks for each step, screenshots included, are in the n8n setup guide in the Help Center.
A community-built workflow
There's an existing n8n workflow that shows this pattern with real company data, built by an independent creator rather than by Anymail Finder:
The template uses generic HTTP Request nodes rather than the official Anymail Finder node covered above. Both paths hit the same API, the official node makes the setup simpler when building a workflow from scratch. The template itself, built and maintained independently of Anymail Finder, is on n8n's template page ↗.
A written walkthrough of the same kind of logic, including how to decide what counts as an acceptable risk on the email_status result, is in How to Automate Email Finding with Zapier and Make. The branching principle is the same on n8n, just built with an IF node instead of Paths or a Router.
What it costs
Installing the node is free. Each run spends the same credits as the rest of your account, at the same prices.
| Action | Cost | When |
|---|---|---|
| Find a Person's Email | 1 credit | Only if a verified email is found |
| Find a Decision Maker's Email | 2 credits | Only if a verified email is found |
| Find Emails by LinkedIn URL | 1 credit | Only if a verified email is found |
| Find All Emails at a Company | 1 credit | Once per search, only if at least one email is found |
| Verify an Email | 0.2 credits | Whatever the result, valid, risky or invalid |
Nothing gets charged for a search that comes back empty, and repeating the same search, or verifying the same address, is free for 30 days. You get 100 free credits when you verify your card, which is only verified, not charged. The same engine sits behind the Email Finder API, so a workflow that grows past what the node covers can call the API directly, at the same prices.
Frequently Asked Questions
Add Anymail Finder to your next n8n workflow
Connect your account and start finding or verifying emails as part of an automation you already run.