n8n

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

1

Install the node

In n8n, go to Settings → Community Nodes, click Install, and enter the package name n8n-nodes-anymailfinder-official.

2

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.

3

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:

1
Trigger
The workflow starts manually and reads a batch of companies from a Google Sheet
2
Lookup
Each company name and website is sent to the Anymail Finder API to search for an email
3
Switch
Splits on the result: an email found (valid or risky) versus none found
4
Update + alert
Writes the result back to the sheet and sends a Telegram alert

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.

ActionCostWhen
Find a Person's Email1 creditOnly if a verified email is found
Find a Decision Maker's Email2 creditsOnly if a verified email is found
Find Emails by LinkedIn URL1 creditOnly if a verified email is found
Find All Emails at a Company1 creditOnce per search, only if at least one email is found
Verify an Email0.2 creditsWhatever 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

What is the Anymail Finder integration for n8n?
Anymail Finder ships as an official community node for n8n. Once it's installed from the Community Nodes list, it draws on the exact same search engine, live verification, account and credits as the main app and the API.
Do I need an API key to connect it?
Yes. After installing the node, n8n asks for an Anymail Finder API key when you create the credential, and that credential can be reused across every workflow built afterward. The key is available on the Anymail Finder API settings page.
Which actions does the Anymail Finder node support?
Five: Find a Person's Email, Find a Decision Maker's Email, Find Emails by LinkedIn URL, Find All Emails at a Company, and Verify an Email. Each one takes different inputs and returns an email_status field a workflow can branch on.
Is there a ready-made template for Anymail Finder on n8n?
Yes, though it's community-built rather than official: a workflow that pulls companies from Google Sheets, looks up an email for each through the Anymail Finder API, writes the result back, and sends a Telegram alert. An independent creator built and maintains it on n8n's template page ↗, reaching the API through generic HTTP Request nodes instead of the official node.
Can I use this with Zapier or Make instead of n8n?
Yes to both, Zapier and Make each have their own integration page here. Same account, same credits, same five actions everywhere, the real difference is just how each platform lets you wire the workflow together.

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.