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

@zerobounce/n8n-nodes-zerobounce

v1.1.0

Published

n8n node to work with the ZeroBounce API

Readme

ZeroBounce Logo

n8n-nodes-zerobounce

This is an n8n community node for integrating with the ZeroBounce API in your n8n workflows.

n8n is a fair-code licensed workflow automation platform.

About

Validate and score email addresses to improve deliverability and protect domain reputation.

ZeroBounce is an award-winning email verification and deliverability platform trusted by more than 185,000 customers.

It detects invalid, abuse, spam trap other risky email addresses to improve inbox placement.

The company is GDPR and SOC 2 Type 2 compliant, validating over 13 billion emails to date. Some of the companies it serves are Amazon, Disney, Netflix, LinkedIn and Sephora.

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Account

    • Credits Balance
    • API Usage
    • List Filters
    • Add Filter
    • Delete Filter
  • Validation

    • Validate Email
    • Validate Batch
    • Bulk Validate Send File
    • Bulk Validate Get File
    • Bulk Validate File Status
    • Bulk Validate Delete File
  • A.I. Scoring

    • Score Email
    • Bulk A.I. Scoring Send File
    • Bulk A.I. Scoring Get File
    • Bulk A.I. Scoring File Status
    • Bulk A.I. Scoring Delete File
  • Email Finder

    • Find Email Address
    • Bulk Email Finder Send File
    • Bulk Email Finder Get File
    • Bulk Email Finder File Status
    • Bulk Email Finder Delete File
  • Domain Search

    • Domain Search
    • Bulk Domain Search Send File
    • Bulk Domain Search Get File
    • Bulk Domain Search File Status
    • Bulk Domain Search Delete File
  • Activity Data

    • Get Activity Data

Credentials

You need a ZeroBounce API Key to use this node.

API Key

  1. Open your ZeroBounce API dashboard ZeroBounce API.
  2. Click 'Create a new API Key'.
  3. Enter a descriptive name for your key in the API Key Name field, like 'n8n integration'.
  4. Set the key to active and optionally configure the IP address(es) it can be used from.
  5. Toggle the API Keys' visibility and copy the value shown.

For more information, see API Keys Management

Usage

Workflow Testing

When testing your workflows, use API Sandbox Mode data.

Send File Wait Webhook

  • Use a Wait node to wait for a webhook confirming completion of a file
  • Set the resume mode to 'On Webhook Call'
  • Set the HTTP Method to 'POST'
  • Optional: Add a webhook suffix with the options dropdown e.g. zerobounce
  • Set the 'return_url' parameter in the Send File node to the webhook URL e.g. {{$execution.resumeUrl}}/zerobounce
  • On execution, the URL is generated and the 'Wait' node will wait until the notification is received from ZeroBounce
  • If the webhook is never called, check the HTTP Method on the wait node is set to 'POST' and view the status of the callback here API Callback Status

Support

If you encounter an issue with this node, please Contact Us.

Compatibility

Compatible with [email protected] or later

Resources