npm

Node package manager

Integrate the npm API with the ZeroBounce API

Setup the npm API trigger to run a workflow which integrates with the ZeroBounce API. Pipedream's integration platform allows you to integrate npm and ZeroBounce remarkably fast. Free for developers.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
AI Scoring with ZeroBounce API on New Download Counts from npm API
npm + ZeroBounce
 
Try it
Get Validation Results File with ZeroBounce API on New Download Counts from npm API
npm + ZeroBounce
 
Try it
Validate Email with ZeroBounce API on New Download Counts from npm API
npm + ZeroBounce
 
Try it
Validate Emails in File with ZeroBounce API on New Download Counts from npm API
npm + ZeroBounce
 
Try it
AI Scoring with ZeroBounce API on New Package Version from npm API
npm + ZeroBounce
 
Try it
New Download Counts from the npm API

Emit new event with the latest count of downloads for an npm package. See the documentation.

 
Try it
New Package Version from the npm API

Emit new event when a new version of an npm package is published. See the documentation

 
Try it
AI Scoring with the ZeroBounce API

Estimates a reliability score based on ZeroBounce's AI for the provided email. See the documentation

 
Try it
Get Validation Results File with the ZeroBounce API

Downloads the validation results for a file submitted using sendfile API. See the documentation

 
Try it
Validate Email with the ZeroBounce API

Validates a specific email. See the documentation

 
Try it
Validate Emails in File with the ZeroBounce API

Performs email validation on all the addresses contained in a provided file. See the documentation

 
Try it

Overview of ZeroBounce

The ZeroBounce API provides email verification services that help improve email deliverability by removing invalid or risky email addresses from your lists. When integrated with Pipedream, you can automate workflows to clean your mailing lists, validate subscribers in real-time, and enrich your contacts. Pipedream's serverless platform facilitates the running of code that interacts with the ZeroBounce API to execute these tasks based on various triggers and actions from other integrated services.

Connect ZeroBounce

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    zerobounce: {
      type: "app",
      app: "zerobounce",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.zerobounce.net/v2/getcredits`,
      params: {
        api_key: `${this.zerobounce.$auth.api_key}`,
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo