npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

n8n-nodes-verificaremails

v1.0.17

Published

Official n8n community node for VerificarEmails.com

Readme

VerificarEmails — n8n Community Node

Official n8n node for VerificarEmails.com.
Validate emails, phone numbers (HLR / MNP / Syntax), names, and postal addresses.

🔍 Finding an Official n8n Community Node

Because Verificaremails is now an official community node, you don’t need to install it manually anymore.

You can simply:

  1. Open n8n in your browser.

  2. In the workflow editor, click the “+” button to add a new node.

  3. Use the search bar and type:

    VerificarEmails
  4. The node will appear automatically in the list — no need to install it from Settings → Community Nodes.

  5. Click on it to add it directly to your workflow.

Dashboard Verificaremails


Official community nodes are automatically available in the n8n node search — just like built-in nodes. You’ll always get the latest verified version without manual updates or npm installation.

Install manually a Community Node from the n8n UI**

  1. Open n8n in your browser. Example: https://your-n8n-domain.com or http://localhost:5678

  2. In the left sidebar, click ⚙️ Settings → Community Nodes.

  3. Click the “Install a Community Node” button.

  4. Enter the package name from npm — for example:

    n8n-nodes-verificaremails
  5. Click Install and wait a few seconds. n8n will download and install the package automatically.

  6. You’ll see a confirmation message, and the node will appear in your Nodes panel (search by name).

  7. Restart n8n if prompted — this activates the new node.


🔄 Update an Existing Community Node

  1. Go again to ⚙️ Settings → Community Nodes.

  2. Find the package you want to update (for example, n8n-nodes-verificaremails).

  3. If a new version is available, you’ll see an “Update” button next to it.

  4. Click Update, confirm, and wait for installation to finish.

  5. Restart n8n when prompted.


✅ After restart, the latest version of the node is active, and your existing workflows will keep working. You can check the version number under Settings → Community Nodes → Installed packages.


Supported Services

  • Email validation
  • Phone validation — HLR Lookup
  • Phone validation — MNP
  • Phone validation — Syntax
  • Postal address validation
  • Name / Surname / Gender validation
  • Name / Surname correction (JSON term)
  • Name / Surname autocomplete (JSON term)

For Name correction and Name autocomplete, the node automatically builds the required JSON and encodes it into the term parameter.


Development

npm install
npm run build

Credentials

To use the VerificarEmails API, you must first create an account.
Once registered, you can activate the services you need:

  • Email verification
  • Phone verification
  • Postal address verification
  • Name, surname, and gender detection

When creating your account, select your preferred language. All API messages will use this language setting.

Dashboard Verificaremails

After activating your account, choose the service you want to use. You can navigate between services using the top-left logo or the banners.

Dashboard Verificaremails

Next, go to the API section of the chosen service.

Dashboard Verificaremails

Click on the "+ Create new API" button (top right). Give the API a name and optionally set a credit limit.

Dashboard Verificaremails

Once saved, an API token will be generated. This token must be added to the n8n credentials for the VerificarEmails node.


Using the Node in n8n

In n8n, search for VerificarEmails in the Community Nodes section and add it to your workflow.

Dashboard Verificaremails

If you plan to use multiple validation services, it’s recommended to use the same API key for all of them.
To do this, open the gear icon in the credentials, select the active token, and reuse it across services.

Dashboard Verificaremails

When configuring the node, select the specific service you want to use (Email, Phone, Name/Surname, Postal address, etc.).

Dashboard Verificaremails

Each service not only validates the data but also provides additional details. Check the Result Guide section in our documentation to better understand and use the results.

Dashboard Verificaremails

The API also includes error handling for incorrect queries. Errors are rare, but we recommend implementing controls.
Error messages will always be returned in the account’s selected language.


Documentation

If you need assistance setting up your environment, use the support chat (bottom right widget) on our dashboard.


License

MIT © Skeyon Lab S.L.