Email Validator — Zapier Integration

Version 1.0.0 | Requires: Email Validator API Key | Zapier Account

Connect Email Validator to 2,000+ apps without writing a single line of code. Automatically validate emails when new contacts are added to Mailchimp, HubSpot, Salesforce, Google Sheets, Typeform, WooCommerce — and hundreds more.

How Zapier + Email Validator Works

New Subscriber (Mailchimp) → Zapier detects new entryEmail Validator checks the email ↓ If valid: tag subscriber, send welcome email If invalid: remove from list, send admin alert If disposable: block signup, add to spam list

Use Cases — 8 Ready-to-Build Zaps

Mailchimp
New subscriber Validate Email
Tag valid / Remove invalid
HubSpot
New contact Validate Email
Block disposable / Create deal
Google Sheets
New row Validate Email
Color-code valid/invalid
Salesforce
New lead Validate Email
Filter fake leads
ActiveCampaign
New contact Validate Email
Auto-tag / Unsubscribe
Typeform
New entry Validate Email
Verify before welcome email
WooCommerce
New order Validate Email
Verify customer email
Facebook Lead Ads
New lead Validate Email
Remove fake leads

Email Statuses Returned

StatusMeaningCredits
validMailbox confirmed to exist1 credit
invalidMailbox does not exist1 credit
riskyLow confidence (Yahoo, etc.)Free
catch_allDomain accepts all emailFree
disposableTemporary email providerFree
spam_trapKnown honeypot / spam trapFree
unknownCould not determineFree
retryTemporarily deferredFree

Setup — 1 Minute

  1. Go to email-validaton.com/dashboard and copy your API key
  2. In Zapier, search for "Email Validator" or add this app manually
  3. Enter your API key — green check confirms it's connected
  4. Select a trigger (e.g. "New Subscriber in Mailchimp")
  5. Add action: Email Validator → Validate Email
  6. Map the email field from your trigger
  7. Turn on your Zap — emails are now validated automatically

API Endpoints Used

EndpointMethodPurpose
/api/v1/accountGETVerify API key on connection
/api/v1/verifyPOSTValidate email address
/api/zapier/v1/hooksPOSTSubscribe REST hook (Zapier trigger)
/api/zapier/v1/hooks/{id}DELETEUnsubscribe REST hook
/api/zapier/v1/sampleGETSample payload for Zap testing
Download Source