You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(enrichment): add ZeroBounce, NeverBounce, and MillionVerifier email verification (#4854)
* feat(enrichment): add ZeroBounce, NeverBounce, and MillionVerifier email verification
* docs gen
* mdx
* fix(zerobounce): handle 200-status API errors and guard JSON parsing
* fix(byok): render new email-verify providers + raise hosted rate limits
- Add zerobounce/neverbounce/millionverifier to the Enrichment
PROVIDER_SECTIONS so they render in the workspace BYOK settings UI
(they were in PROVIDERS + the API allowlist but no section listed them).
- Raise ZeroBounce and MillionVerifier hosted per-workspace rate limits
from 60 to 1200 req/min, sized against documented upstream ceilings
(ZeroBounce 80k/10s; MillionVerifier 160/sec). NeverBounce stays at 60
pending its account-configured throttle.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---------
Co-authored-by: Theodore Li <theo@sim.ai>
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
MillionVerifier is a high-volume, low-cost email verification service. Use this integration to verify an individual email in real time — it returns ok, catch-all, unknown, invalid, disposable, or unverified along with role-account and free-provider flags — and to check the verification credits remaining on your account. It's a cost-efficient choice for cleaning large lists before a campaign.
15
+
{/* MANUAL-CONTENT-END */}
16
+
17
+
18
+
## Usage Instructions
19
+
20
+
Integrate MillionVerifier to verify email deliverability in real time — classify addresses as valid, invalid, catch-all, disposable, or unknown — and check your remaining verification credits.
21
+
22
+
23
+
24
+
## Tools
25
+
26
+
### `millionverifier_verify_email`
27
+
28
+
Verify the deliverability of an email address. Uses one verification credit.
NeverBounce is a real-time email verification and list-cleaning service. Use this integration to check whether an email address is deliverable — it classifies each address as valid, invalid, disposable, catch-all, or unknown and surfaces role-account and free-provider flags — and to read the paid and free verification credits left on your account. Verify addresses before sending to cut bounces and keep your domain reputation healthy.
15
+
{/* MANUAL-CONTENT-END */}
16
+
17
+
18
+
## Usage Instructions
19
+
20
+
Integrate NeverBounce to verify email deliverability in real time — classify addresses as valid, invalid, catch-all, disposable, or unknown — and check your remaining verification credits.
21
+
22
+
23
+
24
+
## Tools
25
+
26
+
### `neverbounce_verify_email`
27
+
28
+
Verify the deliverability of an email address. Uses one verification credit.
ZeroBounce is a real-time email validation and deliverability service. Use this integration to validate individual email addresses before outreach — it flags invalid, catch-all, spamtrap, abuse, and do-not-mail addresses so you can drop risky contacts and protect your sender reputation — and to check the validation credits remaining on your account. ZeroBounce is the default verifier behind many email-finding waterfalls.
15
+
{/* MANUAL-CONTENT-END */}
16
+
17
+
18
+
## Usage Instructions
19
+
20
+
Integrate ZeroBounce to validate email deliverability in real time — detect invalid, catch-all, spamtrap, abuse, and do-not-mail addresses — and check your remaining validation credits.
21
+
22
+
23
+
24
+
## Tools
25
+
26
+
### `zerobounce_verify_email`
27
+
28
+
Validate an email address deliverability in real time. Uses one validation credit.
0 commit comments