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 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-verifiemail

v1.1.0

Published

n8n node for VerifiEmail API - Powerful Email validation API

Readme

n8n-nodes-verifi-email

Verifi.Email Logo

A powerful n8n node for seamless email validation using the Verifi.Email API. Validate email addresses with enterprise-grade accuracy while maintaining complete privacy and security.

Features

  • Seamless Integration - Easy-to-use n8n node for email validation workflows
  • High Accuracy - Enterprise-grade email validation with detailed results
  • Privacy-First - Secure and private API that doesn't store your data
  • Real-time Validation - Instant email verification results
  • Bulk Processing - Validate multiple emails efficiently in n8n workflows
  • Detailed Responses - Comprehensive validation data including deliverability, syntax, and more

Installation

Install via n8n Community Nodes

  1. Go to SettingsCommunity Nodes in your n8n instance
  2. Click Install a Community Node
  3. Enter: n8n-nodes-verifi-email
  4. Click Install

Manual Installation

# In your n8n installation directory
npm install n8n-nodes-verifi-email

Setup

1. Get Your API Key

  1. Visit Verifi.Email Registration
  2. Create your free account
  3. Get your API key from the dashboard

2. Configure Credentials

  1. In n8n, go to Credentials
  2. Click Add CredentialVerifi.Email API
  3. Enter your API key
  4. Save the credential

Usage

Basic Email Validation

  1. Add the Verifi.Email node to your workflow
  2. Select your configured credentials
  3. Choose operation: Validate Email
  4. Enter the email address to validate
  5. Execute the workflow

Example Workflow

{
  "email": "[email protected]",
  "validation_result": {
    "is_valid": true,
    "is_deliverable": true,
    "is_risky": false,
    "syntax_valid": true,
    "domain_exists": true,
    "mailbox_exists": true,
    "disposable": false,
    "role_account": false,
    "free_provider": false
  }
}

Bulk Validation

Use n8n's Split In Batches node to process multiple emails:

  1. Read Data → Email list
  2. Split In Batches → Process in chunks
  3. Verifi.Email → Validate each email
  4. Merge → Combine results

Node Operations

Validate Email

Validates a single email address and returns comprehensive results.

Parameters:

  • email (string, required): Email address to validate

Output:

  • is_valid (boolean): Overall validation result
  • is_deliverable (boolean): Whether email can receive messages
  • is_risky (boolean): Risk assessment for the email
  • syntax_valid (boolean): Email syntax validation
  • domain_exists (boolean): Domain existence check
  • mailbox_exists (boolean): Mailbox existence verification
  • disposable (boolean): Whether it's a disposable email
  • role_account (boolean): Whether it's a role-based email
  • free_provider (boolean): Whether it's from a free email provider

API Documentation

For detailed API documentation and advanced features, visit: https://verifi.email/docs

Use Cases

  • Lead Validation - Clean your lead lists before marketing campaigns
  • User Registration - Validate emails during sign-up processes
  • Data Cleaning - Remove invalid emails from existing databases
  • Email Marketing - Improve deliverability by validating subscriber lists
  • Form Validation - Real-time email validation in web forms
  • CRM Integration - Validate contacts automatically in your CRM workflows

Example Workflows

Marketing List Cleanup

Google Sheets → Split In Batches → Verifi.Email → Filter Valid → Update Sheet

Real-time Form Validation

Webhook → Verifi.Email → Conditional Logic → Send Response

CRM Contact Validation

CRM Trigger → Verifi.Email → Update Contact Status → Slack Notification

Error Handling

The node includes comprehensive error handling for:

  • Invalid API keys
  • Rate limit exceeded
  • Malformed email addresses
  • Network connectivity issues
  • API service unavailable

Rate Limits

Please refer to your Verifi.Email dashboard for current rate limits and usage statistics.

Support

Contributing

We welcome contributions! Please feel free to submit issues and pull requests.

Development Setup

  1. Clone this repository
  2. Install dependencies: npm install
  3. Build the node: npm run build
  4. Link to your n8n installation: npm link
  5. In your n8n directory: npm link n8n-nodes-verifi-email

Testing

npm run test
npm run lint

Changelog

v1.0.0

  • Initial release
  • Email validation functionality
  • Comprehensive validation results
  • Error handling and rate limiting

License

MIT


Secure • Private • Accurate

Transform your email workflows with reliable validation powered by Verifi.Email and n8n automation.